Home
last modified time | relevance | path

Searched refs:CommandComplete (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/src/
Dgdb.rs159 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()
Dlinux.rs1925 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/
Dgdb.rs25 CommandComplete, enumerator
/external/angle/src/common/
DPackedCLEnums_autogen.cpp1914 return ProfilingInfo::CommandComplete; in FromCLenum()
1932 case ProfilingInfo::CommandComplete: in ToCLenum()
1956 case ProfilingInfo::CommandComplete: in operator <<()
DPackedCLEnums_autogen.h423 CommandComplete = 4, enumerator
/external/angle/src/libANGLE/
DvalidationCL.cpp1560 case ProfilingInfo::CommandComplete: in ValidateGetEventProfilingInfo()