Searched refs:OnEvent (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DOMX.h133 OMX_ERRORTYPE OnEvent(
H A DOMXNodeInstance.h179 static OMX_ERRORTYPE OnEvent(
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp154 &OnEvent, &OnEmptyBufferDone, &OnFillBufferDone
1229 // OMXNodeInstance::OnEvent calls OMX::OnEvent, which then calls here.
1281 OMX_ERRORTYPE OMXNodeInstance::OnEvent( function in class:android::OMXNodeInstance
1292 return instance->owner()->OnEvent(
H A DOMX.cpp433 OMX_ERRORTYPE OMX::OnEvent( function in class:android::OMX
439 ALOGV("OnEvent(%d, %" PRIu32", %" PRIu32 ")", eEvent, nData1, nData2);

Completed in 49 milliseconds