Searched refs:LoadedToIdleState (Results 1 – 2 of 2) sorted by relevance
114 struct LoadedToIdleState;227 sp<LoadedToIdleState> mLoadedToIdleState;
377 struct ACodec::LoadedToIdleState : public ACodec::BaseState { struct in android::ACodec378 explicit LoadedToIdleState(ACodec *codec);388 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);582 mLoadedToIdleState = new LoadedToIdleState(this); in ACodec()7127 ACodec::LoadedToIdleState::LoadedToIdleState(ACodec *codec) in LoadedToIdleState() function in android::ACodec::LoadedToIdleState7131 void ACodec::LoadedToIdleState::stateEntered() { in stateEntered()7155 status_t ACodec::LoadedToIdleState::allocateBuffers() { in allocateBuffers()7171 bool ACodec::LoadedToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()7204 bool ACodec::LoadedToIdleState::onOMXEvent( in onOMXEvent()