Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java412 private static final int MSG_INIT_STREAMS_VOLUMES = 101; field in AudioService
1261 queueMsgUnderWakeLock(mAudioHandler, MSG_INIT_STREAMS_VOLUMES, in AudioService()
9248 case MSG_INIT_STREAMS_VOLUMES: in handleMessage()