Searched refs:SENDMSG_QUEUE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java195 private static final int SENDMSG_QUEUE = 2; field in class:AudioService
224 // and not with sendMsg(..., ..., SENDMSG_QUEUE, ...)
644 SENDMSG_QUEUE,
715 sendMsg(mAudioHandler, MSG_SYSTEM_READY, SENDMSG_QUEUE,
721 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE,
994 SENDMSG_QUEUE,
1008 SENDMSG_QUEUE,
1057 SENDMSG_QUEUE,
1361 sendMsg(mAudioHandler, MSG_UNMUTE_STREAM, SENDMSG_QUEUE,
1368 SENDMSG_QUEUE,
[all...]
/frameworks/base/media/java/android/media/
H A DRemoteController.java565 private static final int SENDMSG_QUEUE = 2; field in class:RemoteController

Completed in 18 milliseconds