Home | History | Annotate | Download | only in device3

Lines Matching defs:queue

129     std::shared_ptr<RequestMetadataQueue> queue;
131 [&queue](const auto& descriptor) {
132 queue = std::make_shared<RequestMetadataQueue>(descriptor);
133 if (!queue->isValid() || queue->availableToWrite() <= 0) {
135 queue = nullptr;
136 // don't use the queue onwards.
156 ALOGE("Transaction error when getting result metadata queue from camera session: %s",
170 mInterface = new HalInterface(session, queue);
206 /** Start up request queue thread */
210 SET_ERR_L("Unable to start request queue thread: %s (%d)",
880 CLOGE("Cannot queue request. Impossible.");
2536 ALOGD("Set real time priority for request queue thread (tid %d)", requestThreadTid);
2908 // Valid result, insert into queue
3402 std::shared_ptr<RequestMetadataQueue> queue) :
3404 mRequestMetadataQueue(queue) {
4240 // Send errors for all requests pending in the request queue, including
4850 // Can't get output buffer from gralloc queue - this could be due to
4851 // abandoned queue or other consumer misbehavior, so not a fatal
4873 // Log request in the in-flight queue
5075 ALOGV("%s: Remove inflight request from queue: frameNumber %" PRId64,
5090 // request), to avoid putting that request in the queue temporarily.
5173 // Don't have a repeating request already in hand, so queue
5217 // Can't get input buffer from gralloc queue - this could be due to
5218 // disconnected queue or other producer misbehavior, so not a fatal
5537 // queue up the work