Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp238 if (pipelines_built_) { in ConfigurePipeline()
318 if (!pipelines_built_) { in GetConfiguredHalStream()
340 if (pipelines_built_) { in BuildPipelines()
354 pipelines_built_ = true; in BuildPipelines()
363 if (!pipelines_built_) { in DestroyPipelines()
369 pipelines_built_ = false; in DestroyPipelines()
DEmulatedCameraDeviceSessionHWLImpl.h202 bool pipelines_built_ = false; variable