Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java241 sendLMsgNoDelay(MSG_L_A2DP_DEVICE_CONNECTION_CHANGE_EXT, SENDMSG_QUEUE, info); in postBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
267 sendLMsgNoDelay(MSG_L_HEARING_AID_DEVICE_CONNECTION_CHANGE_EXT, SENDMSG_QUEUE, info); in postBluetoothHearingAidDeviceConnectionState()
344 sendLMsgNoDelay(MSG_L_A2DP_DEVICE_CONFIG_CHANGE, SENDMSG_QUEUE, device); in postBluetoothA2dpDeviceConfigChange()
472 sendLMsgNoDelay(MSG_L_BT_SERVICE_CONNECTED_PROFILE_A2DP, SENDMSG_QUEUE, a2dpProfile); in postBtA2dpProfileConnected()
476 sendLMsgNoDelay(MSG_L_BT_SERVICE_CONNECTED_PROFILE_A2DP_SINK, SENDMSG_QUEUE, profile); in postBtA2dpSinkProfileConnected()
480 sendLMsgNoDelay(MSG_L_BT_SERVICE_CONNECTED_PROFILE_HEADSET, SENDMSG_QUEUE, headsetProfile); in postBtHeasetProfileConnected()
484 sendLMsgNoDelay(MSG_L_BT_SERVICE_CONNECTED_PROFILE_HEARING_AID, SENDMSG_QUEUE, in postBtHearingAidProfileConnected()
489 sendLMsgNoDelay(MSG_L_SCOCLIENT_DIED, SENDMSG_QUEUE, obj); in postScoClientDied()
565 sendLMsgNoDelay(MSG_L_A2DP_ACTIVE_DEVICE_CHANGE, SENDMSG_QUEUE, btDeviceInfo); in postA2dpActiveDeviceChange()
966 private void sendLMsgNoDelay(int msg, int existingMsgPolicy, Object obj) { in sendLMsgNoDelay() method in AudioDeviceBroker