Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp539 current_output_buffers_ = std::move(output_buffers); in SetCurrentRequest()
574 if ((current_output_buffers_.get() != nullptr) && in Flush()
575 (!current_output_buffers_->empty())) { in Flush()
576 for (const auto& buffer : *current_output_buffers_) { in Flush()
582 if (current_output_buffers_->at(0)->callback.notify != nullptr) { in Flush()
586 .frame_number = current_output_buffers_->at(0)->frame_number, in Flush()
591 current_output_buffers_->at(0)->callback.notify( in Flush()
596 current_output_buffers_->clear(); in Flush()
620 std::swap(next_buffers, current_output_buffers_); in threadLoop()
DEmulatedSensor.h301 std::unique_ptr<Buffers> current_output_buffers_; variable