Searched refs:ExecutingToIdleState (Results 1 – 2 of 2) sorted by relevance
87 struct ExecutingToIdleState;138 sp<ExecutingToIdleState> mExecutingToIdleState;
272 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec273 ExecutingToIdleState(ACodec *codec);289 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);350 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()3513 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState3518 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()3546 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()3553 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()3580 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()3601 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()[all …]