Searched refs:MSG_REINIT_VOLUMES (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 444 private static final int MSG_REINIT_VOLUMES = 34; field in AudioService 1742 sendMsg(mAudioHandler, MSG_REINIT_VOLUMES, SENDMSG_REPLACE, 0, 0, in onVolumeRangeInitRequestFromNative() 2058 sendMsg(mAudioHandler, MSG_REINIT_VOLUMES, SENDMSG_NOOP, 0, 0, in onReinitVolumes() 2095 sendMsg(mAudioHandler, MSG_REINIT_VOLUMES, SENDMSG_NOOP, 0, 0, in checkVolumeRangeInitialization() 8663 sendMsg(mAudioHandler, MSG_REINIT_VOLUMES, SENDMSG_NOOP, 0, 0, in VolumeStreamState() 9766 case MSG_REINIT_VOLUMES: in handleMessage()
|