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.cpp33 static BluetoothQualityReportInterface* sBluetoothQualityReportInterface = variable
93 if (sBluetoothQualityReportInterface != nullptr) { in initNative()
96 sBluetoothQualityReportInterface = nullptr; in initNative()
111 sBluetoothQualityReportInterface = in initNative()
113 if (sBluetoothQualityReportInterface == nullptr) { in initNative()
118 sBluetoothQualityReportInterface->init(&sBluetoothQualityReportCallbacks); in initNative()
131 if (sBluetoothQualityReportInterface != nullptr) { in cleanupNative()
132 sBluetoothQualityReportInterface = nullptr; in cleanupNative()