Home
last modified time | relevance | path

Searched refs:arrayLength (Results 1 – 10 of 10) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/src/
DMediaQualityThreshold.cpp127 int32_t arrayLength = 0; in readFromParcel() local
128 in->readInt32(&arrayLength); in readFromParcel()
129 mRtpInactivityTimerMillis.resize(arrayLength); in readFromParcel()
131 for (int32_t i = 0; i < arrayLength; i++) in readFromParcel()
139 in->readInt32(&arrayLength); in readFromParcel()
140 mRtpPacketLossRate.resize(arrayLength); in readFromParcel()
142 for (int32_t i = 0; i < arrayLength; i++) in readFromParcel()
147 in->readInt32(&arrayLength); in readFromParcel()
148 mRtpJitterMillis.resize(arrayLength); in readFromParcel()
150 for (int32_t i = 0; i < arrayLength; i++) in readFromParcel()
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DMediaQualityThreshold.java45 int arrayLength = in.readInt(); in MediaQualityThreshold() local
46 mRtpInactivityTimerMillis = new int[arrayLength]; in MediaQualityThreshold()
47 for (int i = 0; i < arrayLength; i++) { in MediaQualityThreshold()
53 arrayLength = in.readInt(); in MediaQualityThreshold()
54 mRtpPacketLossRate = new int[arrayLength]; in MediaQualityThreshold()
55 for (int i = 0; i < arrayLength; i++) { in MediaQualityThreshold()
58 arrayLength = in.readInt(); in MediaQualityThreshold()
59 mRtpJitterMillis = new int[arrayLength]; in MediaQualityThreshold()
60 for (int i = 0; i < arrayLength; i++) { in MediaQualityThreshold()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSdpOppOpsRecord.java74 int arrayLength = in.readInt(); in SdpOppOpsRecord() local
75 if (arrayLength > 0) { in SdpOppOpsRecord()
76 byte[] bytes = new byte[arrayLength]; in SdpOppOpsRecord()
/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutortest/unit/
DJniUtilsTestHelper.cpp35 T rawInputArray, const int arrayLength, bool checkIsInteger) { in hasValidNumberArray() argument
50 if (arrayLength != kActualLength) { in hasValidNumberArray()
56 for (int i = 0; i < arrayLength; ++i) { in hasValidNumberArray()
77 T rawInputArray, const int arrayLength) { in hasValidBooleanArray() argument
92 if (arrayLength != kActualLength) { in hasValidBooleanArray()
98 for (int i = 0; i < arrayLength; ++i) { in hasValidBooleanArray()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/signals/
DUpdateSignalsInputTest.java99 int arrayLength = 5; in testNewArray() local
100 UpdateSignalsInput[] array = UpdateSignalsInput.CREATOR.newArray(arrayLength); in testNewArray()
101 assertThat(array).hasLength(arrayLength); in testNewArray()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DUpdateSignalsInputTest.java107 int arrayLength = 5; in testNewArray() local
108 UpdateSignalsInput[] array = UpdateSignalsInput.CREATOR.newArray(arrayLength); in testNewArray()
109 assertEquals(arrayLength, array.length); in testNewArray()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.h39 const jsize arrayLength = env->GetArrayLength(array); in jintarrayToVector() local
40 outVector->resize(arrayLength); in jintarrayToVector()
41 env->GetIntArrayRegion(array, 0 /* start */, arrayLength, outVector->data()); in jintarrayToVector()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/packages/services/Car/tests/BugReportApp/libs/
Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...