Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 225) sorted by relevance

123456789

/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.java103 NetworkAgentInfo from = wifiNai(100); in testNotificationOnLinger() local
114 NetworkAgentInfo from = wifiNai(100); in testToastOnLinger() local
125 NetworkAgentInfo from = wifiNai(100); in testNotificationClearedAfterDisconnect() local
139 NetworkAgentInfo from = wifiNai(100); in testNotificationClearedAfterSwitchingBack() local
153 NetworkAgentInfo from = wifiNai(100); in testUniqueToast() local
243 NetworkAgentInfo from = wifiNai(100); in testUniqueNotification() local
260 NetworkAgentInfo from = wifiNai(100); in testIgnoreNeverValidatedNetworks() local
272 NetworkAgentInfo from = wifiNai(100); in testIgnoreCurrentlyValidatedNetworks() local
284 NetworkAgentInfo from = wifiNai(100); in testNoNotificationType() local
295 NetworkAgentInfo from = wifiNai(100); in testNoTransitionToNotify() local
[all …]
/frameworks/base/graphics/java/android/graphics/text/
DMeasuredText.java81 @IntRange(from = 0) int start, @IntRange(from = 0) int end) { in getWidth()
107 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getBounds()
141 @IntRange(from = 0) int start, in nGetWidth()
232 public @NonNull Builder appendStyleRun(@NonNull Paint paint, @IntRange(from = 0) int length, in appendStyleRun()
259 @IntRange(from = 0) int length, @Px @FloatRange(from = 0) float width) { in appendReplacementRun()
358 @IntRange(from = 0) int start, in nAddStyleRun()
372 @IntRange(from = 0) int start, in nAddReplacementRun()
374 @FloatRange(from = 0) float width); in nAddReplacementRun()
DLineBreaker.java274 @Px @IntRange(from = 0) int firstWidthLineCount) { in setIndent()
288 @Px @FloatRange(from = 0) float defaultTabStop) { in setTabStops()
477 @IntRange(from = 0) int lineNumber) { in computeLineBreaks()
514 @IntRange(from = 0) int length, in nComputeLineBreaks()
515 @FloatRange(from = 0.0f) float firstWidth, in nComputeLineBreaks()
/frameworks/base/core/java/android/text/
DMeasuredParagraph.java188 public Directions getDirections(@IntRange(from = 0) int start, // inclusive in getDirections()
283 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getBounds()
312 @IntRange(from = 0) int start, in buildForBidi()
338 @IntRange(from = 0) int start, in buildForMeasurement()
390 @IntRange(from = 0) int start, in buildForStaticLayout()
446 @IntRange(from = 0) int start, // inclusive in resetAndAnalyzeBidi()
501 @IntRange(from = 0) int start, // inclusive, in copied buffer in applyReplacementRun()
521 private void applyStyleRun(@IntRange(from = 0) int start, // inclusive, in copied buffer in applyStyleRun()
563 @IntRange(from = 0) int start, // inclusive, in original text buffer in applyMetricsAffectingSpan()
DPrecomputedText.java417 @IntRange(from = 0) int start, @IntRange(from = 0) int end, boolean computeLayout) { in createMeasuredParagraphs()
445 private PrecomputedText(@NonNull CharSequence text, @IntRange(from = 0) int start, in PrecomputedText()
523 public @Params.CheckResultUsableResult int checkResultUsable(@IntRange(from = 0) int start, in checkResultUsable()
558 public @FloatRange(from = 0) float getWidth(@IntRange(from = 0) int start, in getWidth()
588 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getBounds()
/frameworks/base/core/java/android/text/style/
DReplacementSpan.java43 @IntRange(from = 0) int start, @IntRange(from = 0) int end, in getSize()
60 @IntRange(from = 0) int start, @IntRange(from = 0) int end, float x, in draw()
DDynamicDrawableSpan.java142 @IntRange(from = 0) int start, @IntRange(from = 0) int end, in getSize()
160 @IntRange(from = 0) int start, @IntRange(from = 0) int end, float x, in draw()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java162 public void sendSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in sendSms()
185 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms()
203 public void acknowledgeSmsReport(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSmsReport()
258 @IntRange(from = 0, to = 65535) int messageRef) throws RuntimeException { in onSendSmsResultSuccess()
291 public final void onSendSmsResult(int token, @IntRange(from = 0, to = 65535) int messageRef, in onSendSmsResult()
325 @IntRange(from = 0, to = 65535) int messageRef, @SendStatusResult int status, in onSendSmsResultError()
360 @IntRange(from = 0, to = 65535) int messageRef, @SmsMessage.Format String format, in onSmsStatusReportReceived()
/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java214 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL()
340 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent()
371 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB()
417 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ()
517 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor()
543 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor()
586 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB()
608 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL()
631 @FloatRange(from = 0.0, to = 1.0) double ratio, @NonNull double[] outResult) { in blendLAB()
/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/av/media/libstagefright/foundation/
DMetaData.cpp41 MetaData::MetaData(const MetaData &from) in MetaData()
44 MetaData::MetaData(const MetaDataBase &from) in MetaData()
DAString.cpp69 AString::AString(const String8 &from) in AString()
76 AString::AString(const AString &from) in AString()
83 AString::AString(const AString &from, size_t offset, size_t n) in AString()
94 AString &AString::operator=(const AString &from) { in operator =()
123 void AString::setTo(const AString &from, size_t offset, size_t n) { in setTo()
205 void AString::append(const AString &from) { in append()
209 void AString::append(const AString &from, size_t offset, size_t n) { in append()
288 void AString::insert(const AString &from, size_t insertionPos) { in insert()
292 void AString::insert(const char *from, size_t size, size_t insertionPos) { in insert()
/frameworks/base/core/java/android/widget/
DSimpleCursorAdapter.java81 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in SimpleCursorAdapter()
106 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, in SimpleCursorAdapter()
142 final int[] from = mFrom; in bindView() local
329 private void findColumns(Cursor c, String[] from) { in findColumns()
364 public void changeCursorAndColumns(Cursor c, String[] from, int[] to) { in changeCursorAndColumns()
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DSocketConnect.java13 private InputStream from; field in SocketConnect
16 public SocketConnect(Socket from, Socket to) throws IOException { in SocketConnect()
/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/av/media/libstagefright/codecs/amrwb/src/
Dpvamrwbdecoder_mem_funcs.h61 #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/
Dmp3_mem_funcs.h67 #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/services/core/java/com/android/server/pm/
DPackageManagerException.java48 public static PackageManagerException from(PackageParserException e) in from() method in PackageManagerException
53 public static PackageManagerException from(InstallerException e) in from() method in PackageManagerException
/frameworks/base/core/java/android/net/
DKeepalivePacketData.java65 @IntRange(from = 0, to = 65535) int srcPort, @NonNull InetAddress dstAddress, in KeepalivePacketData()
/frameworks/base/core/java/android/accounts/
DAccountManagerInternal.java57 @NonNull String packageName, @IntRange(from = 0) int userId, in requestAccountAccess()
67 public abstract boolean hasAccountAccess(@NonNull Account account, @IntRange(from = 0) int uid); in hasAccountAccess()
/frameworks/base/core/proto/android/server/
Danimationadapter.proto66 optional .android.graphics.PointProto from = 1; field
75 optional float from = 1; field
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java138 public void from(InformationElement ie) { in from() method in InformationElementUtil.BssLoad
180 public void from(InformationElement ie) { in from() method in InformationElementUtil.HtOperation
214 public void from(InformationElement ie) { in from() method in InformationElementUtil.VhtOperation
229 public void from(InformationElement ie) { in from() method in InformationElementUtil.Interworking
269 public void from(InformationElement ie) { in from() method in InformationElementUtil.RoamingConsortium
313 public void from(InformationElement ie) { in from() method in InformationElementUtil.Vsa
383 public void from(InformationElement ie) { in from() method in InformationElementUtil.ExtendedCapabilities
671 public void from(InformationElement[] ies, BitSet beaconCap, boolean isOweSupported) { in from() method in InformationElementUtil.Capabilities
915 public void from(InformationElement ie) { in from() method in InformationElementUtil.TrafficIndicationMap
1058 public void from(InformationElement ie) { in from() method in InformationElementUtil.SupportedRates
/frameworks/native/libs/gui/
DDebugEGLImageTracker.cpp74 void DebugEGLImageTrackerImpl::create(const char *from) { in create()
80 void DebugEGLImageTrackerImpl::destroy(const char *from) { in destroy()

123456789