Home
last modified time | relevance | path

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

/aosp12/frameworks/native/vulkan/scripts/
H A Dapi_generator.py43 for cmd in gencom.command_list:
154 for cmd in gencom.command_list:
173 sorted_command_list = sorted(gencom.command_list)
217 sorted_command_list = sorted(gencom.command_list)
239 for cmd in gencom.command_list:
315 for cmd in gencom.command_list:
332 for cmd in gencom.command_list:
351 for cmd in gencom.command_list:
368 for cmd in gencom.command_list:
375 for cmd in gencom.command_list:
[all …]
H A Ddriver_generator.py254 for cmd in gencom.command_list:
266 for cmd in gencom.command_list:
500 for cmd in gencom.command_list:
509 sorted_command_list = sorted(gencom.command_list)
572 for cmd in gencom.command_list:
590 for cmd in gencom.command_list:
H A Dgenerator_common.py84 command_list = [] variable
360 command_list.append(cmd_name)
386 command_list.append(cmd_name)
416 if cmd_name in command_list:
H A Dnull_generator.py65 for cmd in gencom.command_list:
124 sorted_command_list = sorted(gencom.command_list)
/aosp12/packages/modules/Virtualization/vm/src/
H A Dmain.rs65 Opt::List => command_list(virt_manager), in main()
79 fn command_list(virt_manager: Strong<dyn IVirtManager>) -> Result<(), Error> { in command_list() function
/aosp12/hardware/libhardware/modules/radio/
H A Dradio_hw.c98 struct listnode command_list; member
172 list_add_tail(&tuner->command_list, &cmd->node); in send_command_l()
292 if (list_empty(&tuner->command_list) || ts.tv_sec != 0) { in callback_thread_loop()
307 list_for_each_safe(item, tmp, &tuner->command_list) { in callback_thread_loop()
488 list_for_each_safe(item, tmp, &tuner->command_list) { in callback_thread_loop()
548 list_for_each(item, &stub_tuner->command_list) { in tuner_get_configuration()
707 list_init(&rdev->tuner->command_list); in rdev_open_tuner()
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dsignalling_manager.cc727 auto command_list = GetCommandsFromPacketView(*packet); in on_incoming_packet() local
728 for (auto& command : command_list) { in on_incoming_packet()