Home
last modified time | relevance | path

Searched refs:NotifyEvent (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp45 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in NotifyEvent() function
161 NotifyEvent, 0, IsProfilingActive, 0, 0, GetNewMethodID))); in ProcessInput()
/external/llvm-project/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp42 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in NotifyEvent() function
198 NotifyEvent, ittNotifyInfo, 0, IsProfilingActive, 0, 0, in ProcessInput()
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.h122 void NotifyEvent(long code, LONG_PTR param1, LONG_PTR param2);
Dsink_filter_ds.cc757 Filter()->NotifyEvent(EC_ERRORABORT, VFW_E_TYPE_NOT_ACCEPTED, 0); in Receive()
908 void CaptureSinkFilter::NotifyEvent(long code, in NotifyEvent() function in webrtc::videocapturemodule::CaptureSinkFilter