Searched refs:onAllocateComponent (Results 1 – 3 of 3) sorted by relevance
132 void onAllocateComponent(const sp<AMessage> &msg);
129 onAllocateComponent(msg); in onMessageReceived()384 void MediaFilter::onAllocateComponent(const sp<AMessage> &msg) { in onAllocateComponent() function in android::MediaFilter
345 bool onAllocateComponent(const sp<AMessage> &msg);6581 onAllocateComponent(msg); in onMessageReceived()6625 if (onAllocateComponent(msg) in onSetup()6631 bool ACodec::UninitializedState::onAllocateComponent(const sp<AMessage> &msg) { in onAllocateComponent() function in android::ACodec::UninitializedState