/hardware/interfaces/power/1.2/ |
D | types.hal | 25 * data parameter is non-zero when stream starts and zero when audio 33 * data parameter is non-zero when low latency audio starts and 41 * parameter is non-zero when camera launch starts and zero when launch 49 * data parameter is non-zero when stream starts and zero when ends. 56 * data parameter is non-zero when camera shot starts and zero when ends.
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | AcousticEchoCancelerEffect.cpp | 137 Return<Result> AcousticEchoCancelerEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter() argument 139 return mEffect->setParameter(parameter, value); in setParameter() 142 Return<void> AcousticEchoCancelerEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter() argument 145 return mEffect->getParameter(parameter, valueMaxSize, _hidl_cb); in getParameter()
|
D | PresetReverbEffect.cpp | 134 Return<Result> PresetReverbEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter() argument 136 return mEffect->setParameter(parameter, value); in setParameter() 139 Return<void> PresetReverbEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter() argument 141 return mEffect->getParameter(parameter, valueMaxSize, _hidl_cb); in getParameter()
|
D | DownmixEffect.cpp | 134 Return<Result> DownmixEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter() argument 136 return mEffect->setParameter(parameter, value); in setParameter() 139 Return<void> DownmixEffect::getParameter(const hidl_vec<uint8_t>& parameter, uint32_t valueMaxSize, in getParameter() argument 141 return mEffect->getParameter(parameter, valueMaxSize, _hidl_cb); in getParameter()
|
D | BassBoostEffect.cpp | 134 Return<Result> BassBoostEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter() argument 136 return mEffect->setParameter(parameter, value); in setParameter() 139 Return<void> BassBoostEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter() argument 141 return mEffect->getParameter(parameter, valueMaxSize, _hidl_cb); in getParameter()
|
D | LoudnessEnhancerEffect.cpp | 137 Return<Result> LoudnessEnhancerEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter() argument 139 return mEffect->setParameter(parameter, value); in setParameter() 142 Return<void> LoudnessEnhancerEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter() argument 144 return mEffect->getParameter(parameter, valueMaxSize, _hidl_cb); in getParameter()
|
D | VirtualizerEffect.cpp | 146 Return<Result> VirtualizerEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter() argument 148 return mEffect->setParameter(parameter, value); in setParameter() 151 Return<void> VirtualizerEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter() argument 153 return mEffect->getParameter(parameter, valueMaxSize, _hidl_cb); in getParameter()
|
D | AutomaticGainControlEffect.cpp | 150 Return<Result> AutomaticGainControlEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter() argument 152 return mEffect->setParameter(parameter, value); in setParameter() 155 Return<void> AutomaticGainControlEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter() argument 158 return mEffect->getParameter(parameter, valueMaxSize, _hidl_cb); in getParameter()
|
D | NoiseSuppressionEffect.cpp | 146 Return<Result> NoiseSuppressionEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter() argument 148 return mEffect->setParameter(parameter, value); in setParameter() 151 Return<void> NoiseSuppressionEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter() argument 153 return mEffect->getParameter(parameter, valueMaxSize, _hidl_cb); in getParameter()
|
/hardware/interfaces/boot/1.0/ |
D | IBootControl.hal | 61 * setActiveBootSlot() marks the slot passed in parameter as the active boot 62 * slot (see getCurrentSlot for an explanation of the "slot" parameter). This 69 * setSlotAsUnbootable() marks the slot passed in parameter as 77 * isSlotBootable() returns if the slot passed in parameter is bootable. Note 86 * isSlotMarkedSucessful() returns if the slot passed in parameter has been 96 * the slot number passed in as a parameter. The bootloader must pass the
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 24 * to raise speeds of CPU, memory bus, etc. The data parameter is 35 * etc. The data parameter is the estimated length of the interaction 51 * parameter is non-zero when low power mode is activated, and zero 59 * performance for a prolonged amount of time. The data parameter is 68 * device can sustain it. The data parameter is non-zero when the mode 76 * parameter is non-zero when the application starts to launch and zero when
|
/hardware/libhardware/modules/input/evdev/ |
D | Android.bp | 39 "-Wno-unused-parameter", 58 "-Wno-unused-parameter",
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffect.hal | 314 * Set a vendor-specific parameter and apply it immediately. The parameter 318 * The effect must use INVALID_ARGUMENTS return code if the parameter ID is 319 * unknown or if provided parameter data is invalid. If the effect does not 326 * @param parameter identifying data of the parameter. 327 * @param value the value of the parameter. 331 setParameter(vec<uint8_t> parameter, vec<uint8_t> value) 335 * Get a vendor-specific parameter value. The parameter code and returned 339 * The effect must use INVALID_ARGUMENTS return code if the parameter ID is 347 * @param parameter identifying data of the parameter. 350 * @return result the value of the parameter. [all …]
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEffect.hal | 297 * Set a vendor-specific parameter and apply it immediately. The parameter 301 * The effect must use INVALID_ARGUMENTS return code if the parameter ID is 302 * unknown or if provided parameter data is invalid. If the effect does not 309 * @param parameter identifying data of the parameter. 310 * @param value the value of the parameter. 313 setParameter(vec<uint8_t> parameter, vec<uint8_t> value) 317 * Get a vendor-specific parameter value. The parameter code and returned 321 * The effect must use INVALID_ARGUMENTS return code if the parameter ID is 329 * @param parameter identifying data of the parameter. 332 * @return result the value of the parameter. [all …]
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEffect.hal | 297 * Set a vendor-specific parameter and apply it immediately. The parameter 301 * The effect must use INVALID_ARGUMENTS return code if the parameter ID is 302 * unknown or if provided parameter data is invalid. If the effect does not 309 * @param parameter identifying data of the parameter. 310 * @param value the value of the parameter. 313 setParameter(vec<uint8_t> parameter, vec<uint8_t> value) 317 * Get a vendor-specific parameter value. The parameter code and returned 321 * The effect must use INVALID_ARGUMENTS return code if the parameter ID is 329 * @param parameter identifying data of the parameter. 332 * @return result the value of the parameter. [all …]
|
/hardware/libhardware/modules/audio/ |
D | Android.bp | 30 cflags: ["-Wall", "-Werror", "-Wno-unused-parameter"], 48 cflags: ["-Wall", "-Werror", "-Wno-unused-parameter"], 62 cflags: ["-Wall", "-Werror", "-Wno-unused-parameter"],
|
/hardware/google/interfaces/media/c2/1.0/ |
D | types.hal | 72 * Codec 2.0 parameter index 77 * Codec 2.0 parameter structure 85 * Struct uniquely specifying a field in an arbitrary parameter structure. 95 * Struct representing a location of a field in a parameter with a given index. 98 /** Index of the parameter */ 105 * Struct describing basic properties of a parameter with a given index. 147 /** index of other parameters that this parameter depends on */ 226 * values object. This structure is used when reporting parameter configuration 230 /** the field or parameter */ 286 * if it is T[] array, which extends to the last byte of the parameter.) [all …]
|
/hardware/libhardware/modules/radio/ |
D | Android.bp | 23 "-Wno-unused-parameter", 40 "-Wno-unused-parameter",
|
/hardware/interfaces/audio/5.0/ |
D | IPrimaryDevice.hal | 41 * is equivalent to setting legacy "bt_headset_name" parameter. 92 * is equivalent to getting "hfp_enable" parameter value on the legacy HAL. 101 * is equivalent to setting "hfp_enable" parameter on the legacy HAL. 111 * method is equivalent to setting "hfp_set_sampling_rate" parameter 122 * Calling this method is equivalent to setting "hfp_volume" parameter value 188 * parameter "rotation".
|
/hardware/interfaces/audio/4.0/ |
D | IPrimaryDevice.hal | 41 * is equivalent to setting legacy "bt_headset_name" parameter. 92 * is equivalent to getting "hfp_enable" parameter value on the legacy HAL. 101 * is equivalent to setting "hfp_enable" parameter on the legacy HAL. 111 * method is equivalent to setting "hfp_set_sampling_rate" parameter 122 * Calling this method is equivalent to setting "hfp_volume" parameter value 188 * parameter "rotation".
|
/hardware/qcom/msm8998/json-c/ |
D | Makefile.am.inc | 1 … -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GN…
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/ |
D | Android.mk | 11 LOCAL_CFLAGS += -Wall -Wextra -Werror -Wno-unused-parameter 63 LOCAL_CFLAGS += -Wall -Wextra -Werror -Wno-unused-parameter
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | Android.mk | 10 LOCAL_CFLAGS := -Wno-unused-parameter -DLOG_TAG=\"SDM\" \
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | Android.mk | 10 LOCAL_CFLAGS := -Wno-unused-parameter -DLOG_TAG=\"SDM\" \
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | Android.mk | 10 LOCAL_CFLAGS := -Wno-unused-parameter -DLOG_TAG=\"SDM\" \
|