Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothA2dp.aidl40 boolean connectSinkInternal(in BluetoothDevice device); in connectSinkInternal() method
DBluetoothDeviceProfileState.java1197 return mA2dpService.connectSinkInternal(mDevice); in processCommand()
/frameworks/base/core/java/android/server/
DBluetoothA2dpService.java293 public synchronized boolean connectSinkInternal(BluetoothDevice device) { in connectSinkInternal() method in BluetoothA2dpService