Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_BluetoothQualityReport.cpp39 static BluetoothQualityReportInterface* sBluetoothQualityReportInterface = nullptr; variable
100 if (sBluetoothQualityReportInterface != nullptr) { in initNative()
102 sBluetoothQualityReportInterface = nullptr; in initNative()
116 sBluetoothQualityReportInterface = in initNative()
118 if (sBluetoothQualityReportInterface == nullptr) { in initNative()
123 sBluetoothQualityReportInterface->init(&sBluetoothQualityReportCallbacks); in initNative()
136 if (sBluetoothQualityReportInterface != nullptr) { in cleanupNative()
137 sBluetoothQualityReportInterface = nullptr; in cleanupNative()