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.java246 * @param parentState the state of the parent
248 public void getState(StackScrollState resultState, StackViewState parentState) { argument
268 childState.dimmed = parentState.dimmed;
269 childState.dark = parentState.dark;
270 childState.hideSensitive = parentState.hideSensitive;
271 childState.belowSpeedBump = parentState.belowSpeedBump;
272 childState.scale = parentState.scale;
275 childState.location = parentState.location;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java244 StackViewState parentState = resultState.getViewStateForView(this);
245 mChildrenContainer.getState(resultState, parentState);
/frameworks/av/media/libstagefright/
H A DACodec.cpp216 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
4520 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) argument
4521 : AState(parentState),

Completed in 212 milliseconds