Searched refs:MSG_LOAD_SOUND_EFFECTS (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 363 private static final int MSG_LOAD_SOUND_EFFECTS = 7; field in AudioService 6194 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE, 0, 0, reply, 0); in loadSoundEffects() 6203 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE, 0, 0, null, 0); in scheduleLoadSoundEffects() 9201 case MSG_LOAD_SOUND_EFFECTS: in handleMessage()
|