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.cpp695 current_output_buffers_ = std::move(output_buffers); in SetCurrentRequest()
731 if ((current_output_buffers_.get() != nullptr) && in Flush()
732 (!current_output_buffers_->empty())) { in Flush()
733 for (const auto& buffer : *current_output_buffers_) { in Flush()
739 if (current_output_buffers_->at(0)->callback.notify != nullptr) { in Flush()
743 .frame_number = current_output_buffers_->at(0)->frame_number, in Flush()
748 current_output_buffers_->at(0)->callback.notify( in Flush()
753 current_output_buffers_->clear(); in Flush()
789 std::swap(next_buffers, current_output_buffers_); in threadLoop()
DEmulatedSensor.h369 std::unique_ptr<Buffers> current_output_buffers_; variable