| /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/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/base/core/java/com/android/internal/graphics/ |
| D | ColorUtils.java | 216 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument 371 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument 402 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 448 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 548 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 574 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 617 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB() argument 639 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL() argument 662 @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/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/av/media/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/base/telephony/java/android/telephony/ims/stub/ |
| D | ImsSmsImplBase.java | 160 public void sendSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in sendSms() argument 183 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() argument 201 public void acknowledgeSmsReport(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSmsReport() argument 255 public final void onSendSmsResultSuccess(int token, in onSendSmsResultSuccess() argument 289 public final void onSendSmsResult(int token, @IntRange(from = 0, to = 65535) int messageRef, in onSendSmsResult() argument 322 public final void onSendSmsResultError(int token, in onSendSmsResultError() argument 357 public final void onSmsStatusReportReceived(int token, in onSmsStatusReportReceived() argument
|
| D | RcsCapabilityExchangeImplBase.java | 159 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument 182 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument 266 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument 289 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() 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/location/java/android/location/ |
| D | GnssReflectingPlane.java | 140 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() argument 147 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees() argument 157 @FloatRange(from = -1000.0f, to = 10000.0f) double altitudeMeters) { in setAltitudeMeters() argument 164 @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/android/uwb/ |
| D | AngleMeasurement.java | 52 @FloatRange(from = -Math.PI, to = +Math.PI) double radians, in AngleMeasurement() argument
|
| /frameworks/av/media/codec2/sfplugin/utils/ |
| D | Codec2Mapper.cpp | 677 bool C2Mapper::map(C2Config::bitrate_mode_t from, int32_t *to) { in map() 682 bool C2Mapper::map(int32_t from, C2Config::bitrate_mode_t *to) { in map() 687 bool C2Mapper::map(C2Config::pcm_encoding_t from, int32_t *to) { in map() 692 bool C2Mapper::map(int32_t from, C2Config::pcm_encoding_t *to) { in map() 697 bool C2Mapper::map(C2Color::range_t from, int32_t *to) { in map() 718 bool C2Mapper::map(int32_t from, C2Color::range_t *to) { in map() 739 bool C2Mapper::map(C2Color::range_t from, ColorAspects::Range *to) { in map() 744 bool C2Mapper::map(ColorAspects::Range from, C2Color::range_t *to) { in map() 814 bool C2Mapper::map(C2Color::primaries_t from, ColorAspects::Primaries *to) { in map() 819 bool C2Mapper::map(ColorAspects::Primaries from, C2Color::primaries_t *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/native/libs/binder/ |
| D | TextOutput.cpp | 45 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<() 64 TextOutput& operator<<(TextOutput& to, const HexDump& val) in operator <<()
|
| /frameworks/base/core/java/com/android/internal/util/ |
| D | ContrastColorUtil.java | 677 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument 744 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 790 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 890 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 916 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 1042 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument
|
| /frameworks/av/media/libstagefright/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/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
| D | Position.java | 70 public void update(@FloatRange(from = 0.0, to = 1.0) float percentageX, in update() 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/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/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()
|
| /frameworks/base/core/proto/android/server/ |
| D | animationadapter.proto | 68 optional .android.graphics.PointProto to = 2; field 77 optional float to = 2; field
|
| /frameworks/base/core/java/android/os/ |
| D | VibrationEffect.java | 851 @FloatRange(from = 0f, to = 1f) float scale) { in addPrimitive() argument 866 @FloatRange(from = 0f, to = 1f) float scale, @IntRange(from = 0) int delay) { in addPrimitive() argument 983 public WaveformBuilder addStep(@FloatRange(from = 0f, to = 1f) float amplitude, in addStep() argument 1001 public WaveformBuilder addStep(@FloatRange(from = 0f, to = 1f) float amplitude, in addStep() argument 1020 public WaveformBuilder addRamp(@FloatRange(from = 0f, to = 1f) float amplitude, in addRamp() argument 1038 public WaveformBuilder addRamp(@FloatRange(from = 0f, to = 1f) float amplitude, in addRamp() argument
|