Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothA2dp.aidl41 boolean disconnectSinkInternal(in BluetoothDevice device); in disconnectSinkInternal() method
DBluetoothDeviceProfileState.java1236 return mA2dpService.disconnectSinkInternal(mDevice); in processCommand()
/frameworks/base/core/java/android/server/
DBluetoothA2dpService.java353 public synchronized boolean disconnectSinkInternal(BluetoothDevice device) { in disconnectSinkInternal() method in BluetoothA2dpService