Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp_sink.cpp32 static const btav_sink_interface_t* sBluetoothA2dpInterface = NULL; variable
122 if (sBluetoothA2dpInterface != NULL) { in initNative()
124 sBluetoothA2dpInterface->cleanup(); in initNative()
125 sBluetoothA2dpInterface = NULL; in initNative()
134 sBluetoothA2dpInterface = in initNative()
137 if (sBluetoothA2dpInterface == NULL) { in initNative()
142 bt_status_t status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks, in initNative()
147 sBluetoothA2dpInterface = NULL; in initNative()
163 if (sBluetoothA2dpInterface != NULL) { in cleanupNative()
164 sBluetoothA2dpInterface->cleanup(); in cleanupNative()
[all …]
Dcom_android_bluetooth_a2dp.cpp47 static const btav_source_interface_t* sBluetoothA2dpInterface = nullptr; variable
264 if (sBluetoothA2dpInterface != nullptr) { in initNative()
266 sBluetoothA2dpInterface->cleanup(); in initNative()
267 sBluetoothA2dpInterface = nullptr; in initNative()
288 sBluetoothA2dpInterface = in initNative()
291 if (sBluetoothA2dpInterface == nullptr) { in initNative()
302 bt_status_t status = sBluetoothA2dpInterface->init( in initNative()
308 sBluetoothA2dpInterface = nullptr; in initNative()
323 if (sBluetoothA2dpInterface != nullptr) { in cleanupNative()
324 sBluetoothA2dpInterface->cleanup(); in cleanupNative()
[all …]