Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp422 struct ACodec::ExecutingState : public ACodec::BaseState { struct in android::ACodec
434 bool active() const { return mActive; } in active()
445 bool mActive;
7475 ACodec::ExecutingState::ExecutingState(ACodec *codec) in ExecutingState() function in android::ACodec::ExecutingState