Searched refs:sBluetoothHfpClientInterface (Results 1 – 1 of 1) sorted by relevance
27 static bthf_client_interface_t* sBluetoothHfpClientInterface = NULL; variable455 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 …]