Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/hardware/interfaces/sensors/aidl/default/multihal/
DConvertUtils.cpp153 aidlEvent.payload.get<AidlEvent::EventPayload::additional>(); in convertToHidlEvent()
154 hidlEvent->u.additional.type = (AdditionalInfoType)additionalInfo.type; in convertToHidlEvent()
155 hidlEvent->u.additional.serial = additionalInfo.serial; in convertToHidlEvent()
164 hidlEvent->u.additional.u.data_int32.data()); in convertToHidlEvent()
173 hidlEvent->u.additional.u.data_float.data()); in convertToHidlEvent()
314 additionalInfo.type = (AdditionalInfo::AdditionalInfoType)hidlEvent.u.additional.type; in convertToAidlEvent()
315 additionalInfo.serial = hidlEvent.u.additional.serial; in convertToAidlEvent()
318 std::copy(hidlEvent.u.additional.u.data_int32.data(), in convertToAidlEvent()
319 hidlEvent.u.additional.u.data_int32.data() + in convertToAidlEvent()
320 hidlEvent.u.additional.u.data_int32.size(), in convertToAidlEvent()
[all …]
/hardware/interfaces/audio/aidl/vts/
DVtsHalDynamicsProcessingTest.cpp593 const std::array<float, LIMITER_MAX_NUM> additional = std::get<LIMITER_ADDITIONAL>(params); in fillLimiterConfig() local
597 cfg.attackTimeMs = additional[LIMITER_ATTACK_TIME]; in fillLimiterConfig()
598 cfg.releaseTimeMs = additional[LIMITER_RELEASE_TIME]; in fillLimiterConfig()
599 cfg.ratio = additional[LIMITER_RATIO]; in fillLimiterConfig()
600 cfg.thresholdDb = additional[LIMITER_THRESHOLD]; in fillLimiterConfig()
601 cfg.postGainDb = additional[LIMITER_POST_GAIN]; in fillLimiterConfig()
886 const std::array<float, MBC_ADD_MAX_NUM> additional = std::get<MBC_BAND_ADDITIONAL>(params); in fillMbcBandConfig() local
895 .attackTimeMs = additional[MBC_ADD_ATTACK_TIME], in fillMbcBandConfig()
896 .releaseTimeMs = additional[MBC_ADD_RELEASE_TIME], in fillMbcBandConfig()
897 .ratio = additional[MBC_ADD_RATIO], in fillMbcBandConfig()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_filter_cubic_weights.adoc21 This extension adds support for 3 additional spline weights.
29 With this extension weights corresponding to the following additional
DVK_AMD_shader_core_properties2.adoc19 This extension exposes additional shader core properties for a target
DVK_IMG_format_pvrtc.adoc18 `VK_IMG_format_pvrtc` provides additional texture compression functionality
DVK_AMD_pipeline_compiler_control.adoc23 specify additional flags that affect pipeline compilation.
DVK_EXT_fragment_density_map2.adoc21 This extension adds additional features and properties to
35 slink:VkPhysicalDeviceFragmentDensityMap2PropertiesEXT provides additional
DVK_KHR_pipeline_library.adoc23 This is left to additional dependent extensions.
DVK_AMD_shader_early_and_late_fragment_tests.adoc27 If `apiext:VK_EXT_shader_stencil_export` is supported, additional execution
DVK_KHR_sampler_mirror_clamp_to_edge.adoc20 modes to include an additional mode
22 texture map twice as large as the original image in which the additional
DVK_IMG_filter_cubic.adoc16 `VK_IMG_filter_cubic` adds an additional, high quality cubic filtering mode
DVK_EXT_scalar_block_layout.adoc25 size of their components, without additional requirements.
DVK_EXT_device_fault.adoc31 This command allows developers to query for additional information on GPU
DVK_KHR_imageless_framebuffer.adoc23 Framebuffers are now created with a small amount of additional metadata
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_device_fault.adoc11 additional diagnostic information following device-loss.
21 This proposal aims to provide application developers with additional information
63 Following device-loss, applications may query for additional diagnostic
145 and additional extensions or vendor tools may be required in order to correlate
164 treated as an additional hint as to the value of the address that triggered the
172 binary blobs containing additional diagnostic information. All vendor-specific
239 descriptions to advise developers that additional information may be available.
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/
DVehiclePropConfig.proto39 /* Contains additional configuration parameters */
42 /* Some properties may require additional information passed over this
/hardware/google/gfxstream/guest/mesa/src/util/
Dblob.c44 grow_to_fit(struct blob *blob, size_t additional) in grow_to_fit() argument
52 if (blob->size + additional <= blob->allocated) in grow_to_fit()
65 to_allocate = MAX2(to_allocate, blob->allocated + additional); in grow_to_fit()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dcopy_anyimage_to_imageany_single_sampled_common.adoc8 // This relies on an additional attribute {imageparam} set by the command
Dbuffer_or_memory_image_copy_common.adoc8 // This relies on additional attributes {bufferrowlength} and
/hardware/interfaces/gnss/1.1/
DIGnssMeasurementCallback.hal89 * Provides the state of Accumulated Delta Range values, including additional information
99 * Complete set of GNSS Measurement data, same as 1.0 with additional enum in measurements.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/commonvalidity/
Ddolor.adoc8 // This relies on additional attributes {bufferrowlength} and
/hardware/interfaces/sensors/aidl/android/hardware/sensors/
DEvent.aidl118 AdditionalInfo additional;
/hardware/interfaces/secure_element/1.1/
DISecureElementHalCallback.hal27 * @param reason provides additional data why there was a change in state
/hardware/interfaces/power/1.3/
DIPower.hal29 * @param data contains additional information about the hint
/hardware/interfaces/power/1.2/
DIPower.hal29 * @param data contains additional information about the hint

12345678910>>...13