Searched refs:eventType (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/private/shared/
H A DJsonEvent.h34 BJsonEvent(json_event_type eventType,
39 BJsonEvent(json_event_type eventType);
H A DJson.h46 json_event_type eventType);
/haiku/src/kits/shared/
H A DJsonEvent.cpp15 BJsonEvent::BJsonEvent(json_event_type eventType, const char* content) argument
17 fEventType(eventType),
86 BJsonEvent::BJsonEvent(json_event_type eventType) argument
88 fEventType(eventType),
H A DJson.cpp714 json_event_type eventType)
730 BJsonEvent(eventType, assemblyBuffer->Buffer()));
713 ParseString(JsonParseContext& jsonParseContext, json_event_type eventType) argument
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.h36 int32 eventType);
44 int32 eventType);
51 int32 eventType);
H A DTimedEventQueuePrivate.cpp224 int32 eventType)
234 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type)
245 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type) {
257 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type)
267 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type) {
284 int32 eventType)
221 FindFirstMatch(bigtime_t eventTime, BTimedEventQueue::time_direction direction, bool inclusive, int32 eventType) argument
279 DoForEach(BTimedEventQueue::for_each_hook hook, void *context, bigtime_t eventTime, BTimedEventQueue::time_direction direction, bool inclusive, int32 eventType) argument
414 FlushEvents(bigtime_t eventTime, BTimedEventQueue::time_direction direction, bool inclusive, int32 eventType) argument
[all...]
H A DTimedEventQueue.cpp228 int32 eventType)
231 return fImp->FindFirstMatch(eventTime, direction, inclusive, eventType);
241 int32 eventType)
244 return fImp->DoForEach(hook, context, eventTime, direction, inclusive, eventType);
261 int32 eventType)
264 return fImp->FlushEvents(eventTime, direction, inclusive, eventType);
225 FindFirstMatch(bigtime_t eventTime, time_direction direction, bool inclusive, int32 eventType) argument
236 DoForEach(for_each_hook hook, void *context, bigtime_t eventTime, time_direction direction, bool inclusive, int32 eventType) argument
258 FlushEvents(bigtime_t eventTime, time_direction direction, bool inclusive, int32 eventType) argument
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp14 DebugEvent::DebugEvent(int32 eventType, team_id team, argument
17 fEventType(eventType),
40 CpuStateEvent::CpuStateEvent(debug_debugger_message eventType, team_id team, argument
43 DebugEvent(eventType, team, thread),
H A DDebugEvent.h30 DebugEvent(int32 eventType,
51 CpuStateEvent(debug_debugger_message eventType,
/haiku/headers/os/media/
H A DTimedEventQueue.h115 int32 eventType = B_ANY_EVENT);
136 int32 eventType = B_ANY_EVENT);
149 int32 eventType = B_ANY_EVENT);
/haiku/src/servers/registrar/
H A DShutdownProcess.h47 status_t _PushEvent(uint32 eventType, team_id team,
49 status_t _GetNextEvent(uint32& eventType, team_id& team,
H A DShutdownProcess.cpp1205 ShutdownProcess::_PushEvent(uint32 eventType, team_id team, int32 phase) argument
1207 InternalEvent* event = new(nothrow) InternalEvent(eventType, team, phase);
1224 ShutdownProcess::_GetNextEvent(uint32& eventType, thread_id& team, int32& phase, argument
1241 eventType = NO_EVENT;
1252 eventType = event->Type();
1259 if (eventType == TIMEOUT_EVENT && phase != fCurrentPhase)
1266 if (eventType == APP_QUIT_EVENT)
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp95 globalGPEHandler(UINT32 eventType, ACPI_HANDLE device, UINT32 eventNumber, argument
107 switch (eventType) {
149 eventType, eventNumber, deviceName);

Completed in 136 milliseconds