Searched refs:deprecated (Results 1 – 25 of 40) sorted by relevance
12
/hardware/qcom/msm8998/json-c/ |
D | Makefile.am.inc | 1 AM_CFLAGS = -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-pa…
|
D | json_object.h | 17 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) 19 #define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiNanIface.hal | 38 * Note: supersedes the @1.0::IWifiNanIface.registerEventCallback() method which is deprecated 58 * Note: supersedes the @1.0::IWifiNanIface.enableRequest() method which is deprecated as of 80 * Note: supersedes the @1.0::IWifiNanIface.configRequest() method which is deprecated as of
|
D | IWifiNanIfaceEventCallback.hal | 33 * deprecated as of HAL version 1.2.
|
/hardware/interfaces/radio/deprecated/1.0/ |
D | Android.bp | 4 name: "android.hardware.radio.deprecated@1.0",
|
D | IOemHookIndication.hal | 17 package android.hardware.radio.deprecated@1.0;
|
D | IOemHookResponse.hal | 17 package android.hardware.radio.deprecated@1.0;
|
D | IOemHook.hal | 17 package android.hardware.radio.deprecated@1.0;
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 136 * SRGB_LINEAR = 0x200, // deprecated, use V0_SRGB_LINEAR 137 * SRGB = 0x201, // deprecated, use V0_SRGB 138 * JFIF = 0x101, // deprecated, use V0_JFIF 139 * BT601_625 = 0x102, // deprecated, use V0_BT601_625 140 * BT601_525 = 0x103, // deprecated, use V0_BT601_525 141 * BT709 = 0x104, // deprecated, use V0_BT709
|
/hardware/libhardware/tests/input/evdev/ |
D | Android.bp | 31 "-Wno-deprecated-declarations",
|
/hardware/qcom/sdm845/media/libplatformconfig/ |
D | Android.mk | 9 -Wno-deprecated-declarations -Werror \
|
/hardware/ril/libril/ |
D | Android.mk | 23 android.hardware.radio.deprecated@1.0 \
|
/hardware/qcom/sm8150/media/libplatformconfig/ |
D | Android.mk | 9 -Wno-deprecated-declarations -Werror \
|
/hardware/interfaces/gnss/2.0/ |
D | IGnss.hal | 36 * the interface @1.0::IGnssNi.hal and @1.0::IGnssNiCallback.hal are deprecated in this version 75 * deprecated.
|
D | IGnssConfiguration.hal | 25 * the following methods in @1.0::IGnssConfiguration are deprecated in this version and not
|
D | IGnssDebug.hal | 29 * In this version of the HAL, the field 'constellation' in the v1_0 struct is deprecated,
|
D | IAGnssRil.hal | 63 * in @1.0::IAGnssRil are deprecated and are not called by the framework.
|
D | IGnssCallback.hal | 85 * In this version of the HAL, the field 'constellation' in the v1_0 struct is deprecated,
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssMeasurementCallback.hal | 40 * @1.0::IGnssMeasurementCallback.GnssMeasurement v1_0 struct are deprecated, and
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPluginListener.hal | 33 * single overloaded set of parameters. This form is deprecated.
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.cpp | 324 std::function<void(const ConfigMapper &)> deprecated = add; in initializeStandardParams() local 370 deprecated(ConfigMapper(KEY_BITRATE_MODE, "coded.bitrate-mode", "value") in initializeStandardParams() 386 deprecated(ConfigMapper(KEY_MAX_INPUT_SIZE, "coded.max-frame-size", "value") in initializeStandardParams() 501 deprecated(ConfigMapper("prepend-sps-pps-to-idr-frames", in initializeStandardParams() 518 deprecated(ConfigMapper("i-frame-period", "coding.gop", "intra-period") in initializeStandardParams() 531 deprecated(ConfigMapper(PARAMETER_KEY_REQUEST_SYNC_FRAME, in initializeStandardParams() 547 deprecated(ConfigMapper(KEY_OPERATING_RATE, "ctrl.operating-rate", "value") in initializeStandardParams() 549 deprecated(ConfigMapper(KEY_PRIORITY, "ctrl.priority", "value")); in initializeStandardParams()
|
/hardware/interfaces/camera/device/ |
D | README.md | 24 needing to use the deprecated pre-HIDL camera device HAL v1.0.
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 75 * Legacy formats deprecated in favor of YCBCR_420_888. 959 SRGB_LINEAR = 0x200, // deprecated, use V0_SRGB_LINEAR 992 SRGB = 0x201, // deprecated, use V0_SRGB 1029 JFIF = 0x101, // deprecated, use V0_JFIF 1040 BT601_625 = 0x102, // deprecated, use V0_BT601_625 1052 BT601_525 = 0x103, // deprecated, use V0_BT601_525 1063 BT709 = 0x104, // deprecated, use V0_BT709
|
/hardware/interfaces/camera/metadata/3.3/ |
D | types.hal | 84 * <p>Replaces the deprecated ANDROID_LENS_RADIAL_DISTORTION field, which was
|
/hardware/interfaces/radio/1.5/ |
D | types.hal | 354 * 1.0::ApnTypes is deprecated and should not be used. 436 /** Indicates this address is deprecated */ 460 * was deprecated. -1 indicates this information is not available. At the time existing 463 * deprecated.
|
12