Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedLogicalRequestState.h33 bool is_input; member
DBase.h61 bool is_input; member
DEmulatedCameraDeviceSessionHWLImpl.cpp286 bool is_input = stream.stream_type == google_camera_hal::StreamType::kInput; in ConfigurePipeline() local
/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.h120 bool is_input = false; member
Dresult_dispatcher.cc185 bool is_input) { in AddPendingBufferLocked()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsistency_tools.py128 def is_input(self, member_elem): member in XMLChecker
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1158 static constexpr bool is_input = std::is_same_v<T, IStreamIn>; member