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

/frameworks/base/media/java/android/media/
H A DRemoteController.java561 private static final int SENDMSG_REPLACE = 0; field in class:RemoteController
573 if (existingMsgPolicy == SENDMSG_REPLACE) {
602 sendMsg(mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE,
611 sendMsg(mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE,
617 sendMsg(mEventHandler, MSG_NEW_PLAYBACK_STATE, SENDMSG_REPLACE,
621 sendMsg(mEventHandler, MSG_NEW_MEDIA_METADATA, SENDMSG_REPLACE,
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java191 private static final int SENDMSG_REPLACE = 0; field in class:AudioService
757 SENDMSG_REPLACE,
774 SENDMSG_REPLACE,
2180 SENDMSG_REPLACE, 0, 0, null, PERSIST_DELAY);
3019 SENDMSG_REPLACE, 0, 0, null, result ? BT_HEADSET_CNCT_TIMEOUT_MS : 0);
3033 SENDMSG_REPLACE, 0, 0, null, 0);
3209 SENDMSG_REPLACE, 0, 0, null, 0);
3307 SENDMSG_REPLACE,
3695 if (existingMsgPolicy == SENDMSG_REPLACE) {
5017 SENDMSG_REPLACE,
[all...]

Completed in 110 milliseconds