Searched refs:SENDMSG_REPLACE (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 562 private static final int SENDMSG_REPLACE = 0; field in RemoteController 574 if (existingMsgPolicy == SENDMSG_REPLACE) { in sendMsg() 603 sendMsg(mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE, in updateController() 612 sendMsg(mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE, in updateController() 618 sendMsg(mEventHandler, MSG_NEW_PLAYBACK_STATE, SENDMSG_REPLACE, in updateController() 622 sendMsg(mEventHandler, MSG_NEW_MEDIA_METADATA, SENDMSG_REPLACE, in updateController()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceBroker.java | 146 sendMsgNoDelay(MSG_RESTORE_DEVICES, SENDMSG_REPLACE); in onAudioServerDied() 373 sendIMsgNoDelay(MSG_I_SET_AVRCP_ABSOLUTE_VOLUME, SENDMSG_REPLACE, index); in postSetAvrcpAbsoluteVolumeIndex() 377 sendIIMsgNoDelay(MSG_II_SET_HEARING_AID_VOLUME, SENDMSG_REPLACE, index, streamType); in postSetHearingAidVolumeIndex() 381 sendIMsgNoDelay(MSG_I_DISCONNECT_BT_SCO, SENDMSG_REPLACE, exceptPid); in postDisconnectBluetoothSco() 467 sendMsgNoDelay(MSG_BROADCAST_AUDIO_BECOMING_NOISY, SENDMSG_REPLACE); in postBroadcastBecomingNoisy() 573 sendMsg(MSG_BT_HEADSET_CNCT_FAILED, SENDMSG_REPLACE, delay); in handleFailureToConnectToBtHeadsetService() 970 private static final int SENDMSG_REPLACE = 0; field in AudioDeviceBroker 1018 if (existingMsgPolicy == SENDMSG_REPLACE) { in sendIILMsg()
|
D | AudioService.java | 238 private static final int SENDMSG_REPLACE = 0; field in AudioService 892 SENDMSG_REPLACE, in onSystemReady() 950 SENDMSG_REPLACE, in onIndicateSystemReady() 1155 sendMsg(mAudioHandler, MSG_HDMI_VOLUME_CHECK, SENDMSG_REPLACE, in postCheckVolumeCecOnHdmiConnection() 1166 SENDMSG_REPLACE, in onCheckVolumeCecOnHdmiConnection() 2275 sendMsg(mAudioHandler, MSG_PLAYBACK_CONFIG_CHANGE, SENDMSG_REPLACE, 3200 SENDMSG_REPLACE, 0, 0, null, PERSIST_DELAY); in setRingerModeInt() 3740 SENDMSG_REPLACE, in onCheckMusicActive() 4245 if (existingMsgPolicy == SENDMSG_REPLACE) { in sendMsg() 5720 SENDMSG_REPLACE, in checkMusicActive() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 39649 Landroid/media/RemoteController;->SENDMSG_REPLACE:I
|