Searched refs:sA2dpSinkProfile (Results 1 – 1 of 1) sorted by relevance
43 private static BluetoothA2dpSink sA2dpSinkProfile = null; field in BluetoothA2dpSinkFacade56 sA2dpSinkProfile = (BluetoothA2dpSink) proxy; in onServiceConnected()61 sA2dpSinkProfile = null; in onServiceDisconnected()66 if (sA2dpSinkProfile == null) return false; in a2dpSinkConnect()67 return sA2dpSinkProfile.connect(device); in a2dpSinkConnect()71 if (sA2dpSinkProfile == null) return false; in a2dpSinkDisconnect()72 return sA2dpSinkProfile.disconnect(device); in a2dpSinkDisconnect()77 return (sA2dpSinkProfile != null); in bluetoothA2dpSinkIsReady()85 if (sA2dpSinkProfile == null) return false; in bluetoothA2dpSinkConnect()95 if (sA2dpSinkProfile == null) return false; in bluetoothA2dpSinkDisconnect()[all …]