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

/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);
3311 ACodec::LoadedToIdleState::LoadedToIdleState(ACodec *codec) function in class:android::ACodec::LoadedToIdleState
3315 void ACodec::LoadedToIdleState::stateEntered() {
3330 status_t ACodec::LoadedToIdleState::allocateBuffers() {
3340 bool ACodec::LoadedToIdleState::onMessageReceived(const sp<AMessage> &msg) {
3353 bool ACodec::LoadedToIdleState
[all...]

Completed in 62 milliseconds