Searched refs:ExecutingToIdleState (Results 1 – 2 of 2) sorted by relevance
120 struct ExecutingToIdleState;235 sp<ExecutingToIdleState> mExecutingToIdleState;
469 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec470 explicit ExecutingToIdleState(ACodec *codec);486 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);606 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()8623 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState8628 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()8655 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()8662 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()8695 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()8725 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()[all …]