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

/frameworks/av/include/media/stagefright/
H A DACodec.h87 struct LoadedToIdleState;
148 sp<LoadedToIdleState> mLoadedToIdleState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp203 struct ACodec::LoadedToIdleState : public ACodec::BaseState { struct in class:android::ACodec
204 LoadedToIdleState(ACodec *codec);
214 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);
347 mLoadedToIdleState = new LoadedToIdleState(this);
3258 ACodec::LoadedToIdleState::LoadedToIdleState(ACodec *codec) function in class:android::ACodec::LoadedToIdleState
3262 void ACodec::LoadedToIdleState::stateEntered() {
3277 status_t ACodec::LoadedToIdleState::allocateBuffers() {
3287 bool ACodec::LoadedToIdleState::onMessageReceived(const sp<AMessage> &msg) {
3300 bool ACodec::LoadedToIdleState
[all...]

Completed in 43 milliseconds