/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
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 …]
|
D | UsbDescriptor.java | 147 public int getLength() { in getLength() method in UsbDescriptor 261 + " Len: " + getLength(); in report() 277 + " Len: " + getLength(); in shortReport()
|
D | UsbMSMidiOutputJack.java | 45 + " Length: " + getLength()); in report()
|
D | UsbMSMidiInputJack.java | 45 + " Length: " + getLength()); in report()
|
D | UsbMSMidiHeader.java | 51 + " Length: " + getLength() in report()
|
D | UsbACMidi20Endpoint.java | 62 + " Length: " + getLength()); in report()
|
D | UsbACMidi10Endpoint.java | 62 + " Length: " + getLength()); in report()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | ValueParser.java | 125 int length = ctlv.getLength(); in retrieveItem() 202 int numOfItems = ctlv.getLength() - 1; in retrieveItemsIconId() 233 int length = ctlv.getLength(); in retrieveTextAttribute() 294 int length = ctlv.getLength(); in retrieveAlphaId() 330 int textLen = ctlv.getLength(); in retrieveTextString() 376 int length = ctlv.getLength(); in retrieveTpduAsSmsMessage()
|
/frameworks/base/libs/hwui/jni/ |
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()
|
D | PathMeasure.cpp | 83 static jfloat getLength(JNIEnv* env, jobject clazz, jlong pairHandle) { in getLength() function in android::SkPathMeasureGlue 85 return static_cast<jfloat>(SkScalarToFloat(pair->fMeasure.getLength())); in getLength() 151 {"native_getLength", "(J)F", (void*) SkPathMeasureGlue::getLength },
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
D | EdgeLight.java | 60 mLength = sourceLight.getLength(); in EdgeLight() 77 public float getLength() { in getLength() method in EdgeLight
|
/frameworks/base/graphics/java/android/graphics/ |
D | PathMeasure.java | 71 public float getLength() { in getLength() method in PathMeasure 126 float length = getLength(); in getSegment()
|
/frameworks/base/core/java/android/content/ |
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()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
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
|
/frameworks/base/core/java/android/accessibilityservice/ |
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()
|
/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
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
|
/frameworks/base/media/jni/tuner/ |
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()
|
/frameworks/layoutlib/validator/src/ |
D | ResourceConverter.java | 89 for (int i = 0; i < nodeList.getLength(); i++) { in loadStrings() 104 for (int j = 0; j < node.getChildNodes().getLength(); j++) { in loadStrings()
|
/frameworks/base/core/java/android/app/admin/ |
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()
|
/frameworks/base/libs/androidfw/tests/ |
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()
|
/frameworks/base/native/graphics/jni/ |
D | aassetstreamadaptor.h | 37 size_t getLength() const override;
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 196 const uint32_t count = range.getLength(); in doLayout() 222 tmpAdvances.resize(range.getLength()); in measureText() 266 piece.getLength(), context.getLength(), isRtl, paint, piece.getStart() - dstStart, in doLayoutRunCached()
|
/frameworks/base/native/android/ |
D | asset_manager.cpp | 177 return asset->mAsset->getLength(); in AAsset_getLength() 182 return asset->mAsset->getLength(); in AAsset_getLength64()
|
/frameworks/base/core/java/android/content/res/ |
D | AssetFileDescriptor.java | 147 public long getLength() { in getLength() method in AssetFileDescriptor 304 mRemaining = (int) fd.getLength(); in NonSeekableAutoCloseInputStream() 397 mTotalSize = fd.getLength(); in SeekableAutoCloseInputStream() 645 mRemaining = (int) fd.getLength(); in AutoCloseOutputStream()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | FrameBuffer1D.java | 40 public int getLength() { in getLength() method in FrameBuffer1D
|