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

/frameworks/base/media/java/android/media/
H A DAudioService.java175 private static final int SENDMSG_REPLACE = 0; field in class:AudioService
688 SENDMSG_REPLACE,
1613 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME_MUTE, SENDMSG_REPLACE, state ? 1
1677 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME, SENDMSG_REPLACE,
1724 sendMsg(mAudioHandler, MSG_PERSIST_MICROPHONE_MUTE, SENDMSG_REPLACE, on ? 1
1817 SENDMSG_REPLACE, 0, 0, null, PERSIST_DELAY);
2676 SENDMSG_REPLACE, 0, 0, null, result ? BT_HEADSET_CNCT_TIMEOUT_MS : 0);
2690 SENDMSG_REPLACE, 0, 0, null, 0);
2821 SENDMSG_REPLACE, 0, 0, null, 0);
2874 SENDMSG_REPLACE,
[all...]
H A DMediaFocusControl.java327 private static final int SENDMSG_REPLACE = 0; field in class:MediaFocusControl
336 if (existingMsgPolicy == SENDMSG_REPLACE) {
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...]

Completed in 45 milliseconds