| /frameworks/native/libs/gui/bufferqueue/2.0/ |
| D | types.cpp | 34 bool b2h(status_t from, HStatus* to, in b2h() 75 bool h2b(HStatus from, status_t* to) { in h2b() 129 bool b2h(sp<BFence> const& from, HFenceWrapper* to) { in b2h() 148 bool h2b(native_handle_t const* from, sp<BFence>* to) { in h2b() 163 bool b2h(int from, HConnectionType* to) { in b2h() 180 bool h2b(HConnectionType from, int* to) { in h2b() 200 bool b2h(BRect const& from, HRect* to) { in b2h() 209 bool h2b(HRect const& from, BRect* to) { in h2b() 221 bool b2h(BRegion const& from, HRegion* to) { in b2h() 233 bool h2b(HRegion const& from, BRegion* to) { in h2b() [all …]
|
| /frameworks/av/media/codec2/vndk/ |
| D | types.cpp | 42 bool b2h(status_t from, HStatus* to, in b2h() 82 bool h2b(HStatus from, status_t* to) { in h2b() 136 bool b2h(sp<BFence> const& from, HFenceWrapper* to) { in b2h() 155 bool h2b(native_handle_t const* from, sp<BFence>* to) { in h2b() 170 bool b2h(int from, HConnectionType* to) { in b2h() 187 bool h2b(HConnectionType from, int* to) { in h2b() 207 bool b2h(BRect const& from, HRect* to) { in b2h() 216 bool h2b(HRect const& from, BRect* to) { in h2b() 228 bool b2h(BRegion const& from, HRegion* to) { in b2h() 240 bool h2b(HRegion const& from, BRegion* to) { in h2b() [all …]
|
| /frameworks/base/location/java/android/location/ |
| D | Geocoder.java | 128 @FloatRange(from = -90D, to = 90D) double latitude, in getFromLocation() argument 155 @FloatRange(from = -90D, to = 90D) double latitude, in getFromLocation() argument 270 @FloatRange(from = -90D, to = 90D) double lowerLeftLatitude, in getFromLocationName() argument 309 @FloatRange(from = -90D, to = 90D) double lowerLeftLatitude, in getFromLocationName() argument
|
| D | GnssReflectingPlane.java | 162 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() argument 169 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees() argument 179 @FloatRange(from = -1000.0f, to = 10000.0f) double altitudeMeters) { in setAltitudeMeters() argument 186 @FloatRange(from = 0.0f, to = 360.0f) double azimuthDegrees) { in setAzimuthDegrees() argument
|
| D | GnssMeasurementCorrections.java | 308 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() argument 315 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees() argument 325 @FloatRange(from = -1000.0f, to = 10000.0f) double altitudeMeters) { in setAltitudeMeters() argument 377 @FloatRange(from = 0.0f, to = 360.0f) in setEnvironmentBearingDegrees() argument 390 @FloatRange(from = 0.0f, to = 180.0f) in setEnvironmentBearingUncertaintyDegrees() argument
|
| /frameworks/base/core/java/com/android/internal/graphics/ |
| D | ColorUtils.java | 219 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument 374 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument 405 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 451 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 551 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 577 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 620 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB() argument 642 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL() argument 665 @FloatRange(from = 0.0, to = 1.0) double ratio, @NonNull double[] outResult) { in blendLAB() argument
|
| /frameworks/base/core/java/com/android/internal/graphics/palette/ |
| D | Target.java | 173 public Builder setMinimumChroma(@FloatRange(from = 0, to = 100) float value) { in setMinimumChroma() argument 180 public Builder setTargetChroma(@FloatRange(from = 0, to = 100) float value) { in setTargetChroma() argument 187 public Builder setMaximumChroma(@FloatRange(from = 0, to = 100) float value) { in setMaximumChroma() argument 194 public Builder setTargetRelativeLuminance(@FloatRange(from = 0, to = 100) float value) { in setTargetRelativeLuminance() argument 201 public Builder setTargetPerceptualLuminance(@FloatRange(from = 0, to = 100) float value) { in setTargetPerceptualLuminance() argument 211 public Builder setTargetHue(@IntRange(from = 0, to = 360) int hue) { in setTargetHue() argument 219 @FloatRange(from = 1, to = 21) float value, in setContrastRatio() argument
|
| /frameworks/av/media/module/codecs/mp3dec/src/ |
| D | mp3_mem_funcs.h | 64 #define pv_memset(to, c, n) memset(to, c, n) argument 67 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument 68 #define pv_memmove(to, from, n) memmove(to, from, n) argument
|
| /frameworks/av/media/module/codecs/amrwb/dec/src/ |
| D | pvamrwbdecoder_mem_funcs.h | 58 #define pv_memset(to, c, n) memset(to, c, n) argument 61 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument 62 #define pv_memmove(to, from, n) memmove(to, from, n) argument
|
| /frameworks/native/libs/binder/include/binder/ |
| D | TextOutput.h | 40 inline explicit Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle() 157 inline TextOutput& endl(TextOutput& to) in endl() 163 inline TextOutput& indent(TextOutput& to) in indent() 169 inline TextOutput& dedent(TextOutput& to) in dedent()
|
| /frameworks/base/telephony/java/android/telephony/ims/stub/ |
| D | ImsSmsImplBase.java | 178 public void sendSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in sendSms() argument 220 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() argument 240 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() argument 259 public void acknowledgeSmsReport(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSmsReport() argument 316 public final void onSendSmsResultSuccess(int token, in onSendSmsResultSuccess() argument 353 public final void onSendSmsResult(int token, @IntRange(from = 0, to = 65535) int messageRef, in onSendSmsResult() argument 389 public final void onSendSmsResultError(int token, in onSendSmsResultError() argument 459 public final void onSmsStatusReportReceived(int token, in onSmsStatusReportReceived() argument
|
| D | RcsCapabilityExchangeImplBase.java | 165 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument 192 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument 300 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument 327 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument
|
| /frameworks/av/media/codec2/sfplugin/utils/ |
| D | Codec2Mapper.cpp | 726 bool C2Mapper::ProfileLevelMapper::mapHdrFormat(int32_t, C2Config::hdr_format_t *to) { in mapHdrFormat() 787 bool C2Mapper::map(C2Config::bitrate_mode_t from, int32_t *to) { in map() 792 bool C2Mapper::map(int32_t from, C2Config::bitrate_mode_t *to) { in map() 797 bool C2Mapper::map(C2Config::pcm_encoding_t from, int32_t *to) { in map() 802 bool C2Mapper::map(int32_t from, C2Config::pcm_encoding_t *to) { in map() 807 bool C2Mapper::map(C2Color::range_t from, int32_t *to) { in map() 828 bool C2Mapper::map(int32_t from, C2Color::range_t *to) { in map() 849 bool C2Mapper::map(C2Color::range_t from, ColorAspects::Range *to) { in map() 854 bool C2Mapper::map(ColorAspects::Range from, C2Color::range_t *to) { in map() 924 bool C2Mapper::map(C2Color::primaries_t from, ColorAspects::Primaries *to) { in map() [all …]
|
| /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
| D | SocketConnect.java | 14 private OutputStream to; field in SocketConnect 16 public SocketConnect(Socket from, Socket to) throws IOException { in SocketConnect()
|
| /frameworks/base/core/java/com/android/internal/util/ |
| D | ContrastColorUtil.java | 766 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument 833 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 879 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 979 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 1005 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 1131 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument
|
| /frameworks/native/libs/binder/ |
| D | TextOutput.cpp | 45 std::ostream& operator<<(std::ostream& to, const TypeCode& val) { in operator <<() 63 std::ostream& operator<<(std::ostream& to, const HexDump& val) { in operator <<()
|
| /frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
| D | ALookup.h | 49 bool ALookup<T, U>::lookup(const T& from, U *to) const { in lookup() 60 bool ALookup<T, U>::rlookup(const U& from, T *to) const { in rlookup()
|
| /frameworks/base/core/java/android/view/ |
| D | WindowInsetsAnimationController.java | 138 void setInsetsAndAlpha(@Nullable Insets insets, @FloatRange(from = 0f, to = 1f) float alpha, in setInsetsAndAlpha() argument
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Color.java | 611 public float getComponent(@IntRange(from = 0, to = 4) int component) { in getComponent() argument 1283 @IntRange(from = 0, to = 255) int red, in rgb() argument 1319 @IntRange(from = 0, to = 255) int alpha, in argb() argument 1415 @IntRange(from = 0, to = 255) int red, in RGBToHSV() argument 1468 public static int HSVToColor(@IntRange(from = 0, to = 255) int alpha, @Size(3) float hsv[]) { in HSVToColor() argument
|
| /frameworks/base/core/java/android/widget/ |
| D | SimpleCursorAdapter.java | 81 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in SimpleCursorAdapter() 107 int[] to, int flags) { in SimpleCursorAdapter() 143 final int[] to = mTo; in bindView() local 364 public void changeCursorAndColumns(Cursor c, String[] from, int[] to) { in changeCursorAndColumns()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
| D | Position.java | 78 public void update(@FloatRange(from = 0.0, to = 1.0) float percentageX, in update() argument
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ComponentAliasResolver.java | 254 private static boolean validateAlias(ComponentName from, ComponentName to) { in validateAlias() 270 private void validateAndAddAliasLocked(ComponentName from, ComponentName to) { in validateAndAddAliasLocked() 293 final ComponentName to = unflatten(ci.metaData.getString(META_DATA_ALIAS_TARGET)); in extractAliasesLocked() local 324 final ComponentName to = unflatten(fields[1]); in loadOverridesLocked() local 354 ComponentName to = mFromTo.valueAt(i); in dump() local
|
| /frameworks/base/core/java/android/service/notification/ |
| D | ZenModeDiff.java | 65 public FieldDiff(@Nullable T from, @Nullable T to) { in FieldDiff() 80 public T to() { in to() method in ZenModeDiff.FieldDiff 132 BaseDiff(Object from, Object to) { in BaseDiff() 233 public ConfigDiff(ZenModeConfig from, ZenModeConfig to) { in ConfigDiff() 467 public RuleDiff(ZenModeConfig.ZenRule from, ZenModeConfig.ZenRule to) { in RuleDiff()
|
| /frameworks/base/core/java/com/android/internal/app/ |
| D | MessageSamplingConfig.java | 72 @IntRange(from = -1L, to = AppOpsManager._NUM_OP - 1) int sampledOpCode, in MessageSamplingConfig() argument
|
| /frameworks/base/tests/testables/src/android/testing/ |
| D | LayoutInflaterBuilder.java | 81 public LayoutInflaterBuilder replace(@NonNull Class from, @NonNull Class to) { in replace() 93 public LayoutInflaterBuilder replace(@NonNull String tag, @NonNull Class to) { in replace()
|