Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/tests/mediacodec/
DMediaCodecTest.cpp225 mockCodec->callback()->onComponentAllocated(kCodecName.c_str()); in TEST()
311 mockCodec->callback()->onComponentAllocated(kCodecName.c_str()); in TEST()
377 mockCodec->callback()->onComponentAllocated(kCodecName.c_str()); in TEST()
423 mockCodec->callback()->onComponentAllocated(kCodecName.c_str()); in TEST()
/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h145 virtual void onComponentAllocated(const char *componentName) = 0;
/frameworks/av/media/libstagefright/
DMediaCodec.cpp919 virtual void onComponentAllocated(const char *componentName) override;
981 void CodecCallback::onComponentAllocated(const char *componentName) { in onComponentAllocated() function in android::__anonaa6bfb110211::CodecCallback
DACodec.cpp7134 mCodec->mCallback->onComponentAllocated(mCodec->mComponentName.c_str()); in onAllocateComponent()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1044 mCallback->onComponentAllocated(componentName.c_str()); in allocate()