Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/
DAHierarchicalStateMachine.cpp29 AState::AState(const sp<AState> &parentState) in AState()
36 sp<AState> AState::parentState() { in parentState() function in android::AState
/frameworks/av/media/libstagefright/
DACodec.cpp5571 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) in BaseState()