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

/frameworks/av/media/libstagefright/
H A DACodec.cpp233 struct ACodec::ExecutingState : public ACodec::BaseState { struct in class:android::ACodec
234 ExecutingState(ACodec *codec);
255 DISALLOW_EVIL_CONSTRUCTORS(ExecutingState);
349 mExecutingState = new ExecutingState(this);
3366 ACodec::ExecutingState::ExecutingState(ACodec *codec) function in class:android::ACodec::ExecutingState
3371 ACodec::BaseState::PortMode ACodec::ExecutingState::getPortMode(
3376 void ACodec::ExecutingState::submitOutputBuffers() {
3401 void ACodec::ExecutingState::resume() {
3420 void ACodec::ExecutingState
[all...]

Completed in 30 milliseconds