Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hid.cpp42 static const bthh_interface_t *sBluetoothHidInterface = NULL; variable
242 if (sBluetoothHidInterface !=NULL) { in initializeNative()
244 sBluetoothHidInterface->cleanup(); in initializeNative()
245 sBluetoothHidInterface = NULL; in initializeNative()
255 if ( (sBluetoothHidInterface = (bthh_interface_t *) in initializeNative()
261 if ( (status = sBluetoothHidInterface->init(&sBluetoothHidCallbacks)) != BT_STATUS_SUCCESS) { in initializeNative()
263 sBluetoothHidInterface = NULL; in initializeNative()
281 if (sBluetoothHidInterface !=NULL) { in cleanupNative()
283 sBluetoothHidInterface->cleanup(); in cleanupNative()
284 sBluetoothHidInterface = NULL; in cleanupNative()
[all …]