Searched refs:SENDMSG_REPLACE (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 568 sendMsg(rc.mEventHandler, MSG_NEW_PENDING_INTENT, SENDMSG_REPLACE, in setCurrentClientId() 572 sendMsg(rc.mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE, in setCurrentClientId() 582 sendMsg(rc.mEventHandler, MSG_DISPLAY_ENABLE, SENDMSG_REPLACE, in setEnabled() 607 sendMsg(rc.mEventHandler, MSG_NEW_PLAYBACK_INFO, SENDMSG_REPLACE, in setPlaybackState() 623 sendMsg(rc.mEventHandler, MSG_NEW_TRANSPORT_INFO, SENDMSG_REPLACE, in setTransportControlInfo() 818 private static final int SENDMSG_REPLACE = 0; field in RemoteController 830 if (existingMsgPolicy == SENDMSG_REPLACE) { in sendMsg() 958 sendMsg(mEventHandler, MSG_NEW_PLAYBACK_INFO, SENDMSG_REPLACE, in onDisplayEnable() 961 sendMsg(mEventHandler, MSG_NEW_TRANSPORT_INFO, SENDMSG_REPLACE, in onDisplayEnable() 985 sendMsg(mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE, in updateController() [all …]
|
D | AudioService.java | 177 private static final int SENDMSG_REPLACE = 0; field in AudioService 714 SENDMSG_REPLACE, in onSystemReady() 1693 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME_MUTE, SENDMSG_REPLACE, state ? 1 in setMasterMuteInternal() 1773 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME, SENDMSG_REPLACE, in doSetMasterVolume() 1821 sendMsg(mAudioHandler, MSG_PERSIST_MICROPHONE_MUTE, SENDMSG_REPLACE, on ? 1 in setMicrophoneMute() 1956 SENDMSG_REPLACE, 0, 0, null, PERSIST_DELAY); in setRingerModeInt() 2822 SENDMSG_REPLACE, 0, 0, null, result ? BT_HEADSET_CNCT_TIMEOUT_MS : 0); in getBluetoothHeadset() 2836 SENDMSG_REPLACE, 0, 0, null, 0); in disconnectBluetoothSco() 2967 SENDMSG_REPLACE, 0, 0, null, 0); 3020 SENDMSG_REPLACE, in onCheckMusicActive() [all …]
|
D | MediaFocusControl.java | 328 private static final int SENDMSG_REPLACE = 0; field in MediaFocusControl 337 if (existingMsgPolicy == SENDMSG_REPLACE) { in sendMsg()
|