android.intent.action.VOICE_COMMAND 追踪

Intent层

HeadsetHalConstants.VR_STATE_STARTED

如果使用KeyEvent启动

adb shell input keyevent --longpress KEYCODE_CALL

如果Bluetooth层启动

HeadsetHalConstants.VR_STATE_STARTED
HeadsetHalConstants.VR_STATE_STOPPED
EVENT_TYPE_VR_STATE_CHANGED
onVrStateChanged
# packages/apps/Bluetooth/jni/com_android_bluetooth_hfp.cpp
method_onVrStateChanged

voice_recognition_callback

sBluetoothHfpCallbacks.voice_recognition_callback
bthf_vr_cmd_callback
vr_cmd_cb
BTA_AG_AT_BVRA_EVT

#define BTA_AG_AT_BVRA_EVT 18 /* Enable/disable voice recognition */ macro 

btif_hf_upstreams_evt

你可能感兴趣的:(Android)