Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java460 sendMsgNoDelay(MSG_DISCONNECT_A2DP_SINK, SENDMSG_QUEUE); in postDisconnectA2dpSink()
787 case MSG_DISCONNECT_A2DP_SINK: in handleMessage()
891 private static final int MSG_DISCONNECT_A2DP_SINK = 20; field in AudioDeviceBroker