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

/frameworks/av/media/libstagefright/
H A DACodec.cpp300 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in class:android::ACodec
301 ExecutingToIdleState(ACodec *codec);
317 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
383 mExecutingToIdleState = new ExecutingToIdleState(this);
4389 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) function in class:android::ACodec::ExecutingToIdleState
4394 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) {
4422 void ACodec::ExecutingToIdleState::stateEntered() {
4429 bool ACodec::ExecutingToIdleState::onOMXEvent(
4456 void ACodec::ExecutingToIdleState
[all...]

Completed in 65 milliseconds