Searched refs:parentState (Results 1 - 5 of 5) 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/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java411 * @param parentState the state of the parent
413 public void getState(StackScrollState resultState, StackViewState parentState) { argument
428 int parentHeight = parentState.height;
471 childState.dimmed = parentState.dimmed;
472 childState.dark = parentState.dark;
473 childState.hideSensitive = parentState.hideSensitive;
474 childState.belowSpeedBump = parentState.belowSpeedBump;
483 childState.location = parentState.location;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java464 StackViewState parentState = resultState.getViewStateForView(this);
465 mChildrenContainer.getState(resultState, parentState);
/frameworks/av/media/libstagefright/
H A DACodec.cpp219 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
5335 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) argument
5336 : AState(parentState),

Completed in 149 milliseconds