Searched refs:mAvrcpCommandQueue (Results 1 – 1 of 1) sorted by relevance
73 private Handler mAvrcpCommandQueue; field in A2dpMediaBrowserService128 mAvrcpCommandQueue = new AvrcpCommandQueueHandler(Looper.getMainLooper(), this); in onCreate()163 mAvrcpCommandQueue.obtainMessage(MSG_PROFILE_CONNECT, proxy).sendToTarget();176 mAvrcpCommandQueue.obtainMessage(MSG_PROFILE_DISCONNECT).sendToTarget();186 mAvrcpCommandQueue.obtainMessage(194 mAvrcpCommandQueue.obtainMessage(202 mAvrcpCommandQueue.obtainMessage(212 mAvrcpCommandQueue.obtainMessage(266 mAvrcpCommandQueue.obtainMessage(MSG_DEVICE_CONNECT, btDev).sendToTarget();269 mAvrcpCommandQueue.obtainMessage(MSG_DEVICE_DISCONNECT, btDev).sendToTarget();[all …]