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

/frameworks/base/media/java/android/media/
H A DRemoteController.java531 sendMsg(rc.mEventHandler, MSG_NEW_PENDING_INTENT, SENDMSG_REPLACE,
535 sendMsg(rc.mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE,
545 sendMsg(rc.mEventHandler, MSG_DISPLAY_ENABLE, SENDMSG_REPLACE,
570 sendMsg(rc.mEventHandler, MSG_NEW_PLAYBACK_INFO, SENDMSG_REPLACE,
586 sendMsg(rc.mEventHandler, MSG_NEW_TRANSPORT_INFO, SENDMSG_REPLACE,
699 private static final int SENDMSG_REPLACE = 0; field in class:RemoteController
711 if (existingMsgPolicy == SENDMSG_REPLACE) {
838 sendMsg(mEventHandler, MSG_NEW_PLAYBACK_INFO, SENDMSG_REPLACE,
841 sendMsg(mEventHandler, MSG_NEW_TRANSPORT_INFO, SENDMSG_REPLACE,
H A DAudioService.java133 private static final int SENDMSG_REPLACE = 0; field in class:AudioService
1268 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME_MUTE, SENDMSG_REPLACE, state ? 1
1332 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME, SENDMSG_REPLACE,
1444 SENDMSG_REPLACE, 0, 0, null, PERSIST_DELAY);
2253 SENDMSG_REPLACE, 0, 0, null, result ? BT_HEADSET_CNCT_TIMEOUT_MS : 0);
2267 SENDMSG_REPLACE, 0, 0, null, 0);
2376 SENDMSG_REPLACE, 0, 0, null, 0);
2420 SENDMSG_REPLACE,
2757 if (existingMsgPolicy == SENDMSG_REPLACE) {
3906 SENDMSG_REPLACE,
[all...]
H A DMediaFocusControl.java336 private static final int SENDMSG_REPLACE = 0; field in class:MediaFocusControl
345 if (existingMsgPolicy == SENDMSG_REPLACE) {
1816 sendMsg(mEventHandler, MSG_PROMOTE_RCC, SENDMSG_REPLACE,
2345 sendMsg(mEventHandler, MSG_RCC_SEEK_REQUEST, SENDMSG_REPLACE, generationId /* arg1 */,

Completed in 62 milliseconds