Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Dgoldfish_sync.cpp48 struct CommandWaitInfo { struct
57 static std::unordered_map<uint64_t, std::unique_ptr<CommandWaitInfo> > argument
60 static CommandWaitInfo* allocWait(uint64_t id) { in allocWait()
62 std::unique_ptr<CommandWaitInfo>& res = in allocWait()
64 res.reset(new CommandWaitInfo); in allocWait()
117 CommandWaitInfo* wait_info = elt->get(); in goldfish_sync_receive_hostcmd_result()
137 CommandWaitInfo* waitInfo = allocWait(hostcmd_handle); in sendCommandAndGetResult()