Searched refs:SENDMSG_REPLACE (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 561 private static final int SENDMSG_REPLACE = 0; field in RemoteController 573 if (existingMsgPolicy == SENDMSG_REPLACE) { in sendMsg() 602 sendMsg(mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE, in updateController() 611 sendMsg(mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE, in updateController() 617 sendMsg(mEventHandler, MSG_NEW_PLAYBACK_STATE, SENDMSG_REPLACE, in updateController() 621 sendMsg(mEventHandler, MSG_NEW_MEDIA_METADATA, SENDMSG_REPLACE, in updateController()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 191 private static final int SENDMSG_REPLACE = 0; field in AudioService 757 SENDMSG_REPLACE, in onSystemReady() 774 SENDMSG_REPLACE, in onIndicateSystemReady() 2180 SENDMSG_REPLACE, 0, 0, null, PERSIST_DELAY); in setRingerModeInt() 3019 SENDMSG_REPLACE, 0, 0, null, result ? BT_HEADSET_CNCT_TIMEOUT_MS : 0); in getBluetoothHeadset() 3033 SENDMSG_REPLACE, 0, 0, null, 0); in disconnectBluetoothSco() 3209 SENDMSG_REPLACE, 0, 0, null, 0); 3307 SENDMSG_REPLACE, in onCheckMusicActive() 3695 if (existingMsgPolicy == SENDMSG_REPLACE) { in sendMsg() 5017 SENDMSG_REPLACE, in checkSendBecomingNoisyIntent() [all …]
|