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);
5443 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) function in class:android::ACodec::ExecutingToIdleState
5448 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) {
5476 void ACodec::ExecutingToIdleState::stateEntered() {
5483 bool ACodec::ExecutingToIdleState::onOMXEvent(
5510 void ACodec::ExecutingToIdleState
[all...]

Completed in 67 milliseconds