Searched refs:MSG_REINIT_VOLUMES (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 384 private static final int MSG_REINIT_VOLUMES = 34; field in AudioService 1557 sendMsg(mAudioHandler, MSG_REINIT_VOLUMES, SENDMSG_REPLACE, 0, 0, in onVolumeRangeInitRequestFromNative() 1864 sendMsg(mAudioHandler, MSG_REINIT_VOLUMES, SENDMSG_NOOP, 0, 0, in onReinitVolumes() 1901 sendMsg(mAudioHandler, MSG_REINIT_VOLUMES, SENDMSG_NOOP, 0, 0, in checkVolumeRangeInitialization() 8326 sendMsg(mAudioHandler, MSG_REINIT_VOLUMES, SENDMSG_NOOP, 0, 0, in VolumeStreamState() 9362 case MSG_REINIT_VOLUMES: in handleMessage()
|