Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc400 static bt_status_t start_voice_recognition(const RawAddress* bd_addr) { in start_voice_recognition() function
769 .start_voice_recognition = start_voice_recognition,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h352 bt_status_t (*start_voice_recognition)(const RawAddress* bd_addr); member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp589 bt_status_t status = sBluetoothHfpClientInterface->start_voice_recognition( in startVoiceRecognitionNative()