Searched refs:sBluetoothHfpInterface (Results 1 – 1 of 1) sorted by relevance
54 static bluetooth::headset::Interface* sBluetoothHfpInterface = nullptr; variable451 if (sBluetoothHfpInterface) { in initializeNative()454 sBluetoothHfpInterface->Cleanup(); in initializeNative()455 sBluetoothHfpInterface = nullptr; in initializeNative()464 sBluetoothHfpInterface = in initializeNative()467 if (!sBluetoothHfpInterface) { in initializeNative()473 sBluetoothHfpInterface->Init(JniHeadsetCallbacks::GetInstance(), in initializeNative()478 sBluetoothHfpInterface = nullptr; in initializeNative()495 if (sBluetoothHfpInterface) { in cleanupNative()497 sBluetoothHfpInterface->Cleanup(); in cleanupNative()[all …]