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

/frameworks/av/media/libstagefright/
H A DACodec.cpp241 bool onAllocateComponent(const sp<AMessage> &msg);
4772 onAllocateComponent(msg);
4819 if (onAllocateComponent(msg)
4825 bool ACodec::UninitializedState::onAllocateComponent(const sp<AMessage> &msg) { function in class:android::ACodec::UninitializedState
4826 ALOGV("onAllocateComponent");

Completed in 190 milliseconds