Home
last modified time | relevance | path

Searched refs:priorState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/twilight/
DTwilightServiceTest.java47 final TwilightState priorState = mTwilightService.mLastTwilightState; in testValidLocation_updatedLocation() local
51 assertNotSame(priorState, mTwilightService.mLastTwilightState); in testValidLocation_updatedLocation()
55 final TwilightState priorState = mTwilightService.mLastTwilightState; in testInvalidLocation_ignoreLocationUpdate() local
59 assertEquals(priorState, mTwilightService.mLastTwilightState); in testInvalidLocation_ignoreLocationUpdate()
/frameworks/av/services/audioflinger/
DTracks.cpp2891 track_state priorState = mState; in destroy() local
2896 priorState = mState; in destroy()
2905 switch (priorState) { in destroy()
2919 LOG_ALWAYS_FATAL("%s(%d): invalid prior state: %d", __func__, mId, priorState); in destroy()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp1001 const int priorState = mProxy->getState(); in pauseAndWait() local
1007 if (priorState != CBLK_STATE_ACTIVE) return true; in pauseAndWait()
1034 __func__, state, position, elapsed.count(), priorState, priorPosition); in pauseAndWait()