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

/frameworks/av/media/libstagefright/
H A DACodec.cpp192 virtual void onInputBufferFilled(const sp<AMessage> &msg);
355 virtual void onInputBufferFilled(const sp<AMessage> &msg);
392 virtual void onInputBufferFilled(const sp<AMessage> &msg);
4098 onInputBufferFilled(msg);
4309 void ACodec::BaseState::onInputBufferFilled(const sp<AMessage> &msg) { function in class:android::ACodec::BaseState
5847 void ACodec::ExecutingToIdleState::onInputBufferFilled( function in class:android::ACodec::ExecutingToIdleState
5849 BaseState::onInputBufferFilled(msg);
6013 void ACodec::FlushingState::onInputBufferFilled(const sp<AMessage> &msg) { function in class:android::ACodec::FlushingState
6014 BaseState::onInputBufferFilled(msg);

Completed in 157 milliseconds