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

/frameworks/av/media/libstagefright/
H A DACodec.cpp144 virtual void onInputBufferFilled(const sp<AMessage> &msg);
286 virtual void onInputBufferFilled(const sp<AMessage> &msg);
323 virtual void onInputBufferFilled(const sp<AMessage> &msg);
2389 onInputBufferFilled(msg);
2573 void ACodec::BaseState::onInputBufferFilled(const sp<AMessage> &msg) { function in class:android::ACodec::BaseState
3738 void ACodec::ExecutingToIdleState::onInputBufferFilled( function in class:android::ACodec::ExecutingToIdleState
3740 BaseState::onInputBufferFilled(msg);
3904 void ACodec::FlushingState::onInputBufferFilled(const sp<AMessage> &msg) { function in class:android::ACodec::FlushingState
3905 BaseState::onInputBufferFilled(msg);

Completed in 39 milliseconds