Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Dgoldfish_sync.cpp115 uint64_t hostcmd_handle) { in goldfish_sync_receive_hostcmd_result() argument
116 if (auto elt = android::base::find(wait_map, hostcmd_handle)) { in goldfish_sync_receive_hostcmd_result()
131 uint64_t hostcmd_handle) { in sendCommandAndGetResult() argument
135 (cmd, handle, time_arg, hostcmd_handle); in sendCommandAndGetResult()
137 CommandWaitInfo* waitInfo = allocWait(hostcmd_handle); in sendCommandAndGetResult()
150 freeWait(hostcmd_handle); in sendCommandAndGetResult()
DGoldfishSyncCommandQueue.cpp58 uint64_t hostcmd_handle) { in hostSignal() argument
66 sync_data.hostcmd_handle = hostcmd_handle; in hostSignal()
77 stream->putBe64(wakeInfo.hostcmd_handle); in save()
105 wakeInfo.hostcmd_handle); in performDeviceOperation()
/hardware/google/aemu/host-common/include/host-common/
DGoldfishSyncCommandQueue.h59 uint64_t hostcmd_handle; member
82 uint64_t hostcmd_handle);
Dgoldfish_sync.h150 uint64_t hostcmd_handle);
173 uint64_t hostcmd_handle);