Home
last modified time | relevance | path

Searched refs:DumpStream (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Dhal_utils.h121 void DumpStream(const Stream& stream, std::string title);
Dinternal_stream_manager.cc222 hal_utils::DumpStream(registered_streams_.at(first_stream_id), in CanHalStreamsShareBuffersLocked()
224 hal_utils::DumpStream(registered_streams_.at(stream_id), "stream_1"); in CanHalStreamsShareBuffersLocked()
Dhal_utils.cc725 void DumpStream(const Stream& stream, std::string title) { in DumpStream() function