/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
H A D | UsbDescriptorParser.java | 414 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 D | UsbDescriptor.java | 147 public int getLength() { in getLength() method in UsbDescriptor 261 + " Len: " + getLength(); in report() 277 + " Len: " + getLength(); in shortReport()
|
H A D | UsbMSMidiInputJack.java | 45 + " Length: " + getLength()); in report()
|
H A D | UsbMSMidiOutputJack.java | 45 + " Length: " + getLength()); in report()
|
H A D | UsbMSMidiHeader.java | 51 + " Length: " + getLength() in report()
|
H A D | UsbACMidi10Endpoint.java | 62 + " Length: " + getLength()); in report()
|
H A D | UsbACMidi20Endpoint.java | 62 + " Length: " + getLength()); in report()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Utils.cpp | 41 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 D | PathMeasure.cpp | 79 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 D | Utils.h | 37 virtual size_t getLength() const;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | EdgeLight.java | 60 mLength = sourceLight.getLength(); in EdgeLight() 77 public float getLength() { in getLength() method in EdgeLight
|
H A D | PerimeterPathGuide.java | 283 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 D | PathMeasure.java | 71 public float getLength() { in getLength() method in PathMeasure 126 float length = getLength(); in getSegment()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | DefaultDataHandler.java | 152 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 D | Asset.h | 111 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 D | PduComposer.java | 361 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 D | GestureDescription.java | 294 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 D | AssetFileDescriptor.java | 135 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 D | DvrClient.cpp | 71 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 D | FreezePeriod.java | 93 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 D | AttributeResolution_bench.cpp | 56 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 D | asset_manager.cpp | 177 return asset->mAsset->getLength(); in AAsset_getLength() 182 return asset->mAsset->getLength(); in AAsset_getLength64()
|
/aosp14/frameworks/base/native/graphics/jni/ |
H A D | aassetstreamadaptor.h | 37 size_t getLength() const override;
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ApkAssets.cpp | 74 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 D | FrameBuffer1D.java | 56 public int getLength() { in getLength() method in FrameBuffer1D
|