Searched refs:thread_cmd_delay_ms (Results 1 – 1 of 1) sorted by relevance
/hardware/libhardware/modules/radio/ |
D | radio_hw.c | 120 uint32_t thread_cmd_delay_ms[CMD_NUM] = { variable 415 … send_command_l(tuner, CMD_ANNOUNCEMENTS, thread_cmd_delay_ms[CMD_ANNOUNCEMENTS], NULL); in callback_thread_loop() 495 send_command_l(tuner, CMD_METADATA, thread_cmd_delay_ms[CMD_METADATA], NULL); in callback_thread_loop() 524 send_command_l(stub_tuner, CMD_CANCEL, thread_cmd_delay_ms[CMD_CANCEL], NULL); in tuner_set_configuration() 525 send_command_l(stub_tuner, CMD_CONFIG, thread_cmd_delay_ms[CMD_CONFIG], (void *)config); in tuner_set_configuration() 570 send_command_l(stub_tuner, CMD_STEP, thread_cmd_delay_ms[CMD_STEP], &direction); in tuner_step() 584 send_command_l(stub_tuner, CMD_SCAN, thread_cmd_delay_ms[CMD_SCAN], &direction); in tuner_scan() 603 send_command_l(stub_tuner, CMD_TUNE, thread_cmd_delay_ms[CMD_TUNE], &channel); in tuner_tune() 615 send_command_l(stub_tuner, CMD_CANCEL, thread_cmd_delay_ms[CMD_CANCEL], NULL); in tuner_cancel() 710 send_command_l(rdev->tuner, CMD_CONFIG, thread_cmd_delay_ms[CMD_CONFIG], (void *)config); in rdev_open_tuner() [all …]
|