Searched refs:MSG_UNLOAD_SOUND_EFFECTS (Results 1 – 1 of 1) sorted by relevance
426 private static final int MSG_UNLOAD_SOUND_EFFECTS = 15; field in AudioService6523 sendMsg(mAudioHandler, MSG_UNLOAD_SOUND_EFFECTS, SENDMSG_QUEUE, 0, 0, null, 0); in unloadSoundEffects()9594 case MSG_UNLOAD_SOUND_EFFECTS: in handleMessage()