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 | 227 private static final int SENDMSG_REPLACE = 0; field in AudioService 936 SENDMSG_REPLACE, in onSystemReady() 953 SENDMSG_REPLACE, in onIndicateSystemReady() 2720 SENDMSG_REPLACE, 0, 0, null, PERSIST_DELAY); in setRingerModeInt() 3651 SENDMSG_REPLACE, 0, 0, null, result ? BT_HEADSET_CNCT_TIMEOUT_MS : 0); in getBluetoothHeadset() 4010 SENDMSG_REPLACE, in onCheckMusicActive() 4508 if (existingMsgPolicy == SENDMSG_REPLACE) { in sendMsg() 6188 SENDMSG_REPLACE, in checkSendBecomingNoisyIntent() 6336 SENDMSG_REPLACE, in onSetWiredDeviceConnectionState() 6542 SENDMSG_REPLACE, in onReceive() [all …]
|