Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DGoldfishSyncCommandQueue.h75 static void setQueueCommand(queue_device_command_t fx);
92 queue_device_command_t tellSyncDevice = nullptr;
Dgoldfish_sync.h148 typedef void (*queue_device_command_t) typedef
154 queue_device_command_t doHostCommand;
/hardware/google/aemu/host-common/
DGoldfishSyncCommandQueue.cpp49 void GoldfishSyncCommandQueue::setQueueCommand(queue_device_command_t fx) { in setQueueCommand()