Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java130 sendMsgNoDelay(MSG_RESTORE_DEVICES, SENDMSG_REPLACE); in onAudioServerDied()
139 sendMsgNoDelay(MSG_TOGGLE_HDMI, SENDMSG_QUEUE); in toggleHdmiIfConnected_Async()
426 sendMsgNoDelay(MSG_BROADCAST_AUDIO_BECOMING_NOISY, SENDMSG_REPLACE); in postBroadcastBecomingNoisy()
456 sendMsgNoDelay(MSG_DISCONNECT_A2DP, SENDMSG_QUEUE); in postDisconnectA2dp()
460 sendMsgNoDelay(MSG_DISCONNECT_A2DP_SINK, SENDMSG_QUEUE); in postDisconnectA2dpSink()
464 sendMsgNoDelay(MSG_DISCONNECT_BT_HEARING_AID, SENDMSG_QUEUE); in postDisconnectHearingAid()
468 sendMsgNoDelay(MSG_DISCONNECT_BT_HEADSET, SENDMSG_QUEUE); in postDisconnectHeadset()
556 sendMsgNoDelay(MSG_REPORT_NEW_ROUTES, SENDMSG_NOOP); in postReportNewRoutes()
950 private void sendMsgNoDelay(int msg, int existingMsgPolicy) { in sendMsgNoDelay() method in AudioDeviceBroker