Searched refs:sBluetoothA2dpInterface (Results 1 – 2 of 2) sorted by relevance
32 static const btav_sink_interface_t* sBluetoothA2dpInterface = NULL; variable122 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 …]
47 static const btav_source_interface_t* sBluetoothA2dpInterface = nullptr; variable264 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 …]