Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java1208 sendLMsgNoDelay(MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE, SENDMSG_QUEUE, info); in postBluetoothDeviceConfigChange()
1802 case MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE: { in handleMessage()
2006 private static final int MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE = 11; field in AudioDeviceBroker
2060 case MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE: in isMessageHandledUnderWakelock()
2152 case MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE: in sendIILMsg()
2189 MESSAGES_MUTE_MUSIC.add(MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE);
2210 || message == MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE) in messageMutesMusic()