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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp54 static const bthf_interface_t *sBluetoothHfpInterface = NULL; member in namespace:android
433 if ( (sBluetoothHfpInterface = (bthf_interface_t *)
441 if ( (status = sBluetoothHfpInterface->init(&sBluetoothHfpCallbacks)) != BT_STATUS_SUCCESS) {
443 sBluetoothHfpInterface = NULL;
460 if (sBluetoothHfpInterface !=NULL) {
462 sBluetoothHfpInterface->cleanup();
463 sBluetoothHfpInterface = NULL;
472 if ( (sBluetoothHfpInterface = (bthf_interface_t *)
478 if ( (status = sBluetoothHfpInterface->init(&sBluetoothHfpCallbacks,
481 sBluetoothHfpInterface
[all...]

Completed in 145 milliseconds