Searched refs:LoadedToIdleState (Results 1 – 2 of 2) sorted by relevance
105 struct LoadedToIdleState;216 sp<LoadedToIdleState> mLoadedToIdleState;
380 struct ACodec::LoadedToIdleState : public ACodec::BaseState { struct in android::ACodec381 explicit LoadedToIdleState(ACodec *codec);391 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);585 mLoadedToIdleState = new LoadedToIdleState(this); in ACodec()6840 ACodec::LoadedToIdleState::LoadedToIdleState(ACodec *codec) in LoadedToIdleState() function in android::ACodec::LoadedToIdleState6844 void ACodec::LoadedToIdleState::stateEntered() { in stateEntered()6868 status_t ACodec::LoadedToIdleState::allocateBuffers() { in allocateBuffers()6884 bool ACodec::LoadedToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()6917 bool ACodec::LoadedToIdleState::onOMXEvent( in onOMXEvent()