HomeSort by relevance Sort by last modified time
    Searched full:writeint (Results 76 - 100 of 1282) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/services/Car/car-lib/src/android/car/hardware/radio/
CarRadioPreset.java 55 out.writeInt(mPresetNumber);
56 out.writeInt(mBand);
57 out.writeInt(mChannel);
58 out.writeInt(mSubChannel);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Spdy3.java 333 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
334 sink.writeInt((flags & 0xff) << 24 | length & 0xffffff);
335 sink.writeInt(streamId & 0x7fffffff);
336 sink.writeInt(associatedStreamId & 0x7fffffff);
350 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
351 sink.writeInt((flags & 0xff) << 24 | length & 0xffffff);
352 sink.writeInt(streamId & 0x7fffffff);
365 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff);
366 sink.writeInt((flags & 0xff) << 24 | length & 0xffffff);
367 sink.writeInt(streamId & 0x7fffffff)
    [all...]
  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 76 data.writeInt(val);
241 data.writeInt(0);
243 data.writeInt(1);
254 data.writeInt(AF_INET);
255 data.writeInt(v4addr);
256 data.writeInt(p);
261 data.writeInt(AF_INET6);
267 data.writeInt(aword);
269 data.writeInt(p);
270 data.writeInt(0); // flow inf
    [all...]
  /frameworks/base/core/java/android/hardware/
CameraInfo.java 39 out.writeInt(info.facing);
40 out.writeInt(info.orientation);
  /frameworks/base/core/java/android/hardware/location/
NanoApp.java 316 out.writeInt(mAppId);
317 out.writeInt(mAppVersion);
318 out.writeInt(mNeededReadMemBytes);
319 out.writeInt(mNeededWriteMemBytes);
320 out.writeInt(mNeededExecMemBytes);
322 out.writeInt(mNeededSensors.length);
325 out.writeInt(mOutputEvents.length);
328 out.writeInt(mAppBinary.length);
NanoAppInstanceInfo.java 308 out.writeInt(mAppVersion);
309 out.writeInt(mContexthubId);
310 out.writeInt(mNeededReadMemBytes);
311 out.writeInt(mNeededWriteMemBytes);
312 out.writeInt(mNeededExecMemBytes);
315 out.writeInt(mNeededSensors.length);
317 out.writeInt(mOutputEvents.length);
  /frameworks/base/core/java/android/nfc/
ApduList.java 59 dest.writeInt(commands.size());
62 dest.writeInt(cmd.length);
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 379 writeInt(LOCSIG); // LOC header signature
385 writeInt(e.time); // last modification time
389 writeInt(0);
390 writeInt(0);
391 writeInt(0);
401 writeInt(e.time); // last modification time
402 writeInt(e.crc); // crc-32
404 writeInt(ZIP64_MAGICVAL);
405 writeInt(ZIP64_MAGICVAL);
408 writeInt(e.csize); // compressed siz
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ParcelableSparseArray.java 29 dest.writeInt(count);
31 dest.writeInt(keyAt(i));
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 70 parcel.writeInt(id);
71 parcel.writeInt(month);
72 parcel.writeInt(date);
73 parcel.writeInt(hour);
74 parcel.writeInt(minute);
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 70 parcel.writeInt(id);
71 parcel.writeInt(month);
72 parcel.writeInt(date);
73 parcel.writeInt(hour);
74 parcel.writeInt(minute);
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
Alarm.java 70 parcel.writeInt(id);
71 parcel.writeInt(month);
72 parcel.writeInt(date);
73 parcel.writeInt(hour);
74 parcel.writeInt(minute);
  /frameworks/base/core/java/android/bluetooth/le/
ScanResult.java 66 dest.writeInt(1);
69 dest.writeInt(0);
72 dest.writeInt(1);
75 dest.writeInt(0);
77 dest.writeInt(mRssi);
AdvertiseData.java 147 dest.writeInt(mManufacturerSpecificData.size());
149 dest.writeInt(mManufacturerSpecificData.keyAt(i));
152 dest.writeInt(0);
154 dest.writeInt(1);
155 dest.writeInt(data.length);
159 dest.writeInt(mServiceData.size());
164 dest.writeInt(0);
166 dest.writeInt(1);
167 dest.writeInt(data.length);
  /frameworks/base/media/java/android/media/tv/
TvStreamConfig.java 104 dest.writeInt(mStreamId);
105 dest.writeInt(mType);
106 dest.writeInt(mMaxWidth);
107 dest.writeInt(mMaxHeight);
108 dest.writeInt(mGeneration);
  /frameworks/base/telephony/java/android/telephony/
ModemActivityInfo.java 97 dest.writeInt(mSleepTimeMs);
98 dest.writeInt(mIdleTimeMs);
100 dest.writeInt(mTxTimeMs[i]);
102 dest.writeInt(mRxTimeMs);
103 dest.writeInt(mEnergyUsed);
TelephonyHistogram.java 292 out.writeInt(mCategory);
293 out.writeInt(mId);
294 out.writeInt(mMinTimeMs);
295 out.writeInt(mMaxTimeMs);
296 out.writeInt(mAverageTimeMs);
297 out.writeInt(mSampleCount);
299 out.writeInt(ABSENT);
301 out.writeInt(PRESENT);
304 out.writeInt(mBucketCount);
  /frameworks/base/telephony/java/com/android/ims/
ImsExternalCallState.java 85 out.writeInt(mCallId);
87 out.writeInt(mIsPullable ? 1 : 0);
88 out.writeInt(mCallState);
89 out.writeInt(mCallType);
90 out.writeInt(mIsHeld ? 1 : 0);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 475 dest.writeInt(mPasswordMode);
476 dest.writeInt(mPasswordMinLength);
477 dest.writeInt(mPasswordMaxFails);
478 dest.writeInt(mPasswordHistory);
479 dest.writeInt(mPasswordExpirationDays);
480 dest.writeInt(mPasswordComplexChars);
481 dest.writeInt(mMaxScreenLockTime);
482 dest.writeInt(mRequireRemoteWipe ? 1 : 0);
483 dest.writeInt(mRequireEncryption ? 1 : 0);
484 dest.writeInt(mRequireEncryptionExternal ? 1 : 0)
    [all...]
  /packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationInstrumentCluster.java 137 dest.writeInt(mMinIntervalMs);
138 dest.writeInt(mType);
139 dest.writeInt(mImageWidth);
140 dest.writeInt(mImageHeight);
141 dest.writeInt(mImageColorDepthBits);
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationInstrumentCluster.java 147 dest.writeInt(mMinIntervalMs);
148 dest.writeInt(mType);
149 dest.writeInt(mImageWidth);
150 dest.writeInt(mImageHeight);
151 dest.writeInt(mImageColorDepthBits);
  /packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/
CallLogBackupAgentTest.java 122 inOrder.verify(mDataOutput).writeInt(CallLogBackupAgent.VERSION);
123 inOrder.verify(mDataOutput).writeInt(0 /* size */);
135 inOrder.verify(mDataOutput).writeInt(CallLogBackupAgent.VERSION);
136 inOrder.verify(mDataOutput).writeInt(1);
137 inOrder.verify(mDataOutput).writeInt(101 /* call-ID */);
151 inOrder.verify(mDataOutput).writeInt(CallLogBackupAgent.VERSION);
152 inOrder.verify(mDataOutput).writeInt(3 /* size */);
153 inOrder.verify(mDataOutput).writeInt(101 /* call-ID */);
154 inOrder.verify(mDataOutput).writeInt(102 /* call-ID */);
155 inOrder.verify(mDataOutput).writeInt(103 /* call-ID */)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 218 dest.writeInt(band);
219 dest.writeInt(periodInMs);
220 dest.writeInt(reportEvents);
221 dest.writeInt(numBssidsPerScan);
222 dest.writeInt(maxScansToCache);
223 dest.writeInt(maxPeriodInMs);
224 dest.writeInt(stepCount);
225 dest.writeInt(isPnoScan ? 1 : 0);
227 dest.writeInt(channels.length);
229 dest.writeInt(channels[i].frequency)
    [all...]
  /frameworks/base/core/java/android/net/
LinkQualityInfo.java 98 dest.writeInt(objectType);
99 dest.writeInt(mNetworkType);
100 dest.writeInt(mNormalizedSignalStrength);
103 dest.writeInt(mTheoreticalTxBandwidth);
104 dest.writeInt(mTheoreticalRxBandwidth);
105 dest.writeInt(mTheoreticalLatency);
107 dest.writeInt(mDataSampleDuration);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java 308 DexDataWriter.writeInt(output, (int)a32.getValue());
325 indexWriter.writeInt(offsetWriter.getPosition());
342 writer.writeInt(stringSection.getItemIndex(typeSection.getString(entry.getKey())));
356 writer.writeInt(stringSection.getItemIndex(protoSection.getShorty(key)));
357 writer.writeInt(typeSection.getItemIndex(protoSection.getReturnType(key)));
358 writer.writeInt(typeListSection.getNullableItemOffset(protoSection.getParameters(key)));
374 writer.writeInt(stringSection.getItemIndex(fieldSection.getName(key)));
390 writer.writeInt(stringSection.getItemIndex(methodSection.getName(key)));
448 indexWriter.writeInt(typeSection.getItemIndex(classSection.getType(key)));
449 indexWriter.writeInt(classSection.getAccessFlags(key))
    [all...]

Completed in 947 milliseconds

1 2 34 5 6 7 8 91011>>