Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp27 static bthf_client_interface_t* sBluetoothHfpClientInterface = NULL; variable
455 if (sBluetoothHfpClientInterface != NULL) { in initializeNative()
457 sBluetoothHfpClientInterface->cleanup(); in initializeNative()
458 sBluetoothHfpClientInterface = NULL; in initializeNative()
467 sBluetoothHfpClientInterface = in initializeNative()
470 if (sBluetoothHfpClientInterface == NULL) { in initializeNative()
476 sBluetoothHfpClientInterface->init(&sBluetoothHfpClientCallbacks); in initializeNative()
479 sBluetoothHfpClientInterface = NULL; in initializeNative()
493 if (sBluetoothHfpClientInterface != NULL) { in cleanupNative()
495 sBluetoothHfpClientInterface->cleanup(); in cleanupNative()
[all …]