Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp_sink.cpp32 static const btav_sink_interface_t* sBluetoothA2dpInterface = NULL; variable
119 if (sBluetoothA2dpInterface != NULL) { in initNative()
121 sBluetoothA2dpInterface->cleanup(); in initNative()
122 sBluetoothA2dpInterface = NULL; in initNative()
131 sBluetoothA2dpInterface = in initNative()
134 if (sBluetoothA2dpInterface == NULL) { in initNative()
139 bt_status_t status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks); in initNative()
142 sBluetoothA2dpInterface = NULL; in initNative()
157 if (sBluetoothA2dpInterface != NULL) { in cleanupNative()
158 sBluetoothA2dpInterface->cleanup(); in cleanupNative()
[all …]
Dcom_android_bluetooth_a2dp.cpp48 static const btav_source_interface_t* sBluetoothA2dpInterface = nullptr; variable
301 if (sBluetoothA2dpInterface != nullptr) { in initNative()
303 sBluetoothA2dpInterface->cleanup(); in initNative()
304 sBluetoothA2dpInterface = nullptr; in initNative()
326 sBluetoothA2dpInterface = in initNative()
329 if (sBluetoothA2dpInterface == nullptr) { in initNative()
340 bt_status_t status = sBluetoothA2dpInterface->init( in initNative()
346 sBluetoothA2dpInterface = nullptr; in initNative()
361 if (sBluetoothA2dpInterface != nullptr) { in cleanupNative()
362 sBluetoothA2dpInterface->cleanup(); in cleanupNative()
[all …]