Home
last modified time | relevance | path

Searched refs:is_hsp (Results 1 – 8 of 8) sorted by relevance

/external/adhd/cras/src/fuzz/
Dcras_hfp_slc.cc30 bool is_hsp = data_provider.ConsumeIntegralInRange(0, 1); in LLVMFuzzerTestOneInput() local
37 fd, is_hsp, ag_supported_features, bt_dev, NULL, &disconnect_cb); in LLVMFuzzerTestOneInput()
/external/adhd/cras/src/server/
Dcras_hfp_slc.c92 int is_hsp; member
147 if (handle->is_hsp || in hfp_send_ind_event_report()
163 if (handle->is_hsp) in hfp_send_calling_line_identification()
1174 struct hfp_slc_handle *hfp_slc_create(int fd, int is_hsp, in hfp_slc_create() argument
1191 handle->is_hsp = is_hsp; in hfp_slc_create()
1227 return handle->is_hsp; in hfp_slc_is_hsp()
1322 if (handle->is_hsp) in hfp_event_incoming_call()
Dcras_hfp_slc.h85 struct hfp_slc_handle *hfp_slc_create(int fd, int is_hsp,
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
Daudio_AudioBasicBluetoothPlaybackRecord.py308 is_hsp=True)
312 is_hsp=True)
/external/adhd/cras/src/tests/
Dhfp_ag_profile_unittest.cc235 int is_hsp, in hfp_slc_create() argument
/external/autotest/client/cros/chameleon/
Daudio_test_utils.py438 def get_second_peak_ratio(source_id, recorder_id, is_hsp=False): argument
448 if is_hsp:
/external/autotest/server/site_tests/audio_AudioVolume/
Daudio_AudioVolume.py102 source_id=source_id, recorder_id=recorder_id, is_hsp=False)
/external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/
Daudio_AudioBasicBluetoothRecord.py131 source_id=source.port_id, recorder_id=recorder.port_id, is_hsp=True)