Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java1256 sendLMsgNoDelay(MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE, SENDMSG_QUEUE, info); in postBluetoothDeviceConfigChange()
1894 case MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE: { in handleMessage()
2118 private static final int MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE = 11; field in AudioDeviceBroker
2176 case MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE: in isMessageHandledUnderWakelock()
2264 case MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE: in sendIILMsg()
2301 MESSAGES_MUTE_MUSIC.add(MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE);
2322 || message == MSG_L_BLUETOOTH_DEVICE_CONFIG_CHANGE) in messageMutesMusic()