Home
last modified time | relevance | path

Searched defs:CmdType (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/e2e_tests/fixture/src/
Dvhost_user.rs17 pub enum CmdType { enum
25 impl CmdType { implementation
43 pub fn new(cmd_type: CmdType, name: &str) -> Self { in new()
/external/crosvm/e2e_tests/tests/
Dblock.rs140 fn create_vu_config(cmd_type: CmdType, socket: &Path, disk: &Path) -> VuConfig { in create_vu_config()
159 fn run_vhost_user_test(cmd_type: CmdType, config: VmConfig) { in run_vhost_user_test()
Dvsock.rs136 fn create_vu_config(cmd_type: CmdType, socket: &Path, cid: u32) -> VuConfig { in create_vu_config()
/external/perfetto/ui/src/controller/
Dadb_interfaces.ts73 export declare type CmdType = alias
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp56 enum CmdType { enum