Searched refs:ExecutingToIdleState (Results 1 – 2 of 2) sorted by relevance
100 struct ExecutingToIdleState;171 sp<ExecutingToIdleState> mExecutingToIdleState;
345 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec346 ExecutingToIdleState(ACodec *codec);362 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);435 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()5758 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState5763 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()5791 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()5798 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()5825 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()5847 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()[all …]