Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_hf_client.cc404 static bt_status_t start_voice_recognition(const RawAddress* bd_addr) { in start_voice_recognition() function
753 .start_voice_recognition = start_voice_recognition,
/aosp12/system/bt/include/hardware/
H A Dbt_hf_client.h351 bt_status_t (*start_voice_recognition)(const RawAddress* bd_addr); member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp590 bt_status_t status = sBluetoothHfpClientInterface->start_voice_recognition( in startVoiceRecognitionNative()