Searched defs:switching (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DUserState.java56 public boolean switching; field in class:UserState
104 if (switching) pw.print(" SWITCHING");
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp557 ALOGV("[%s] up switching failed due to insufficient buffer",
829 // If switching up, require a cushion bigger than kUnderflowMark
865 // if switching up, cancel and retry if condition satisfies again
1256 If we're switching down, we need to decide whether to
1293 // conservative on this, we prefer switching to lower bandwidth
1369 // switching down again.
1767 bool switching = false; local
1781 switching = (mSwapMask != 0);
1788 ALOGV("onChangeConfiguration3: timeUs=%lld, switching=%d, pickTrack=%d, "
1790 (long long)timeUs, switching, pickTrac
[all...]

Completed in 421 milliseconds