Home
last modified time | relevance | path

Searched refs:Control (Results 1 – 25 of 61) sorted by relevance

123

/hardware/libhardware/modules/camera/3_4/metadata/
Dcontrol.h33 class Control : public PartialMetadataInterface {
36 Control(std::unique_ptr<TaggedControlDelegate<T>> delegate,
58 DISALLOW_COPY_AND_ASSIGN(Control);
64 Control<T>::Control(std::unique_ptr<TaggedControlDelegate<T>> delegate, in Control() function
69 std::vector<int32_t> Control<T>::StaticTags() const { in StaticTags()
78 std::vector<int32_t> Control<T>::ControlTags() const { in ControlTags()
83 std::vector<int32_t> Control<T>::DynamicTags() const { in DynamicTags()
88 int Control<T>::PopulateStaticFields(android::CameraMetadata* metadata) const { in PopulateStaticFields()
106 int Control<T>::PopulateDynamicFields(android::CameraMetadata* metadata) const { in PopulateDynamicFields()
117 int Control<T>::PopulateTemplateRequest( in PopulateTemplateRequest()
[all …]
Dpartial_metadata_factory.h44 static std::unique_ptr<Control<T>> NoEffectOptionlessControl(
49 static std::unique_ptr<Control<T>> NoEffectMenuControl(
57 static std::unique_ptr<Control<T>> NoEffectSliderControl(
67 static std::unique_ptr<Control<T>> NoEffectControl(
76 static std::unique_ptr<Control<T>> V4L2Control(
89 static std::unique_ptr<Control<T>> V4L2ControlOrDefault(
113 std::unique_ptr<Control<T>> NoEffectOptionlessControl(int32_t delegate_tag, in NoEffectOptionlessControl()
117 return std::make_unique<Control<T>>( in NoEffectOptionlessControl()
125 std::unique_ptr<Control<T>> NoEffectMenuControl( in NoEffectMenuControl()
137 return std::make_unique<Control<T>>( in NoEffectMenuControl()
[all …]
Dcontrol_test.cpp59 new Control<uint8_t>(std::move(delegate), std::move(options))); in PrepareControl()
61 control_.reset(new Control<uint8_t>(std::move(delegate))); in PrepareControl()
100 std::unique_ptr<Control<uint8_t>> control_;
/hardware/interfaces/audio/aidl/default/alsa/
DMixer.h54 enum Control { enum
62 using Controls = std::map<Control, struct mixer_ctl*>;
64 friend std::ostream& operator<<(std::ostream&, Control);
65 static const std::map<Control, std::vector<ControlNamesAndExpectedCtlType>> kPossibleControls;
68 ndk::ScopedAStatus findControl(Control ctl, struct mixer_ctl** result);
69 ndk::ScopedAStatus getMixerControlMute(Control ctl, bool* muted);
70 ndk::ScopedAStatus getMixerControlVolume(Control ctl, float* volume);
71 ndk::ScopedAStatus setMixerControlMute(Control ctl, bool muted);
72 ndk::ScopedAStatus setMixerControlVolume(Control ctl, float volume);
DMixer.cpp44 const std::map<Mixer::Control, std::vector<Mixer::ControlNamesAndExpectedCtlType>>
77 std::ostream& operator<<(std::ostream& s, Mixer::Control c) { in operator <<()
79 case Mixer::Control::MASTER_SWITCH: in operator <<()
82 case Mixer::Control::MASTER_VOLUME: in operator <<()
85 case Mixer::Control::HW_VOLUME: in operator <<()
88 case Mixer::Control::MIC_SWITCH: in operator <<()
91 case Mixer::Control::MIC_GAIN: in operator <<()
172 ndk::ScopedAStatus Mixer::findControl(Control ctl, struct mixer_ctl** result) { in findControl()
183 ndk::ScopedAStatus Mixer::getMixerControlMute(Control ctl, bool* muted) { in getMixerControlMute()
200 ndk::ScopedAStatus Mixer::getMixerControlVolume(Control ctl, float* volume) { in getMixerControlVolume()
[all …]
/hardware/google/gfxstream/common/etc/
DBUILD.bazel16 visibility = ["//visibility:public"], # Control visibility
/hardware/interfaces/gnss/2.0/
DIGnssConfiguration.hal34 * implementation must serve emergency SUPL and Control Plane network initiated
42 * extended duration for emergency SUPL and Control Plane location requests.
/hardware/interfaces/automotive/audiocontrol/aidl/rust_impl/
DREADME.md1 # Rust Skeleton Audio Control HAL implementation.
/hardware/interfaces/automotive/audiocontrol/1.0/
DIAudioControl.hal43 * Control the right/left balance setting of the car speakers.
55 * Control the fore/aft fade setting of the car speakers.
/hardware/google/gfxstream/host/testlibs/
DOSWindow.cpp151 if (event.Shift || event.Control || event.Alt || event.System) in KeyState()
160 if (event.Control) in KeyState()
/hardware/interfaces/automotive/audiocontrol/2.0/
DIAudioControl.hal58 * Control the right/left balance setting of the car speakers.
69 * Control the fore/aft fade setting of the car speakers.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_shader_subgroup_uniform_control_flow.adoc33 same manner as invocation groups (see "`Uniform Control Flow`" in the
Dboilerplate.adoc110 ==== Platform-Specific Header Control
112 [open,refpage='VK_NO_STDINT_H',desc='Control definition of <stdint.h> types',type='freeform',anchor…
124 [open,refpage='VK_NO_STDDEF_H',desc='Control definition of <stddef.h> types',type='freeform',anchor…
284 == Window System-Specific Header Control (Informative)
286 [open,refpage='WSIheaders',desc='Control inclusion of window system interface extensions',type='fre…
364 == Provisional Extension Header Control (Informative)
366 [open,refpage='provisional-headers',desc='Control inclusion of provisional extensions',type='freefo…
/hardware/interfaces/tv/tuner/1.0/
DILnbCallback.hal32 * Equipment Control) message which is specified by EUTELSAT Bus Functional
DILnb.hal78 * Sends DiSEqC (Digital Satellite Equipment Control) message.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_AMD_pipeline_compiler_control.adoc8 == Pipeline Compiler Control
/hardware/interfaces/gnss/1.0/
DIGnssConfiguration.hal54 /** Enable LTE Positioning Protocol Control plane */
63 /** Radio Resource Control(RRC) control-plane. */
DIGnssNavigationMessageCallback.hal140 * The standard followed is Glonass Interface Control Document Edition 5.1.
146 * Control Document Issue 1.2.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/
Ddisplay_control.adoc5 === Display Control
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
DAndroid.bp30 // Control APIs used by clients to communicate with HAL.
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
DREADME.rst76 Direct Socket Control
/hardware/interfaces/wifi/1.0/
Dtypes.hal853 * Control whether publish service IDs are included in Sync/Discovery beacons.
865 * Control whether subscribe service IDs are included in Sync/Discovery beacons.
940 * NAN Spec: Service Discovery Extension Attribute (SDEA) / Control / Security Required
1046 * NAN Spec: Service Descriptor Attribute / Service Control / Discovery Range Limited.
1078 * NAN Spec: Service Discovery Extension Attribute (SDEA) / Control / Ranging Require.
1145 * NAN Spec: Service Descriptor Attribute (SDA) / Service Response Filter / SRF Control / SRF Type
1152 * NAN Spec: Service Descriptor Attribute (SDA) / Service Response Filter / SRF Control / Include
1156 * Control whether the Service Response Filter (SRF) is used.
1157 * NAN Spec: Service Descriptor Attribute (SDA) / Service Control /
1162 * Control whether the presence of |NanDiscoveryCommonConfig.serviceSpecificInfo| data is needed
[all …]
/hardware/interfaces/boot/1.0/
DIBootControl.hal20 * The Boot Control HAL is designed to allow for managing sets of redundant
/hardware/interfaces/wifi/1.4/
Dtypes.hal198 * Control whether publish service IDs are included in Sync/Discovery beacons.
212 * Control whether subscribe service IDs are included in Sync/Discovery beacons.
/hardware/interfaces/wifi/1.6/
Dtypes.hal749 * NAN Spec: Service Discovery Extension Attribute (SDEA) / Control / Security Required
979 * NAN Spec: Service Descriptor Attribute / Service Control / Discovery Range Limited.
1016 * NAN Spec: Service Discovery Extension Attribute (SDEA) / Control / Ranging Require.
1152 * NAN Spec: Service Discovery Extension Attribute (SDEA) / Control / Security Required
1160 * NAN Spec: Service Discovery Extension Attribute (SDEA) / Control / Ranging Require.

123