Searched defs:support (Results 1 - 8 of 8) sorted by relevance

/hardware/interfaces/camera/provider/2.4/default/
H A DCameraProvider.cpp276 // in support
374 bool support = mModule->isSetTorchModeSupported(); local
375 _hidl_cb (Status::OK, support);
397 ALOGE("%s: camera device %s does not support version %s!",
450 ALOGE("%s: camera device %s does not support version %s!",
/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerTestUtils.cpp236 bool support = false; local
239 ASSERT_EQ(Error::NONE, tmpError) << "failed to get doze support";
240 support = tmpSupport;
243 return 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/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_logger.cpp133 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) argument
134 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType)
444 unsigned int *support)
446 if (support) {
447 DebugCommand *cmd = new DebugCommand(iface, support, GET_FEATURE);
453 ALOGE("Get support buffer NULL");
443 wifi_get_logger_supported_feature_set(wifi_interface_handle iface, unsigned int *support) argument
/hardware/interfaces/graphics/composer/2.1/default/
H A DComposerClient.cpp398 bool support = false; local
399 Error err = mHal.getDozeSupport(display, &support);
401 hidl_cb(err, support);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger.cpp211 void WifiLoggerCommand::setFeatureSet(u32 *support) { argument
212 mSupportedSet = support;
217 u32 *support)
266 wifiLoggerCommand->setFeatureSet(support);
216 wifi_get_logger_supported_feature_set(wifi_interface_handle iface, u32 *support) argument
/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/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3299 * doesn't support PQ. PQ cann't enabled here as buffer allocation
3938 DEBUG_PRINT_ERROR("Don't support dynamic batch sizes (changed from %d->%d)",
7151 // in case of normal HP, avc encoder cannot support more than MAX_AVC_HP_LAYERS
7165 // since we do not plan to support dynamic changes to number of layers
8234 bool support = false; local
8259 support = (caps.color_formats & BIT(color_format)) ? true : false;
8262 if (support == true)
8265 DEBUG_PRINT_HIGH("GPU lib doesn't support this format %lu",format);
8267 return support;

Completed in 1705 milliseconds