Home
last modified time | relevance | path

Searched defs:parentState (Results 1 – 3 of 3) 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/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java244 StackViewState parentState = resultState.getViewStateForView(this); in getChildrenStates() local
/frameworks/av/media/libstagefright/
DACodec.cpp4521 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) in BaseState()