Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc422 static bt_status_t stop_voice_recognition(const RawAddress* bd_addr) { in stop_voice_recognition() function
770 .stop_voice_recognition = stop_voice_recognition,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h355 bt_status_t (*stop_voice_recognition)(const RawAddress* bd_addr); member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp610 bt_status_t status = sBluetoothHfpClientInterface->stop_voice_recognition( in stopVoiceRecognitionNative()