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.cpp622 current_output_buffers_ = std::move(output_buffers); in SetCurrentRequest()
657 if ((current_output_buffers_.get() != nullptr) && in Flush()
658 (!current_output_buffers_->empty())) { in Flush()
659 for (const auto& buffer : *current_output_buffers_) { in Flush()
665 if (current_output_buffers_->at(0)->callback.notify != nullptr) { in Flush()
669 .frame_number = current_output_buffers_->at(0)->frame_number, in Flush()
674 current_output_buffers_->at(0)->callback.notify( in Flush()
679 current_output_buffers_->clear(); in Flush()
703 std::swap(next_buffers, current_output_buffers_); in threadLoop()
DEmulatedSensor.h326 std::unique_ptr<Buffers> current_output_buffers_; variable