Searched refs:ExecutingToIdleState (Results 1 – 2 of 2) sorted by relevance
126 struct ExecutingToIdleState;248 sp<ExecutingToIdleState> mExecutingToIdleState;
483 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec484 explicit ExecutingToIdleState(ACodec *codec);500 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);623 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()8844 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState8849 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()8876 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()8883 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()8916 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()8946 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()[all …]