Searched refs:handlerType (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DDevice.cpp19 acpi_install_notify_handler(acpi_device device, uint32 handlerType, argument
22 return install_notify_handler(device->handle, handlerType, handler,
27 acpi_remove_notify_handler(acpi_device device, uint32 handlerType, argument
30 return remove_notify_handler(device->handle, handlerType, handler);
H A DACPIPrivate.h67 uint32 handlerType, acpi_notify_handler handler,
70 uint32 handlerType, acpi_notify_handler handler);
183 status_t install_notify_handler(acpi_handle device, uint32 handlerType,
185 status_t remove_notify_handler(acpi_handle device, uint32 handlerType,
H A DBusManager.cpp324 install_notify_handler(acpi_handle device, uint32 handlerType, argument
327 return AcpiInstallNotifyHandler(device, handlerType,
333 remove_notify_handler(acpi_handle device, uint32 handlerType, argument
336 return AcpiRemoveNotifyHandler(device, handlerType,
/haiku/headers/os/drivers/
H A DACPI.h197 uint32 handlerType, acpi_notify_handler handler,
200 uint32 handlerType, acpi_notify_handler handler);
333 uint32 handlerType, acpi_notify_handler handler,
336 uint32 handlerType, acpi_notify_handler handler);
/haiku/src/kits/tracker/
H A DModel.cpp1058 MatchMimeTypeString(/*const */BString* documentType, const char* handlerType) argument
1066 const char* tmp = strstr(handlerType, "/");
1070 supertypeOnlyLength = (int32)strlen(handlerType);
1077 if (documentType->ICompare(handlerType, supertypeOnlyLength) == 0)
1084 if (documentType->ICompare(handlerType) == 0)

Completed in 116 milliseconds