Searched defs:onAllocateComponent (Results 1 - 2 of 2) sorted by relevance

/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.cpp296 bool onAllocateComponent(const sp<AMessage> &msg);
6295 onAllocateComponent(msg);
6342 if (onAllocateComponent(msg)
6348 bool ACodec::UninitializedState::onAllocateComponent(const sp<AMessage> &msg) { function in class:android::ACodec::UninitializedState
6349 ALOGV("onAllocateComponent");

Completed in 2973 milliseconds