Searched refs:support (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifiloggercmd.h106 virtual void setFeatureSet(u32 *support);
H A Dwifilogger.cpp212 void WifiLoggerCommand::setFeatureSet(u32 *support) { argument
213 mSupportedSet = support;
218 u32 *support)
268 wifiLoggerCommand->setFeatureSet(support);
217 wifi_get_logger_supported_feature_set(wifi_interface_handle iface, u32 *support) argument
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
H A Dexample.rst25 platforms will not support interupts on all pins so please check your return
56 The PWM module is rather simple, note that different hardware support PWM
/hardware/intel/bootstub/
H A Dbootstub.spec49 - add SPI uart support
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Drtcd.pl411 --disable-EXT Disable support for EXT extensions
412 --require-EXT Require support for EXT extensions
/hardware/libhardware/modules/local_time/
H A DAndroid.mk18 # system's clock_gettime(CLOCK_MONOTONIC) and does not support HW slewing.
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_logger.cpp132 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) argument
133 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType)
443 unsigned int *support)
445 if (support) {
446 DebugCommand *cmd = new DebugCommand(iface, support, GET_FEATURE);
452 ALOGE("Get support buffer NULL");
442 wifi_get_logger_supported_feature_set(wifi_interface_handle iface, unsigned int *support) argument
/hardware/ti/omap4-aah/camera/
H A DAndroid.mk6 # A@H customization: only select USB camera support
/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp72 bool support = false; local
87 for (int i = 0; !support && i < num_entrypoints; i++) {
88 support = entrypoints[i] == VAEntrypointVideoProc;
93 return support;
281 ALOGE("%s: can't support this format 0x%08x", __func__, format);
437 // placeholder for vpg driver: can't support denoise factor auto adjust, so leave config to user.
494 // placeholder for vpg driver: can't support sharpness factor auto adjust, so leave config to user.
537 //TODO: VPG need to support check input value by colorCaps.
543 // placeholder for vpg driver: can't support auto color balance, so leave config to user.
623 // placeholder for vpg driver: can't support skinton
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_logger.h419 unsigned int *support);
H A Dwifi_hal.h137 /* multiple interface support */
282 unsigned int *support);
367 *                supported, filled in upon return. 0 indicates no support.
/hardware/invensense/6515/libsensors_iio/
H A DAndroid.mk35 # Invensense uses the OS version to determine whether to include batch support,
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp438 /* On targets that doesnt support Decimation (eg.,8x26)
439 * maximum downscale support is overlay pipe downscale.
1907 //If a layer need alpha scaling, MDP can not support.
1950 bool support = false; local
1962 support = true;
1964 return support;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
H A Dx86inc.asm91 ; aout does not support align=

Completed in 2885 milliseconds