Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp28 static bthf_client_interface_t* sBluetoothHfpClientInterface = NULL; variable
441 if (sBluetoothHfpClientInterface != NULL) { in initializeNative()
443 sBluetoothHfpClientInterface->cleanup(); in initializeNative()
444 sBluetoothHfpClientInterface = NULL; in initializeNative()
453 sBluetoothHfpClientInterface = in initializeNative()
456 if (sBluetoothHfpClientInterface == NULL) { in initializeNative()
462 sBluetoothHfpClientInterface->init(&sBluetoothHfpClientCallbacks); in initializeNative()
466 sBluetoothHfpClientInterface = NULL; in initializeNative()
483 if (sBluetoothHfpClientInterface != NULL) { in cleanupNative()
485 sBluetoothHfpClientInterface->cleanup(); in cleanupNative()
[all …]