Searched defs:ExecutingState (Results 1 – 1 of 1) sorted by relevance
255 struct ACodec::ExecutingState : public ACodec::BaseState { struct in android::ACodec265 bool active() const { return mActive; } in active()275 bool mActive;3710 ACodec::ExecutingState::ExecutingState(ACodec *codec) in ExecutingState() function in android::ACodec::ExecutingState