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