Searched refs:parentState (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp29 AState::AState(const sp<AState> &parentState) argument
30 : mParentState(parentState) {
36 sp<AState> AState::parentState() { function in class:android::AState
63 cur = cur->parentState();
87 cur = cur->parentState();
97 cur = cur->parentState();
/frameworks/av/include/media/stagefright/foundation/
H A DAHierarchicalStateMachine.h26 AState(const sp<AState> &parentState = NULL);
28 sp<AState> parentState();
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAHierarchicalStateMachine.h26 AState(const sp<AState> &parentState = NULL);
28 sp<AState> parentState();
/frameworks/av/media/libstagefright/include/foundation/
H A DAHierarchicalStateMachine.h26 AState(const sp<AState> &parentState = NULL);
28 sp<AState> parentState();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java523 * @param parentState the state of the parent
525 public void getState(StackScrollState resultState, ExpandableViewState parentState) { argument
572 childState.dimmed = parentState.dimmed;
573 childState.dark = parentState.dark;
574 childState.hideSensitive = parentState.hideSensitive;
575 childState.belowSpeedBump = parentState.belowSpeedBump;
584 childState.location = parentState.location;
585 childState.inShelf = parentState.inShelf;
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp715 auto& parentState = parent->getDrawingState(); local
716 type = parentState.type;
717 appId = parentState.appId;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java581 ExpandableViewState parentState = resultState.getViewStateForView(this);
582 mChildrenContainer.getState(resultState, parentState);
/frameworks/av/media/libstagefright/
H A DACodec.cpp241 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
5346 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) argument
5347 : AState(parentState),

Completed in 251 milliseconds