Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 177) sorted by relevance

12345678

/frameworks/av/media/codec2/vndk/
Dtypes.cpp42 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/
Dtypes.cpp34 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/tests/net/java/com/android/server/connectivity/
DLingerMonitorTest.java105 NetworkAgentInfo to = cellNai(101); in testNotificationOnLinger() local
116 NetworkAgentInfo to = cellNai(101); in testToastOnLinger() local
127 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterDisconnect() local
141 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterSwitchingBack() local
155 NetworkAgentInfo to = cellNai(101); in testUniqueToast() local
245 NetworkAgentInfo to = cellNai(101); in testUniqueNotification() local
262 NetworkAgentInfo to = cellNai(101); in testIgnoreNeverValidatedNetworks() local
274 NetworkAgentInfo to = cellNai(101); in testIgnoreCurrentlyValidatedNetworks() local
286 NetworkAgentInfo to = cellNai(101); in testNoNotificationType() local
297 NetworkAgentInfo to = cellNai(101); in testNoTransitionToNotify() local
[all …]
/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java214 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/mp3dec/src/
Dmp3_mem_funcs.h64 #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/libstagefright/codecs/amrwb/src/
Dpvamrwbdecoder_mem_funcs.h58 #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/
DTextOutput.h41 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/
DGnssReflectingPlane.java139 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() argument
146 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees() argument
156 @FloatRange(from = -1000.0f, to = 10000.0f) double altitudeMeters) { in setAltitudeMeters() argument
163 @FloatRange(from = 0.0f, to = 360.0f) double azimuthDegrees) { in setAzimuthDegrees() argument
DGnssMeasurementCorrections.java224 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() argument
231 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees() argument
241 @FloatRange(from = -1000.0f, to = 10000.0f) double altitudeMeters) { in setAltitudeMeters() argument
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp670 bool C2Mapper::map(C2Config::bitrate_mode_t from, int32_t *to) { in map()
675 bool C2Mapper::map(int32_t from, C2Config::bitrate_mode_t *to) { in map()
680 bool C2Mapper::map(C2Config::pcm_encoding_t from, int32_t *to) { in map()
685 bool C2Mapper::map(int32_t from, C2Config::pcm_encoding_t *to) { in map()
690 bool C2Mapper::map(C2Color::range_t from, int32_t *to) { in map()
711 bool C2Mapper::map(int32_t from, C2Color::range_t *to) { in map()
732 bool C2Mapper::map(C2Color::range_t from, ColorAspects::Range *to) { in map()
737 bool C2Mapper::map(ColorAspects::Range from, C2Color::range_t *to) { in map()
807 bool C2Mapper::map(C2Color::primaries_t from, ColorAspects::Primaries *to) { in map()
812 bool C2Mapper::map(ColorAspects::Primaries from, C2Color::primaries_t *to) { in map()
[all …]
/frameworks/base/core/java/com/android/internal/graphics/palette/
DTarget.java323 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/core/java/com/android/internal/util/
DContrastColorUtil.java674 @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/base/packages/services/Proxy/src/com/android/proxyhandler/
DSocketConnect.java14 private OutputStream to; field in SocketConnect
16 public SocketConnect(Socket from, Socket to) throws IOException { in SocketConnect()
/frameworks/native/libs/binder/
DTextOutput.cpp45 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/
DALookup.h49 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/graphics/java/android/graphics/
DColor.java612 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/
DSimpleCursorAdapter.java81 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()
DTimePicker.java185 public void setHour(@IntRange(from = 0, to = 23) int hour) { in setHour() argument
206 public void setMinute(@IntRange(from = 0, to = 59) int minute) { in setMinute() argument
378 void setHour(@IntRange(from = 0, to = 23) int hour); in setHour() argument
381 void setMinute(@IntRange(from = 0, to = 59) int minute); in setMinute() argument
384 void setDate(@IntRange(from = 0, to = 23) int hour, in setDate() argument
/frameworks/base/tests/net/java/android/net/netlink/
DInetDiagSocketTest.java91 public Connection(String to, String from) throws Exception { in Connection()
114 public TcpConnection(String to, String from) throws Exception { in TcpConnection()
138 public UdpConnection(String to, String from) throws Exception { in UdpConnection()
168 public void checkGetConnectionOwnerUid(String to, String from) throws Exception { in checkGetConnectionOwnerUid()
/frameworks/base/core/proto/android/server/
Danimationadapter.proto67 optional .android.graphics.PointProto to = 2; field
76 optional float to = 2; field
/frameworks/base/tests/testables/src/android/testing/
DLayoutInflaterBuilder.java81 public LayoutInflaterBuilder replace(@NonNull Class from, @NonNull Class to) { in replace()
93 public LayoutInflaterBuilder replace(@NonNull String tag, @NonNull Class to) { in replace()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DBoundedByteStringTest.java50 int to = sourceBytes.length - 100; in setUp() local
DRopeByteStringSubstringTest.java56 int to = sourceBytes.length - 5555; in setUp() local
/frameworks/base/core/java/android/annotation/
DIntRange.java47 long to() default Long.MAX_VALUE; in to() method
/frameworks/base/core/java/android/net/
DIpPrefix.java75 public IpPrefix(@NonNull byte[] address, @IntRange(from = 0, to = 128) int prefixLength) { in IpPrefix() argument
92 public IpPrefix(@NonNull InetAddress address, @IntRange(from = 0, to = 128) int prefixLength) { in IpPrefix() argument

12345678