Searched defs:SENDMSG_REPLACE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRemoteController.java568 sendMsg(rc.mEventHandler, MSG_NEW_PENDING_INTENT, SENDMSG_REPLACE,
572 sendMsg(rc.mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE,
582 sendMsg(rc.mEventHandler, MSG_DISPLAY_ENABLE, SENDMSG_REPLACE,
607 sendMsg(rc.mEventHandler, MSG_NEW_PLAYBACK_INFO, SENDMSG_REPLACE,
623 sendMsg(rc.mEventHandler, MSG_NEW_TRANSPORT_INFO, SENDMSG_REPLACE,
818 private static final int SENDMSG_REPLACE = 0; field in class:RemoteController
830 if (existingMsgPolicy == SENDMSG_REPLACE) {
958 sendMsg(mEventHandler, MSG_NEW_PLAYBACK_INFO, SENDMSG_REPLACE,
961 sendMsg(mEventHandler, MSG_NEW_TRANSPORT_INFO, SENDMSG_REPLACE,
985 sendMsg(mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE,
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java341 private static final int SENDMSG_REPLACE = 0; field in class:MediaFocusControl
350 if (existingMsgPolicy == SENDMSG_REPLACE) {
H A DAudioService.java188 private static final int SENDMSG_REPLACE = 0; field in class:AudioService
732 SENDMSG_REPLACE,
749 SENDMSG_REPLACE,
1784 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME_MUTE, SENDMSG_REPLACE, mute ? 1
1795 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME_MUTE, SENDMSG_REPLACE, mute ? 1
1881 sendMsg(mAudioHandler, MSG_PERSIST_MICROPHONE_MUTE, SENDMSG_REPLACE, on ? 1
2027 SENDMSG_REPLACE, 0, 0, null, PERSIST_DELAY);
2862 SENDMSG_REPLACE, 0, 0, null, result ? BT_HEADSET_CNCT_TIMEOUT_MS : 0);
2876 SENDMSG_REPLACE, 0, 0, null, 0);
3050 SENDMSG_REPLACE,
[all...]

Completed in 108 milliseconds