Searched refs:onComponentAllocated (Results 1 – 6 of 6) sorted by relevance
222 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()
115 virtual void onComponentAllocated(const char *componentName) = 0;
506 mCallback->onComponentAllocated(mComponentName.c_str()); in onAllocateComponent()
510 virtual void onComponentAllocated(const char *componentName) override;571 void CodecCallback::onComponentAllocated(const char *componentName) { in onComponentAllocated() function in android::__anon112cd6d80111::CodecCallback
6963 mCodec->mCallback->onComponentAllocated(mCodec->mComponentName.c_str()); in onAllocateComponent()
789 mCallback->onComponentAllocated(componentName.c_str()); in allocate()