Home
last modified time | relevance | path

Searched refs:MSG_SET_A2DP_SINK_CONNECTION_STATE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java266 private static final int MSG_SET_A2DP_SINK_CONNECTION_STATE = 102; field in AudioService
3806 MSG_SET_A2DP_SINK_CONNECTION_STATE,
4517 msg == MSG_SET_A2DP_SINK_CONNECTION_STATE || in sendMsg()
4668 if (mAudioHandler.hasMessages(MSG_SET_A2DP_SINK_CONNECTION_STATE, device)) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
4700 MSG_SET_A2DP_SINK_CONNECTION_STATE : MSG_SET_A2DP_SRC_CONNECTION_STATE), in setBluetoothA2dpDeviceConnectionStateInt()
5633 case MSG_SET_A2DP_SINK_CONNECTION_STATE: in handleMessage()
6079 if (mAudioHandler.hasMessages(MSG_SET_A2DP_SINK_CONNECTION_STATE, btDevice)) { in onBluetoothA2dpDeviceConfigChange()