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

/frameworks/av/media/libstagefright/
H A DACodec.cpp305 struct ACodec::LoadedState : public ACodec::BaseState { struct in class:android::ACodec
306 LoadedState(ACodec *codec);
323 DISALLOW_EVIL_CONSTRUCTORS(LoadedState);
529 mLoadedState = new LoadedState(this);
6464 ACodec::LoadedState::LoadedState(ACodec *codec) function in class:android::ACodec::LoadedState
6468 void ACodec::LoadedState::stateEntered() {
6496 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) {
6511 bool ACodec::LoadedState::onMessageReceived(const sp<AMessage> &msg) {
6573 bool ACodec::LoadedState
[all...]

Completed in 42 milliseconds