Searched defs:parentState (Results 1 – 3 of 3) sorted by relevance
29 AState::AState(const sp<AState> &parentState) in AState()36 sp<AState> AState::parentState() { in parentState() function in android::AState
5942 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) in BaseState()
202 State parentState = mStateForWindow.get(attrs.token); in addToDisplay() local