Home
last modified time | relevance | path

Searched refs:onOmxLoaded (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
DWOmxBufferSource.cpp42 ::android::binder::Status LWOmxBufferSource::onOmxLoaded() { in onOmxLoaded() function in android::hardware::media::omx::V1_0::implementation::LWOmxBufferSource
43 return toBinderStatus(mBase->onOmxLoaded()); in onOmxLoaded()
84 Return<void> TWOmxBufferSource::onOmxLoaded() { in onOmxLoaded() function in android::hardware::media::omx::V1_0::implementation::TWOmxBufferSource
85 mBase->onOmxLoaded(); in onOmxLoaded()
DWGraphicBufferSource.cpp102 Return<void> onOmxLoaded() override { in onOmxLoaded() function
103 mSource->onOmxLoaded(); in onOmxLoaded()
/frameworks/av/media/libmedia/omx/1.0/
DWOmxBufferSource.cpp42 ::android::binder::Status LWOmxBufferSource::onOmxLoaded() { in onOmxLoaded() function in android::hardware::media::omx::V1_0::utils::LWOmxBufferSource
43 return toBinderStatus(mBase->onOmxLoaded()); in onOmxLoaded()
84 Return<void> TWOmxBufferSource::onOmxLoaded() { in onOmxLoaded() function in android::hardware::media::omx::V1_0::utils::TWOmxBufferSource
85 mBase->onOmxLoaded(); in onOmxLoaded()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DWOmxBufferSource.h65 ::android::binder::Status onOmxLoaded() override;
76 Return<void> onOmxLoaded() override;
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmxBufferSource.h65 ::android::binder::Status onOmxLoaded() override;
76 Return<void> onOmxLoaded() override;
/frameworks/av/media/libmedia/aidl/android/
DIOMXBufferSource.aidl45 void onOmxLoaded(); in onOmxLoaded() method
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOmxGraphicBufferSource.h58 Status onOmxLoaded();
/frameworks/av/media/codec2/sfplugin/
DOmx2IGraphicBufferSource.cpp50 BnStatus onOmxLoaded() override { in onOmxLoaded() function
51 return mBase->onOmxLoaded(); in onOmxLoaded()
DCCodec.cpp230 source->onOmxLoaded(); in disconnect()
/frameworks/av/media/libstagefright/omx/
DOmxGraphicBufferSource.cpp77 Status OmxGraphicBufferSource::onOmxLoaded(){ in onOmxLoaded() function in android::OmxGraphicBufferSource
DOMXNodeInstance.cpp612 bufferSource->onOmxLoaded(); in sendCommand()