Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dadb_base_controller.ts39 private commandQueue: Command[] = []; property in AdbBaseConsumerPort
52 this.commandQueue.push({method, params});
82 for (const cmd of this.commandQueue) this.invoke(cmd.method, cmd.params);
84 this.commandQueue = [];
86 this.commandQueue = [];
/external/oj-libjdwp/src/share/back/
DeventHelper.c120 static CommandQueue commandQueue; variable
161 CommandQueue *queue = &commandQueue; in enqueueCommand()
222 CommandQueue *queue = &commandQueue; in dequeueCommand()
722 commandQueue.head = NULL; in eventHelper_initialize()
723 commandQueue.tail = NULL; in eventHelper_initialize()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dtest_util.mm234 id<MTLCommandQueue> commandQueue = [device newCommandQueue];
235 id<MTLCommandBuffer> commandBuffer = [commandQueue commandBuffer];
/external/mesa3d/include/CL/
Dcl2.hpp7441 explicit CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) :
7442 detail::Wrapper<cl_type>(commandQueue, retainObject) { }
8821 explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) :
8822 detail::Wrapper<cl_type>(commandQueue, retainObject) { }
Dcl.hpp5686 …CONSTRUCTORS CommandQueue(const cl_command_queue& commandQueue) : detail::Wrapper<cl_type>(command… in CommandQueue() argument