Home
last modified time | relevance | path

Searched refs:getLength (Results 1 – 25 of 86) sorted by relevance

1234

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbDescriptorParser.java414 Log.w(TAG, "Unrecognized Interface l: " + descriptor.getLength() in getInterfaceDescriptorsForClass()
437 Log.w(TAG, "Unrecognized Audio Interface len: " + descriptor.getLength() in getACInterfaceDescriptors()
475 Log.w(TAG, "Undefined Audio Input terminal l: " + descriptor.getLength() in hasInput()
513 Log.w(TAG, "Undefined Audio Input terminal l: " + descriptor.getLength() in hasOutput()
543 Log.w(TAG, "Undefined Audio Input terminal l: " + descriptor.getLength() in hasMic()
569 Log.w(TAG, "Undefined Audio Output terminal l: " + descriptor.getLength() in hasSpeaker()
699 Log.w(TAG, "Undefined Audio Class Interface l: " + descriptor.getLength() in hasMIDIInterface()
791 Log.w(TAG, "Undefined Audio Class Interface l: " + descriptor.getLength() in findMidiInterfaceDescriptors()
821 Log.w(TAG, "Undefined Audio Class Interface l: " + descriptor.getLength() in calculateMidiInterfaceDescriptorsCount()
840 Log.w(TAG, "Unrecognized Config l: " + descriptor.getLength() in calculateNumLegacyMidiPorts()
[all …]
H A DUsbDescriptor.java147 public int getLength() { in getLength() method in UsbDescriptor
261 + " Len: " + getLength(); in report()
277 + " Len: " + getLength(); in shortReport()
H A DUsbMSMidiInputJack.java45 + " Length: " + getLength()); in report()
H A DUsbMSMidiOutputJack.java45 + " Length: " + getLength()); in report()
H A DUsbMSMidiHeader.java51 + " Length: " + getLength() in report()
H A DUsbACMidi10Endpoint.java62 + " Length: " + getLength()); in report()
H A DUsbACMidi20Endpoint.java62 + " Length: " + getLength()); in report()
/aosp14/frameworks/base/libs/hwui/jni/
H A DUtils.cpp41 size_t AssetStreamAdaptor::getLength() const { in getLength() function in AssetStreamAdaptor
42 return fAsset->getLength(); in getLength()
130 const off64_t size = asset->getLength(); in CopyAssetToData()
H A DPathMeasure.cpp79 static jfloat getLength(JNIEnv* env, jobject clazz, jlong pairHandle) { in getLength() function in android::SkPathMeasureGlue
81 return static_cast<jfloat>(SkScalarToFloat(pair->fMeasure.getLength())); in getLength()
147 {"native_getLength", "(J)F", (void*) SkPathMeasureGlue::getLength },
H A DUtils.h37 virtual size_t getLength() const;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DEdgeLight.java60 mLength = sourceLight.getLength(); in EdgeLight()
77 public float getLength() { in getLength() method in EdgeLight
H A DPerimeterPathGuide.java283 mRegions[i].absoluteLength = pathMeasure.getLength(); in computeRegions()
347 mScratchPathMeasure.getSegment(relativeStart * mScratchPathMeasure.getLength(), in strokeRegion()
348 relativeEnd * mScratchPathMeasure.getLength(), path, true); in strokeRegion()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java71 public float getLength() { in getLength() method in PathMeasure
126 float length = getLength(); in getSegment()
/aosp14/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java152 int attrLen = atts.getLength(); in startElement()
161 int attrLen = atts.getLength(); in startElement()
181 int attrLen = atts.getLength() - 2; in startElement()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h111 virtual off64_t getLength(void) const = 0;
279 off64_t getLength(void) const override { return mLength; } in getLength() function
337 virtual off64_t getLength(void) const { return mUncompressedLen; } in getLength() function
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduComposer.java361 int len = start.getLength(); in appendEncodedString()
576 int flen = fstart.getLength(); in appendHeader()
659 int expiryLength = expiryStart.getLength(); in appendHeader()
931 int ctLength = ctStart.getLength(); in makeMessageBody()
993 int contentTypeLength = contentTypeBegin.getLength(); in makeMessageBody()
1018 int headerLength = attachment.getLength(); in makeMessageBody()
1053 if (dataLength != (attachment.getLength() - headerLength)) { in makeMessageBody()
1084 int getLength() { in getLength() method in PduComposer.PositionMarker
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java294 if (mPathMeasure.getLength() == 0) { in StrokeDescription()
312 mTimeToLengthConversion = getLength() / duration; in StrokeDescription()
399 float getLength() { in getLength() method in GestureDescription.StrokeDescription
400 return mPathMeasure.getLength(); in getLength()
412 return mPathMeasure.getPosTan(getLength(), pos, null); in getPosForTime()
/aosp14/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java135 public long getLength() { in getLength() method in AssetFileDescriptor
211 mRemaining = (int) fd.getLength(); in AutoCloseInputStream()
300 mRemaining = (int) fd.getLength(); in AutoCloseOutputStream()
/aosp14/frameworks/base/media/jni/tuner/
H A DDvrClient.cpp71 int64_t length = first.getLength(); in readFromFile()
88 length = second.getLength(); in readFromFile()
148 int64_t length = first.getLength(); in writeToFile()
164 length = second.getLength(); in writeToFile()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DFreezePeriod.java93 int getLength() { in getLength() method in FreezePeriod
269 if (current.getLength() > SystemUpdatePolicy.FREEZE_PERIOD_MAX_LENGTH) { in validatePeriods()
271 + "period " + current + " is too long: " + current.getLength() + " days"); in validatePeriods()
/aosp14/frameworks/base/libs/androidfw/tests/
H A DAttributeResolution_bench.cpp56 if (xml_tree.setTo(asset->getBuffer(true), asset->getLength(), false /*copyData*/) != NO_ERROR) { in BM_ApplyStyle()
129 if (xml_tree.setTo(asset->getBuffer(true), asset->getLength(), false /*copyData*/) != NO_ERROR) { in BM_ApplyStyleFramework()
/aosp14/frameworks/base/native/android/
H A Dasset_manager.cpp177 return asset->mAsset->getLength(); in AAsset_getLength()
182 return asset->mAsset->getLength(); in AAsset_getLength64()
/aosp14/frameworks/base/native/graphics/jni/
H A Daassetstreamadaptor.h37 size_t getLength() const override;
/aosp14/frameworks/base/libs/androidfw/
H A DApkAssets.cpp74 static_cast<size_t>(idmap_asset->getLength())); in LoadOverlay()
134 const size_t length = resources_asset->getLength(); in LoadImpl()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer1D.java56 public int getLength() { in getLength() method in FrameBuffer1D

1234