Home
last modified time | relevance | path

Searched refs:onComponentAllocated (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h99 virtual void onComponentAllocated(const char *componentName) = 0;
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp404 mCallback->onComponentAllocated("OMX.google.MediaFilter"); in onAllocateComponent()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp298 virtual void onComponentAllocated(const char *componentName) override;
358 void CodecCallback::onComponentAllocated(const char *componentName) { in onComponentAllocated() function in android::__anonaa6bfb110111::CodecCallback
DACodec.cpp6517 mCodec->mCallback->onComponentAllocated(mCodec->mComponentName.c_str()); in onAllocateComponent()