Searched refs:onAllocateComponent (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaFilter.h152 void onAllocateComponent(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp121 onAllocateComponent(msg);
443 void MediaFilter::onAllocateComponent(const sp<AMessage> &msg) { function in class:android::MediaFilter
/frameworks/av/media/libstagefright/
H A DACodec.cpp293 bool onAllocateComponent(const sp<AMessage> &msg);
5394 onAllocateComponent(msg);
5441 if (onAllocateComponent(msg)
5447 bool ACodec::UninitializedState::onAllocateComponent(const sp<AMessage> &msg) { function in class:android::ACodec::UninitializedState
5448 ALOGV("onAllocateComponent");

Completed in 471 milliseconds