Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 75) sorted by relevance

123

/drivers/hdf_core/adapter/uhdf2/hcs/camera/hal/mpp/hispark_taurus/hdi_impl/
Dstream_supported_config.hcs5 template supported {
18 supported_01 :: supported {
31 supported_02 :: supported {
44 supported_03 :: supported {
/drivers/hdf_core/adapter/uhdf2/hcs/camera/hal/v4l2/rpi4b/hdi_impl/
Dstream_supported_config.hcs5 template supported {
18 supported_01 :: supported {
31 supported_02 :: supported {
44 supported_03 :: supported {
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
Daudio_idl_hdirender_scene_test.cpp72 bool supported = false; variable
79 ret = render->CheckSceneCapability(render, &scenes, &supported);
81 EXPECT_TRUE(supported);
92 bool supported = true; variable
99 ret = render->CheckSceneCapability(render, &scenes, &supported);
111 bool supported = true; variable
119 ret = render->CheckSceneCapability(renderNull, &scenes, &supported);
131 bool supported = true; variable
135 ret = render->CheckSceneCapability(render, scenes, &supported);
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
Daudio_idl_hdicapture_scene_test.cpp73 bool supported = false; variable
79 ret = capture->CheckSceneCapability(capture, &scenes, &supported);
81 EXPECT_TRUE(supported);
93 bool supported = true; variable
99 ret = capture->CheckSceneCapability(capture, &scenes, &supported);
112 bool supported = true; variable
119 ret = capture->CheckSceneCapability(captureNull, &scenes, &supported);
134 bool supported = true; variable
137 ret = capture->CheckSceneCapability(capture, scenes, &supported);
/drivers/interface/input/v1_0/
DInputTypes.idl90 * @brief Describes the input device ability for storing bitmaps that record supported event types.
97 unsigned long[] eventType; /**< Bitmap for recording the supported event types */
98 unsigned long[] absCode; /**< Bitmap for recording the supported absolute coordinates */
99 unsigned long[] relCode; /**< Bitmap for recording the supported relative coordinates */
100 unsigned long[] keyCode; /**< Bitmap for recording the supported keycodes */
101 unsigned long[] ledCode; /**< Bitmap for recording the supported indicators */
102 unsigned long[] miscCode; /**< Bitmap for recording other supported functions */
103 unsigned long[] soundCode; /**< Bitmap for recording supported sounds or alerts */
104 unsigned long[] forceCode; /**< Bitmap for recording the supported force functions */
105 unsigned long[] switchCode; /**< Bitmap for recording the supported switch functions */
DIInputInterfaces.idl81 * A maximum of 32 input devices are supported.
95 * A maximum of 32 input devices are supported.
109 * A maximum of 32 input devices are supported.
143 * A maximum of 32 input devices are supported.
162 * A maximum of 32 input devices are supported.
178 * A maximum of 32 input devices are supported.
197 * A maximum of 32 input devices are supported.
212 * A maximum of 32 input devices are supported.
227 * A maximum of 32 input devices are supported.
245 * A maximum of 32 input devices are supported.
[all …]
/drivers/peripheral/audio/interfaces/include/
Daudio_scene.h59 …eckSceneCapability)(AudioHandle handle, const struct AudioSceneDescriptor *scene, bool *supported);
/drivers/peripheral/audio/hdi_service/primary_impl/vendor_include/include/
Di_audio_scene.h59 …SceneCapability)(AudioHandle handle, const struct AudioHwiSceneDescriptor *scene, bool *supported);
/drivers/peripheral/audio/interfaces/2.0/include/
Daudio_scene.h60 …eckSceneCapability)(AudioHandle handle, const struct AudioSceneDescriptor *scene, bool *supported);
/drivers/peripheral/bluetooth/audio/interfaces/include/
Daudio_scene.h59 …eckSceneCapability)(AudioHandle handle, const struct AudioSceneDescriptor *scene, bool *supported);
/drivers/interface/activity_recognition/v1_0/
DIActivityInterface.idl23 * and call the APIs provided by the object or proxy to obtain activities supported by the device,
35 …* supported by the device, the current activity event of the device, and the activity events cache…
55 …* The APIs can be used to register or unregister a callback, obtain the activities supported by th…
94 * @brief Obtains the activities supported by the device.
96 * @param activity Indicates the activities supported. The value is a string
129 …dicates the activity. You can call {@link GetSupportActivity} to obtain all activities supported by
DActivityRecognitionTypes.idl23 * and call the APIs provided by the object or proxy to obtain activities supported by the device,
50 …* The following activities are supported: in the car, cycling, walking, running, still, fast walki…
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiocapture_fuzzer/
Daudiocapture_fuzzer.cpp71 bool supported = false; in CaptureFucSwitch() local
73 &supported); in CaptureFucSwitch()
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiorender_fuzzer/
Daudiorender_fuzzer.cpp72 bool supported = false; in RenderFucSwitch() local
74 &supported); in RenderFucSwitch()
/drivers/interface/light/v1_0/
DILightInterface.idl68 * @return Returns <b>-1</b> if the light id is not supported.
69 * @return Returns <b>-2</b> if the blinking setting is not supported.
70 * @return Returns <b>-3</b> if the brightness setting is not supported.
/drivers/interface/battery/v1_0/
DIBatteryInterface.idl154 * @brief Checks whether the battery is supported or present.
156 …* @param present Whether battery is supported or present. The value **true** indicates that the ba…
157 * supported or present, and the value **false** indicates the opposite.
/drivers/peripheral/audio/test/unittest/common/render/
Daudio_render_common_test.cpp315 bool supported = false; variable
316 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->CheckSceneCapability(nullptr, &scene, &supported));
321 bool supported = false; variable
322 EXPECT_EQ(HDF_ERR_INVALID_PARAM, render_->CheckSceneCapability(render_, nullptr, &supported));
334 bool supported = false; variable
337 int32_t ret = render_->CheckSceneCapability(render_, &scene, &supported);
344 bool supported = false; variable
347 EXPECT_EQ(HDF_SUCCESS, render_->CheckSceneCapability(render_, &scene, &supported));
/drivers/interface/battery/v1_1/
DIBatteryInterface.idl154 * @brief Checks whether the battery is supported or present.
156 …* @param present Whether battery is supported or present. The value **true** indicates that the ba…
157 * supported or present, and the value **false** indicates the opposite.
/drivers/interface/battery/v1_2/
DIBatteryInterface.idl154 * @brief Checks whether the battery is supported or present.
156 …* @param present Whether battery is supported or present. The value **true** indicates that the ba…
157 * supported or present, and the value **false** indicates the opposite.
/drivers/interface/vibrator/v1_1/
DIVibratorInterface.idl106 * @return Returns <b>-1</b> if the vibrationPeriod setting is not supported.
107 * @return Returns <b>-2</b> if the intensity setting is not supported.
108 * @return Returns <b>-3</b> if the frequency setting is not supported.
/drivers/interface/codec/v1_0/
DCodecTypes.idl191 …CODEC_EVENT_PORT_FORMAT_DETECTED, /**< The component has detected a supported format. …
276 struct Rect minSize; /**< Minimum resolution supported. */
277 struct Rect maxSize; /**< Maximum resolution supported. */
279 struct RangeValue blockCount; /**< Value range for the number of blocks supported. */
281 struct Rect blockSize; /**< Block size supported. */
343 …lean canSwapWidthHeight; /**< Whether width and height verification is supported. */
/drivers/peripheral/audio/interfaces/sound/v1_0/
Diaudio_capture_vdi.h34 bool *supported);
Diaudio_render_vdi.h43 bool *supported);
/drivers/interface/display/composer/v1_0/
DDisplayComposerType.idl234 * @brief Enumerates ROP types supported by hardware acceleration.
261 * @brief Enumerates color key types supported by hardware acceleration.
272 * @brief Enumerates mirror types supported by hardware acceleration.
329 unsigned int supportLayers; /**< Number of supported layers */
330 unsigned int virtualDispCount; /**< Count of virtual displays supported */
331 boolean supportWriteBack; /**< Whether writeback is supported */
620 int fd; /**< Handle fd, -1 if not supported */
/drivers/interface/camera/v1_1/
DIStreamOperator.idl47 * If the streams are not supported, <b>type</b> is set to <b>NOT_SUPPORTED</b>.
55 * The supported types are defined in {@link StreamSupportType}.

123