Searched refs:ExecutingToIdleState (Results 1 – 2 of 2) sorted by relevance
109 struct ExecutingToIdleState;221 sp<ExecutingToIdleState> mExecutingToIdleState;
454 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec455 explicit ExecutingToIdleState(ACodec *codec);471 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);589 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()8248 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState8253 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()8280 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()8287 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()8320 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()8350 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()[all …]