Home
last modified time | relevance | path

Searched refs:setOnFirstTunnelFrameReadyNotification (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h164 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp326 return mCodec->setOnFirstTunnelFrameReadyNotification(mOnFirstTunnelFrameReadyNotification); in enableOnFirstTunnelFrameReadyListener()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2243 status_t MediaCodec::setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify) { in setOnFirstTunnelFrameReadyNotification() function in android::MediaCodec