Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h137 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h137 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h137 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h137 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h137 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h137 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h137 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h137 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h145 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h155 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h155 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h155 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h145 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h145 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h145 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h155 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h256 status_t setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify);
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp344 return mCodec->setOnFirstTunnelFrameReadyNotification(mOnFirstTunnelFrameReadyNotification); in enableOnFirstTunnelFrameReadyListener()
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2305 status_t MediaCodec::setOnFirstTunnelFrameReadyNotification(const sp<AMessage> &notify) { in setOnFirstTunnelFrameReadyNotification() function in android::MediaCodec