Searched refs:CommandComplete (Results 1 – 6 of 6) sorted by relevance
/external/crosvm/src/ |
D | gdb.rs | 159 Ok(VcpuDebugStatus::CommandComplete) => {} in resume() 234 Ok(VcpuDebugStatus::CommandComplete) => Ok(()), in write_registers() 281 Ok(VcpuDebugStatus::CommandComplete) => Ok(()), in write_addrs() 308 Ok(VcpuDebugStatus::CommandComplete) => Ok(true), in add_hw_breakpoint() 331 Ok(VcpuDebugStatus::CommandComplete) => Ok(true), in remove_hw_breakpoint()
|
D | linux.rs | 1925 msg: VcpuDebugStatus::CommandComplete, in handle_debug_msg() 1947 msg: VcpuDebugStatus::CommandComplete, in handle_debug_msg() 1956 msg: VcpuDebugStatus::CommandComplete, in handle_debug_msg() 1966 msg: VcpuDebugStatus::CommandComplete, in handle_debug_msg()
|
/external/crosvm/vm_control/src/ |
D | gdb.rs | 25 CommandComplete, enumerator
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 1914 return ProfilingInfo::CommandComplete; in FromCLenum() 1932 case ProfilingInfo::CommandComplete: in ToCLenum() 1956 case ProfilingInfo::CommandComplete: in operator <<()
|
D | PackedCLEnums_autogen.h | 423 CommandComplete = 4, enumerator
|
/external/angle/src/libANGLE/ |
D | validationCL.cpp | 1560 case ProfilingInfo::CommandComplete: in ValidateGetEventProfilingInfo()
|