Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DAndroidPipe.cpp332 struct PipeWakeCommand { struct
337 class PipeWaker final : public DeviceContextRunner<PipeWakeCommand> {
346 removeAllPendingOperations([hwPipe](const PipeWakeCommand& cmd) { in abortPending()
351 removeAllPendingOperations([](const PipeWakeCommand& cmd) { in abortAllPending()
358 forEachPendingOperation([hwPipe, &flags](const PipeWakeCommand& cmd) { in getPendingFlags()
367 virtual void performDeviceOperation(const PipeWakeCommand& wake_cmd) { in performDeviceOperation()
471 [](DeviceContextRunner<PipeWakeCommand>* dcr, std::function<void()> installedFunc) { in initThreading()
476 [](DeviceContextRunner<PipeWakeCommand>* dcr) { in initThreading()
480 [](DeviceContextRunner<PipeWakeCommand>* dcr, uint64_t timeout) { in initThreading()