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