Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp34 static const bthh_interface_t* sBluetoothHidInterface = NULL; variable
217 if (sBluetoothHidInterface != NULL) { in initializeNative()
219 sBluetoothHidInterface->cleanup(); in initializeNative()
220 sBluetoothHidInterface = NULL; in initializeNative()
229 sBluetoothHidInterface = in initializeNative()
231 if (sBluetoothHidInterface == NULL) { in initializeNative()
236 bt_status_t status = sBluetoothHidInterface->init(&sBluetoothHidCallbacks); in initializeNative()
240 sBluetoothHidInterface = NULL; in initializeNative()
256 if (sBluetoothHidInterface != NULL) { in cleanupNative()
258 sBluetoothHidInterface->cleanup(); in cleanupNative()
[all …]