Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/tests/mediacodec/
DMediaCodecTest.cpp222 mockCodec->callback()->onComponentAllocated(kCodecName.c_str()); in TEST()
308 mockCodec->callback()->onComponentAllocated(kCodecName.c_str()); in TEST()
374 mockCodec->callback()->onComponentAllocated(kCodecName.c_str()); in TEST()
/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h115 virtual void onComponentAllocated(const char *componentName) = 0;
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp506 mCallback->onComponentAllocated(mComponentName.c_str()); in onAllocateComponent()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp510 virtual void onComponentAllocated(const char *componentName) override;
571 void CodecCallback::onComponentAllocated(const char *componentName) { in onComponentAllocated() function in android::__anon112cd6d80111::CodecCallback
DACodec.cpp6963 mCodec->mCallback->onComponentAllocated(mCodec->mComponentName.c_str()); in onAllocateComponent()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp789 mCallback->onComponentAllocated(componentName.c_str()); in allocate()