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.cpp254 if (pipelines_built_) { in ConfigurePipeline()
345 if (!pipelines_built_) { in GetConfiguredHalStream()
367 if (pipelines_built_) { in BuildPipelines()
381 pipelines_built_ = true; in BuildPipelines()
405 if (!pipelines_built_) { in DestroyPipelines()
411 pipelines_built_ = false; in DestroyPipelines()
DEmulatedCameraDeviceSessionHWLImpl.h206 bool pipelines_built_ = false; variable