Searched refs:onAllocateComponent (Results 1 – 3 of 3) sorted by relevance
131 void onAllocateComponent(const sp<AMessage> &msg);
240 onAllocateComponent(msg); in onMessageReceived()487 void MediaFilter::onAllocateComponent(const sp<AMessage> &msg) { in onAllocateComponent() function in android::MediaFilter
345 bool onAllocateComponent(const sp<AMessage> &msg);6678 onAllocateComponent(msg); in onMessageReceived()6722 if (onAllocateComponent(msg) in onSetup()6728 bool ACodec::UninitializedState::onAllocateComponent(const sp<AMessage> &msg) { in onAllocateComponent() function in android::ACodec::UninitializedState