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