Home
last modified time | relevance | path

Searched refs:switching (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DDisableRefreshRateSwitchingVoteTest.kt31 fun `disabled refresh rate switching is not changed`( in disabled refresh rate switching is not changed()
44 fun `disables refresh rate switching if requested`() { in disables refresh rate switching if requested()
54 fun `does not disable refresh rate switching if not requested`() { in does not disable refresh rate switching if not requested()
/frameworks/base/services/core/java/com/android/server/am/
DUserState.java60 public boolean switching; field in UserState
139 if (switching) pw.print(" SWITCHING"); in dump()
146 proto.write(UserStateProto.SWITCHING, switching); in dumpDebug()
153 + ", lastState=" + stateToString(lastState) + ", switching=" + switching + "]"; in toString()
/frameworks/proto_logging/stats/enums/app/
Dmedia_output_enum.proto23 * The medium type specified in an output switching operation.
49 * The result of an output switching operation.
57 * The sub result of an output switching operation.
/frameworks/base/packages/SystemUI/docs/
Duser-switching.md27 * Manages user switching and dialogs for exiting from guest users
34 A fullscreen user switching activity, supporting add guest/user actions if configured.
38 Renders user switching as a dialog over the current surface, and supports add guest user/actions if…
Ddagger.md36 For the classes that we're using in Dependency and are switching to dagger, the
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayUpdater.java58 default void onDisplaySwitching(boolean switching) { in onDisplaySwitching() argument
DDeferredDisplayUpdater.java324 public void onDisplaySwitching(boolean switching) { in onDisplaySwitching() argument
325 mShouldWaitForTransitionWhenScreenOn = switching; in onDisplaySwitching()
/frameworks/ex/camera2/extensions/
DREADME.android9 - Minor modifications to the sample implementation switching effects to white balance modes
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardService.aidl102 void setSwitchingUser(boolean switching); in setSwitchingUser() argument
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java223 public void setSwitchingUser(boolean switching) { in setSwitchingUser() argument
225 mService.setSwitchingUser(switching); in setSwitchingUser()
DKeyguardServiceDelegate.java429 public void setSwitchingUser(boolean switching) { in setSwitchingUser() argument
431 mKeyguardService.setSwitchingUser(switching); in setSwitchingUser()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp1788 bool switching = false; in onChangeConfiguration3() local
1802 switching = (mSwapMask != 0); in onChangeConfiguration3()
1811 (long long)timeUs, switching, pickTrack, in onChangeConfiguration3()
1816 if (switching) { in onChangeConfiguration3()
1851 uri = switching ? mStreams[i].mNewUri : mStreams[i].mUri; in onChangeConfiguration3()
1860 if (i == kSubtitleIndex || (!pickTrack && !switching)) { in onChangeConfiguration3()
1866 const AString &streamUri = switching ? mStreams[j].mNewUri : mStreams[j].mUri; in onChangeConfiguration3()
1875 if (!switching) { in onChangeConfiguration3()
1895 if (!switching) { in onChangeConfiguration3()
1941 getMetadataSource(sources, mNewStreamMask, switching), in onChangeConfiguration3()
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Dstrategy_for_usage.pfw24 # In case of Ring or Alarm stream type active, switching to sonification
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto599 // Source medium type before switching.
602 // Target medium type after switching.
605 // The result of switching.
608 // The detail code of a switching result.
616 // The amount of available wired devices when a switching is being performed.
619 // The amount of available Bluetooth devices a switching is being performed.
622 // The amount of available remote devices when a switching is being performed.
625 // The amount of applied devices within a remote dynamic group after a switching is done.
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java644 public void setSwitchingUser(boolean switching) {
645 trace("setSwitchingUser switching=" + switching);
647 mKeyguardViewMediator.setSwitchingUser(switching);
DKeyguardViewMediator.java2519 public void setSwitchingUser(boolean switching) {
2520 mUpdateMonitor.setSwitchingUser(switching);
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java316 public void setSwitchingUser(boolean switching) { in setSwitchingUser() argument
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop200 # by switching to appropriate color mode automatically depending on the
326 # switching on the device, e.g. to switch between 60 and 90 Hz. The settings
327 # below that are related to refresh rate switching will only have an effect if
/frameworks/native/services/surfaceflinger/
Dsurfaceflinger_flags.aconfig156 description: "Use Vulkan backend in RenderEngine prior to switching to Graphite."
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto98 // network switching.
/frameworks/base/core/java/android/view/
DIWindowManager.aidl234 void setSwitchingUser(boolean switching); in setSwitchingUser() argument
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java1160 void setSwitchingUser(boolean switching); in setSwitchingUser() argument
/frameworks/native/services/surfaceflinger/FrontEnd/
Dreadme.md61 switching. We also want to avoid doing anything that does not contribute to putting a pixel
/frameworks/av/media/audio/aconfig/
DREADME.md94 reasoning about independently switching flags becomes difficult. Other than all-on and all-of
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3574 public void setSwitchingUser(boolean switching) { in setSwitchingUser() argument
3575 if (switching) { in setSwitchingUser()
3582 mSwitchingUser = switching; in setSwitchingUser()

12