Searched refs:_Notify (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/private/kernel/
H A Dcondition_variable.h82 static int32 _Notify(const void* object, bool all, status_t result);
83 int32 _Notify(bool all, status_t result);
108 return _Notify(false, result);
115 return _Notify(true, result);
/haiku/headers/private/debug/
H A DDebugLooper.h51 void _Notify();
/haiku/src/apps/switcher/
H A DCaptureWindow.cpp34 void _Notify(uint32 location, team_id team);
110 _Notify(location, fLastTeam);
141 _Notify(location, _CurrentTeam());
163 CaptureView::_Notify(uint32 location, team_id team) function in class:CaptureView
/haiku/src/kits/debug/
H A DDebugLooper.cpp212 _Notify();
344 _Notify();
351 BDebugLooper::_Notify() function in class:BDebugLooper
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIAsus.cpp44 void _Notify(acpi_handle handle, uint32 notify);
176 device->_Notify(handle, notify);
181 WMIAsus::_Notify(acpi_handle handle, uint32 notify) function in class:WMIAsus
197 TRACE("WMIAsus::_Notify() keyboard fnlock key\n");
200 TRACE("WMIAsus::_Notify() keyboard fnlock key %" B_PRIx32 "\n",
203 TRACE("WMIAsus::_Notify() keyboard backlight key\n");
206 TRACE("WMIAsus::_Notify() getkeyboard backlight key %"
219 TRACE("WMIAsus::_Notify() set keyboard backlight key %"
224 TRACE("WMIAsus::_Notify() touchpad control\n");
226 TRACE("WMIAsus::_Notify() ke
[all...]
H A DWMIPrivate.h127 void _Notify(acpi_handle device, uint32 value);
H A DWMIACPI.cpp340 bus->_Notify(device, value);
345 WMIACPI::_Notify(acpi_handle device, uint32 value) function in class:WMIACPI
350 TRACE("_Notify found event 0x%" B_PRIx32 "\n", value);
352 TRACE("_Notify found handler for event 0x%" B_PRIx32 "\n",
/haiku/src/kits/package/hpkg/
H A DPackageReaderImpl.cpp145 status_t error = _Notify(context);
195 status_t error = _Notify(context);
227 status_t error = _Notify(context);
240 status_t _Notify(AttributeHandlerContext* context) function in struct:BPackageKit::BHPKG::BPrivate::PackageReaderImpl::EntryAttributeHandler
/haiku/src/system/kernel/
H A Dcondition_variable.cpp338 return _Notify(object, false, result);
345 return _Notify(object, true, result);
350 ConditionVariable::_Notify(const void* object, bool all, status_t result) function in class:ConditionVariable
365 ConditionVariable::_Notify(bool all, status_t result) function in class:ConditionVariable
H A Dmodule.cpp266 void _Notify(int32 opcode, dev_t device, ino_t directory,
1565 ModuleNotificationService::_Notify(int32 opcode, dev_t device, ino_t directory, function in class:ModuleNotificationService
1657 _Notify(notification->opcode, notification->device,
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp214 status_t error = _Notify(context);
264 status_t error = _Notify(context);
300 status_t error = _Notify(context);
313 status_t _Notify(AttributeHandlerContext* context) function in struct:BPackageKit::BHPKG::V1::BPrivate::PackageReaderImpl::EntryAttributeHandler
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp212 ConditionVariable::_Notify(bool all, status_t result) function in class:ConditionVariable
/haiku/src/system/kernel/events/
H A Devent_queue.cpp110 void _Notify(select_event* event, uint16 events);
333 _Notify(event, events);
339 EventQueue::_Notify(select_event* event, uint16 events) function in class:EventQueue
/haiku/src/apps/showimage/
H A DShowImageView.h122 void _Notify();
H A DShowImageView.cpp291 ShowImageView::_Notify() function in class:ShowImageView
443 _Notify();
1700 _Notify();
1754 _Notify();

Completed in 191 milliseconds