Home
last modified time | relevance | path

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

/hardware/libhardware/modules/radio/
Dradio_hw.c88 struct listnode command_list; member
150 list_add_tail(&tuner->command_list, &cmd->node); in send_command_l()
262 if (list_empty(&tuner->command_list) || ts.tv_sec != 0) { in callback_thread_loop()
277 list_for_each_safe(item, tmp, &tuner->command_list) { in callback_thread_loop()
434 list_for_each_safe(item, tmp, &tuner->command_list) { in callback_thread_loop()
490 list_for_each(item, &stub_tuner->command_list) { in tuner_get_configuration()
645 list_init(&rdev->tuner->command_list); in rdev_open_tuner()
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_script.cpp1144 char *command_list[] = {"sh", "-c", NULL, NULL}; in start_logging() local
1163 command_list[2] = (char *)log_cmd; in start_logging()
1164 execvp("/system/bin/sh", command_list); in start_logging()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_script.cpp1644 char *command_list[] = {"sh", "-c", NULL, NULL}; in start_logging() local
1667 command_list[2] = (char *)log_cmd; in start_logging()
1668 execvp("/system/bin/sh", command_list); in start_logging()