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

/frameworks/av/include/media/stagefright/
H A DACodec.h86 struct LoadedState;
147 sp<LoadedState> mLoadedState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp184 struct ACodec::LoadedState : public ACodec::BaseState { struct in class:android::ACodec
185 LoadedState(ACodec *codec);
198 DISALLOW_EVIL_CONSTRUCTORS(LoadedState);
346 mLoadedState = new LoadedState(this);
3174 ACodec::LoadedState::LoadedState(ACodec *codec) function in class:android::ACodec::LoadedState
3178 void ACodec::LoadedState::stateEntered() {
3191 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) {
3210 bool ACodec::LoadedState::onMessageReceived(const sp<AMessage> &msg) {
3257 bool ACodec::LoadedState
[all...]

Completed in 1492 milliseconds