HomeSort by relevance Sort by last modified time
    Searched defs:ProcessEvent (Results 1 - 6 of 6) sorted by null

  /external/opencore/android/
android_audio_output_threadsafe_callbacks.cpp 36 OsclReturnCode AndroidAudioOutputThreadSafeCallbackAO::ProcessEvent(OsclAny* EventData)
38 // In this case, ProcessEvent calls the method of the primary test AO to process the Event
62 ProcessEvent(param);
  /external/opencore/android/author/
android_audio_input_threadsafe_callbacks.cpp 40 OsclReturnCode AndroidAudioInputThreadSafeCallbackAO::ProcessEvent(OsclAny* EventData)
42 // In this case, ProcessEvent calls the method of the primary test AO to process the Event
66 ProcessEvent(param);
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_callbacks.cpp 51 OsclReturnCode EventHandlerThreadSafeCallbackAO::ProcessEvent(OsclAny* EventData)
53 // In this case, ProcessEvent calls the method of the primary test AO to process the Event
87 ProcessEvent(P);
199 OsclReturnCode EmptyBufferDoneThreadSafeCallbackAO::ProcessEvent(OsclAny* EventData)
201 // In this case, ProcessEvent calls the method of the primary test AO to process the Event
231 ProcessEvent(P);
340 OsclReturnCode FillBufferDoneThreadSafeCallbackAO::ProcessEvent(OsclAny* EventData)
342 // In this case, ProcessEvent calls the method of the primary test AO to process the Event
372 ProcessEvent(P);
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_callbacks.cpp 50 OsclReturnCode EventHandlerThreadSafeCallbackAOEnc::ProcessEvent(OsclAny* EventData)
52 // In this case, ProcessEvent calls the method of the primary test AO to process the Event
87 ProcessEvent(P);
200 OsclReturnCode EmptyBufferDoneThreadSafeCallbackAOEnc::ProcessEvent(OsclAny* EventData)
202 // In this case, ProcessEvent calls the method of the primary test AO to process the Event
232 ProcessEvent(P);
342 OsclReturnCode FillBufferDoneThreadSafeCallbackAOEnc::ProcessEvent(OsclAny* EventData)
344 // In this case, ProcessEvent calls the method of the primary test AO to process the Event
374 ProcessEvent(P);
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_callback_ao.cpp 141 ProcessEvent(P);
205 OSCL_EXPORT_REF OsclReturnCode ThreadSafeCallbackAO::ProcessEvent(OsclAny *EventData)
209 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "ThreadSafeCallbackAO::ProcessEvent() In and Out"));
  /external/skia/src/views/
SkEvent.cpp 481 bool SkEvent::ProcessEvent()
488 EVENT_LOGN("ProcessEvent", (int32_t)evt);

Completed in 167 milliseconds