Home
last modified time | relevance | path

Searched refs:onOMXMessageList (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp300 bool onOMXMessageList(const sp<AMessage> &msg);
5886 return checkOMXMessage(msg) ? onOMXMessageList(msg) : true; in onMessageReceived()
6002 bool ACodec::BaseState::onOMXMessageList(const sp<AMessage> &msg) { in onOMXMessageList() function in android::ACodec::BaseState