Searched defs:SENDMSG_QUEUE (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java208 private static final int SENDMSG_QUEUE = 2; field in class:AudioService
238 // and not with sendMsg(..., ..., SENDMSG_QUEUE, ...)
681 SENDMSG_QUEUE,
755 sendMsg(mAudioHandler, MSG_SYSTEM_READY, SENDMSG_QUEUE,
761 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE,
1046 SENDMSG_QUEUE,
1052 SENDMSG_QUEUE,
1066 SENDMSG_QUEUE,
1115 SENDMSG_QUEUE,
1439 sendMsg(mAudioHandler, MSG_UNMUTE_STREAM, 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 61 milliseconds