Searched refs:event_queue_ (Results 1 – 4 of 4) sorted by relevance
68 event_queue_[head_].trace_token = trace_token; in TryPushBack()69 event_queue_[head_].event_type = event_type; in TryPushBack()70 event_queue_[head_].module = module; in TryPushBack()71 event_queue_[head_].trace_id = trace_id; in TryPushBack()72 event_queue_[head_].flags = flags; in TryPushBack()73 event_queue_[head_].data_size = data_size; in TryPushBack()75 event_queue_[head_].data_buffer[i] = in TryPushBack()87 return &event_queue_[tail_]; in PeekFront()107 std::array<volatile QueueEventBlock, kSize> event_queue_;120 event_queue_.Clear(); in Enable()[all …]
185 event_queue_.push({.type = INPUT_AVAILABLE, .idx = idx}); in OnAsyncInputAvailable()191 event_queue_.push({.type = OUTPUT_AVAILABLE, .idx = idx, .info = *info}); in OnAsyncOutputAvailable()197 event_queue_.push({.type = FORMAT_CHANGED}); in OnAsyncFormatChanged()237 while (event_queue_.empty()) { in Decode()240 evt = event_queue_.front(); in Decode()241 event_queue_.pop(); in Decode()435 event_queue_.push({.type = FAKE_FRAME_RENDERED, .idx = next_frame.first}); in FakeRenderLoop()
156 std::queue<CodecEvent> event_queue_; // guarded by event_queue_mut_ variable
45 if (!event_queue_ in HandleTraceEvent()63 while (!event_queue_.IsEmpty()) { in HandleTraceEvent()64 HandleNextItemInQueue(event_queue_.PeekFront()); in HandleTraceEvent()65 event_queue_.PopFront(); in HandleTraceEvent()