Searched refs:setOnFirstTunnelFrameReadyNotification (Results 1 – 19 of 19) sorted by relevance
137 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> ¬ify);
145 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> ¬ify);
155 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> ¬ify);
256 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> ¬ify);
344 return mCodec->setOnFirstTunnelFrameReadyNotification(mOnFirstTunnelFrameReadyNotification); in enableOnFirstTunnelFrameReadyListener()
2305 status_t MediaCodec::setOnFirstTunnelFrameReadyNotification(const sp<AMessage> ¬ify) { in setOnFirstTunnelFrameReadyNotification() function in android::MediaCodec