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.java43 private static BluetoothA2dpSink sA2dpSinkProfile = null; field in BluetoothA2dpSinkFacade
56 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 …]