/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/tests/net/java/com/android/server/connectivity/ |
D | LingerMonitorTest.java | 104 NetworkAgentInfo to = cellNai(101); in testNotificationOnLinger() local 115 NetworkAgentInfo to = cellNai(101); in testToastOnLinger() local 126 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterDisconnect() local 140 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterSwitchingBack() local 154 NetworkAgentInfo to = cellNai(101); in testUniqueToast() local 244 NetworkAgentInfo to = cellNai(101); in testUniqueNotification() local 261 NetworkAgentInfo to = cellNai(101); in testIgnoreNeverValidatedNetworks() local 273 NetworkAgentInfo to = cellNai(101); in testIgnoreCurrentlyValidatedNetworks() local 285 NetworkAgentInfo to = cellNai(101); in testNoNotificationType() local 296 NetworkAgentInfo to = cellNai(101); in testNoTransitionToNotify() local [all …]
|
/frameworks/base/core/java/com/android/internal/graphics/ |
D | ColorUtils.java | 214 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument 340 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument 371 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 417 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 517 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 543 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 586 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB() argument 608 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL() argument 631 @FloatRange(from = 0.0, to = 1.0) double ratio, @NonNull double[] outResult) { in blendLAB() argument
|
/frameworks/av/media/libstagefright/codecs/amrwb/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/libstagefright/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 | 162 public void sendSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in sendSms() argument 185 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() argument 203 public void acknowledgeSmsReport(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSmsReport() argument 257 public final void onSendSmsResultSuccess(int token, in onSendSmsResultSuccess() argument 291 public final void onSendSmsResult(int token, @IntRange(from = 0, to = 65535) int messageRef, in onSendSmsResult() argument 324 public final void onSendSmsResultError(int token, in onSendSmsResultError() argument 359 public final void onSmsStatusReportReceived(int token, in onSmsStatusReportReceived() argument
|
/frameworks/native/libs/binder/include/binder/ |
D | TextOutput.h | 41 inline explicit Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle() 152 inline TextOutput& endl(TextOutput& to) in endl() 158 inline TextOutput& indent(TextOutput& to) in indent() 164 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
|
D | GnssStatus.java | 396 @IntRange(from = 1, to = 200) int svid, in addSatellite() argument
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 674 bool C2Mapper::map(C2Config::bitrate_mode_t from, int32_t *to) { in map() 679 bool C2Mapper::map(int32_t from, C2Config::bitrate_mode_t *to) { in map() 684 bool C2Mapper::map(C2Config::pcm_encoding_t from, int32_t *to) { in map() 689 bool C2Mapper::map(int32_t from, C2Config::pcm_encoding_t *to) { in map() 694 bool C2Mapper::map(C2Color::range_t from, int32_t *to) { in map() 715 bool C2Mapper::map(int32_t from, C2Color::range_t *to) { in map() 736 bool C2Mapper::map(C2Color::range_t from, ColorAspects::Range *to) { in map() 741 bool C2Mapper::map(ColorAspects::Range from, C2Color::range_t *to) { in map() 811 bool C2Mapper::map(C2Color::primaries_t from, ColorAspects::Primaries *to) { in map() 816 bool C2Mapper::map(ColorAspects::Primaries from, C2Color::primaries_t *to) { in map() [all …]
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
D | Target.java | 323 public Target.Builder setMinimumSaturation(@FloatRange(from = 0, to = 1) float value) { in setMinimumSaturation() argument 331 public Target.Builder setTargetSaturation(@FloatRange(from = 0, to = 1) float value) { in setTargetSaturation() argument 339 public Target.Builder setMaximumSaturation(@FloatRange(from = 0, to = 1) float value) { in setMaximumSaturation() argument 347 public Target.Builder setMinimumLightness(@FloatRange(from = 0, to = 1) float value) { in setMinimumLightness() argument 355 public Target.Builder setTargetLightness(@FloatRange(from = 0, to = 1) float value) { in setTargetLightness() argument 363 public Target.Builder setMaximumLightness(@FloatRange(from = 0, to = 1) float value) { in setMaximumLightness() argument
|
/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 | 674 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument 741 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 787 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 887 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 913 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 1039 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument
|
/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/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/core/java/android/net/ |
D | KeepalivePacketData.java | 65 @IntRange(from = 0, to = 65535) int srcPort, @NonNull InetAddress dstAddress, in KeepalivePacketData() argument
|
/frameworks/base/graphics/java/android/graphics/ |
D | Color.java | 612 public float getComponent(@IntRange(from = 0, to = 4) int component) { in getComponent() argument 1284 @IntRange(from = 0, to = 255) int red, in rgb() argument 1320 @IntRange(from = 0, to = 255) int alpha, in argb() argument 1416 @IntRange(from = 0, to = 255) int red, in RGBToHSV() argument 1469 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/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/annotation/ |
D | IntRange.java | 47 long to() default Long.MAX_VALUE; in to() method
|