Searched refs:onComponentAllocated (Results 1 - 5 of 5) sorted by relevance

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

Completed in 179 milliseconds