Searched refs:sA2dpSinkProfile (Results 1 – 1 of 1) sorted by relevance
44 private static BluetoothA2dpSink sA2dpSinkProfile = null; field in BluetoothA2dpSinkFacade57 sA2dpSinkProfile = (BluetoothA2dpSink) proxy; in onServiceConnected()62 sA2dpSinkProfile = null; in onServiceDisconnected()67 if (sA2dpSinkProfile == null) return false; in a2dpSinkConnect()68 return sA2dpSinkProfile.connect(device); in a2dpSinkConnect()72 if (sA2dpSinkProfile == null) return false; in a2dpSinkDisconnect()73 return sA2dpSinkProfile.disconnect(device); in a2dpSinkDisconnect()83 if (sA2dpSinkProfile == null) return; in bluetoothA2dpSinkSetPriority()87 sA2dpSinkProfile.setPriority(device, priority); in bluetoothA2dpSinkSetPriority()95 if (sA2dpSinkProfile == null) return BluetoothProfile.PRIORITY_UNDEFINED; in bluetoothA2dpSinkGetPriority()[all …]