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

/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp129 onAllocateComponent(msg);
384 void MediaFilter::onAllocateComponent(const sp<AMessage> &msg) { function in class:android::MediaFilter
/frameworks/av/media/libstagefright/
H A DACodec.cpp327 bool onAllocateComponent(const sp<AMessage> &msg);
6282 onAllocateComponent(msg);
6326 if (onAllocateComponent(msg)
6332 bool ACodec::UninitializedState::onAllocateComponent(const sp<AMessage> &msg) { function in class:android::ACodec::UninitializedState
6333 ALOGV("onAllocateComponent");

Completed in 334 milliseconds