Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp61 static bluetooth::headset::Interface* sBluetoothHfpInterface = nullptr; variable
480 if (sBluetoothHfpInterface) { in initializeNative()
482 sBluetoothHfpInterface->Cleanup(); in initializeNative()
483 sBluetoothHfpInterface = nullptr; in initializeNative()
492 sBluetoothHfpInterface = in initializeNative()
494 if (!sBluetoothHfpInterface) { in initializeNative()
499 bt_status_t status = sBluetoothHfpInterface->Init(JniHeadsetCallbacks::GetInstance(), in initializeNative()
504 sBluetoothHfpInterface = nullptr; in initializeNative()
521 if (sBluetoothHfpInterface) { in cleanupNative()
523 sBluetoothHfpInterface->Cleanup(); in cleanupNative()
[all …]