Home
last modified time | relevance | path

Searched defs:is_input (Results 1 – 6 of 6) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedLogicalRequestState.h33 bool is_input; member
DBase.h62 bool is_input; member
DEmulatedCameraDeviceSessionHWLImpl.cpp289 bool is_input = stream.stream_type == google_camera_hal::StreamType::kInput; in ConfigurePipeline() local
/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.h139 bool is_input = false; member
Dresult_dispatcher.cc395 bool is_input) { in AddBuffer()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1460 static constexpr bool is_input = std::is_same_v<T, IStreamIn>; member