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

/frameworks/av/media/libstagefright/
H A DACodec.cpp205 struct ACodec::LoadedState : public ACodec::BaseState { struct in class:android::ACodec
206 LoadedState(ACodec *codec);
220 DISALLOW_EVIL_CONSTRUCTORS(LoadedState);
375 mLoadedState = new LoadedState(this);
3657 ACodec::LoadedState::LoadedState(ACodec *codec) function in class:android::ACodec::LoadedState
3661 void ACodec::LoadedState::stateEntered() {
3683 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) {
3695 bool ACodec::LoadedState::onMessageReceived(const sp<AMessage> &msg) {
3749 bool ACodec::LoadedState
[all...]

Completed in 119 milliseconds