Searched defs:ExecutingToIdleState (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp345 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in class:android::ACodec
346 ExecutingToIdleState(ACodec *codec);
362 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
435 mExecutingToIdleState = new ExecutingToIdleState(this);
5758 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) function in class:android::ACodec::ExecutingToIdleState
5763 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) {
5791 void ACodec::ExecutingToIdleState::stateEntered() {
5798 bool ACodec::ExecutingToIdleState::onOMXEvent(
5825 void ACodec::ExecutingToIdleState
[all...]

Completed in 65 milliseconds