Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp296 virtual void onInputBufferFilled(const sp<AMessage> &msg);
493 virtual void onInputBufferFilled(const sp<AMessage> &msg);
530 virtual void onInputBufferFilled(const sp<AMessage> &msg);
5965 onInputBufferFilled(msg); in onMessageReceived()
6285 void ACodec::BaseState::onInputBufferFilled(const sp<AMessage> &msg) { in onInputBufferFilled() function in android::ACodec::BaseState
8946 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled() function in android::ACodec::ExecutingToIdleState
8948 BaseState::onInputBufferFilled(msg); in onInputBufferFilled()
9164 void ACodec::FlushingState::onInputBufferFilled(const sp<AMessage> &msg) { in onInputBufferFilled() function in android::ACodec::FlushingState
9165 BaseState::onInputBufferFilled(msg); in onInputBufferFilled()