Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DDeviceContextRunner.h113 virtual void performDeviceOperation(const T& op) = 0;
124 performDeviceOperation(op); in queueDeviceOperation()
163 performDeviceOperation(elt); in onTimerEvent()
DGoldfishSyncCommandQueue.h90 virtual void performDeviceOperation(const GoldfishSyncWakeInfo& cmd) override;
/hardware/google/aemu/host-common/
DGoldfishSyncCommandQueue.cpp100 void GoldfishSyncCommandQueue::performDeviceOperation in performDeviceOperation() function in android::GoldfishSyncCommandQueue
DAndroidPipe.cpp367 virtual void performDeviceOperation(const PipeWakeCommand& wake_cmd) { in performDeviceOperation() function in android::__anon4a5f02220111::PipeWaker