Searched defs:support (Results 1 - 21 of 21) sorted by path

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_logger.cpp149 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) argument
150 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType)
460 unsigned int *support)
462 if (support) {
463 DebugCommand *cmd = new DebugCommand(iface, support, GET_FEATURE);
469 ALOGE("Get support buffer NULL");
459 wifi_get_logger_supported_feature_set(wifi_interface_handle iface, unsigned int *support) argument
/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp74 bool support = false; local
89 for (int i = 0; !support && i < num_entrypoints; i++) {
90 support = entrypoints[i] == VAEntrypointVideoProc;
95 return support;
283 ALOGE("%s: can't support this format 0x%08x", __func__, format);
439 // placeholder for vpg driver: can't support denoise factor auto adjust, so leave config to user.
496 // placeholder for vpg driver: can't support sharpness factor auto adjust, so leave config to user.
539 //TODO: VPG need to support check input value by colorCaps.
545 // placeholder for vpg driver: can't support auto color balance, so leave config to user.
625 // placeholder for vpg driver: can't support skinton
[all...]
/hardware/interfaces/camera/provider/2.4/default/
H A DCameraProvider.cpp361 // in support
459 bool support = mModule->isSetTorchModeSupported(); local
460 _hidl_cb (Status::OK, support);
482 ALOGE("%s: camera device %s does not support version %s!",
535 ALOGE("%s: camera device %s does not support version %s!",
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dcbor.h28 namespace support { namespace in namespace:android::hardware::confirmationui
330 } // namespace support
H A Dconfirmationui_utils.h30 namespace support { namespace in namespace:android::hardware::confirmationui
168 constexpr uint8_t hmac_size_bytes = support::auth_token_key_size;
220 } // namespace support
H A Dmsg_formatting.h29 #include <android/hardware/confirmationui/support/confirmationui_utils.h>
34 namespace support { namespace in namespace:android::hardware::confirmationui
468 } // namespace support
/hardware/interfaces/confirmationui/support/src/
H A Dcbor.cpp18 #include <android/hardware/confirmationui/support/cbor.h>
23 namespace support { namespace in namespace:android::hardware::confirmationui
108 } // namespace support
H A Dconfirmationui_utils.cpp18 #include <android/hardware/confirmationui/support/confirmationui_utils.h>
23 namespace support { namespace in namespace:android::hardware::confirmationui
36 } // namespace support
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h237 bool support = false; variable
238 Error err = mHal->getDozeSupport(display, &support);
239 hidl_cb(err, support);
/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DComposerVts.cpp231 bool support = false; local
233 ASSERT_EQ(Error::NONE, tmpError) << "failed to get doze support";
234 support = tmpSupport;
237 return support;
/hardware/interfaces/keymaster/4.0/support/
H A DKeymaster.cpp69 namespace support { namespace in namespace:android::hardware::keymaster::V4_0
181 } // namespace support
H A DKeymaster3.cpp27 namespace support { namespace in namespace:android::hardware::keymaster::V4_0
287 } // namespace support
H A DKeymaster4.cpp26 namespace support { namespace in namespace:android::hardware::keymaster::V4_0
42 } // namespace support
H A Dkeymaster_utils.cpp40 namespace support { namespace in namespace:android::hardware::keymaster::V4_0
110 } // namespace support
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A DKeymaster.h27 namespace support { namespace in namespace:android::hardware::keymaster::V4_0
87 } // namespace support
H A DKeymaster3.h29 namespace support { namespace in namespace:android::hardware::keymaster::V4_0
129 } // namespace support
H A DKeymaster4.h27 namespace support { namespace in namespace:android::hardware::keymaster::V4_0
154 } // namespace support
H A Dkeymaster_utils.h34 namespace support { namespace in namespace:android::hardware::keymaster::V4_0
61 } // namespace 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/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3326 * doesn't support PQ. PQ cann't enabled here as buffer allocation
3965 DEBUG_PRINT_ERROR("Don't support dynamic batch sizes (changed from %d->%d)",
7214 // in case of normal HP, avc encoder cannot support more than MAX_AVC_HP_LAYERS
7228 // since we do not plan to support dynamic changes to number of layers
8297 bool support = false; local
8322 support = (caps.color_formats & BIT(color_format)) ? true : false;
8325 if (support == true)
8328 DEBUG_PRINT_HIGH("GPU lib doesn't support this format %lu",format);
8330 return support;
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger.cpp215 void WifiLoggerCommand::setFeatureSet(u32 *support) { argument
216 mSupportedSet = support;
221 u32 *support)
267 wifiLoggerCommand->setFeatureSet(support);
220 wifi_get_logger_supported_feature_set(wifi_interface_handle iface, u32 *support) argument

Completed in 419 milliseconds