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);
2442 onInputBufferFilled(msg);
2626 void ACodec::BaseState::onInputBufferFilled(const sp<AMessage> &msg) { function in class:android::ACodec::BaseState
3791 void ACodec::ExecutingToIdleState::onInputBufferFilled( function in class:android::ACodec::ExecutingToIdleState
3793 BaseState::onInputBufferFilled(msg);
3957 void ACodec::FlushingState::onInputBufferFilled(const sp<AMessage> &msg) { function in class:android::ACodec::FlushingState
3958 BaseState::onInputBufferFilled(msg);

Completed in 299 milliseconds