Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothA2dpSinkFacade.java44 private static BluetoothA2dpSink sA2dpSinkProfile = null; field in BluetoothA2dpSinkFacade
57 sA2dpSinkProfile = (BluetoothA2dpSink) proxy; in onServiceConnected()
62 sA2dpSinkProfile = null; in onServiceDisconnected()
72 if (sA2dpSinkProfile == null) return false; in a2dpSinkConnect()
73 return sA2dpSinkProfile.connect(device); in a2dpSinkConnect()
82 if (sA2dpSinkProfile == null) return false; in a2dpSinkDisconnect()
83 return sA2dpSinkProfile.disconnect(device); in a2dpSinkDisconnect()
98 if (sA2dpSinkProfile == null) return; in bluetoothA2dpSinkSetPriority()
104 sA2dpSinkProfile.setPriority(device, priority); in bluetoothA2dpSinkSetPriority()
117 if (sA2dpSinkProfile == null) return BluetoothProfile.PRIORITY_UNDEFINED; in bluetoothA2dpSinkGetPriority()
[all …]