Searched refs:sendILMsg (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceBroker.java | 431 sendILMsg(MSG_IL_SET_A2DP_SINK_CONNECTION_STATE, SENDMSG_QUEUE, in postA2dpSinkConnection() 437 sendILMsg(MSG_IL_SET_A2DP_SOURCE_CONNECTION_STATE, SENDMSG_QUEUE, in postA2dpSourceConnection() 449 sendILMsg(MSG_IL_SET_HEARING_AID_CONNECTION_STATE, SENDMSG_QUEUE, in postSetHearingAidConnectionState() 536 sendILMsg(MSG_IL_SET_A2DP_SINK_CONNECTION_STATE, SENDMSG_QUEUE, in handleSetA2dpSinkConnectionState() 579 sendILMsg(MSG_IL_BTA2DP_DOCK_TIMEOUT, SENDMSG_QUEUE, a2dpCodec, address, delayMs); in setA2dpDockTimeout() 938 private void sendILMsg(int msg, int existingMsgPolicy, int arg, Object obj, int delay) { in sendILMsg() method in AudioDeviceBroker
|