HomeSort by relevance Sort by last modified time
    Searched refs:writeInt (Results 1 - 25 of 901) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/net/
MobileLinkQualityInfo.java 50 dest.writeInt(mMobileNetworkType);
51 dest.writeInt(mRssi);
52 dest.writeInt(mGsmErrorRate);
53 dest.writeInt(mCdmaDbm);
54 dest.writeInt(mCdmaEcio);
55 dest.writeInt(mEvdoDbm);
56 dest.writeInt(mEvdoEcio);
57 dest.writeInt(mEvdoSnr);
58 dest.writeInt(mLteSignalStrength);
59 dest.writeInt(mLteRsrp)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMetadataParserTest.java 76 mParcel.writeInt(pos - offset);
85 mParcel.writeInt(-1); // Placeholder for the size
86 mParcel.writeInt(kMarker);
111 mParcel.writeInt(size);
130 mParcel.writeInt(13); // record length
138 mParcel.writeInt(13); // record length lies
139 mParcel.writeInt(Metadata.TITLE);
147 mParcel.writeInt(0);
155 mParcel.writeInt(12);
156 mParcel.writeInt(Metadata.TITLE)
    [all...]
  /frameworks/base/core/java/android/os/
BatteryProperties.java 68 p.writeInt(chargerAcOnline ? 1 : 0);
69 p.writeInt(chargerUsbOnline ? 1 : 0);
70 p.writeInt(chargerWirelessOnline ? 1 : 0);
71 p.writeInt(batteryStatus);
72 p.writeInt(batteryHealth);
73 p.writeInt(batteryPresent ? 1 : 0);
74 p.writeInt(batteryLevel);
75 p.writeInt(batteryVoltage);
76 p.writeInt(batteryTemperature);
  /frameworks/base/location/java/com/android/internal/location/
ProviderProperties.java 142 parcel.writeInt(mRequiresNetwork ? 1 : 0);
143 parcel.writeInt(mRequiresSatellite ? 1 : 0);
144 parcel.writeInt(mRequiresCell ? 1 : 0);
145 parcel.writeInt(mHasMonetaryCost ? 1 : 0);
146 parcel.writeInt(mSupportsAltitude ? 1 : 0);
147 parcel.writeInt(mSupportsSpeed ? 1 : 0);
148 parcel.writeInt(mSupportsBearing ? 1 : 0);
149 parcel.writeInt(mPowerRequirement);
150 parcel.writeInt(mAccuracy);
  /frameworks/base/core/java/android/view/inputmethod/
ExtractedTextRequest.java 57 dest.writeInt(token);
58 dest.writeInt(this.flags);
59 dest.writeInt(hintMaxLines);
60 dest.writeInt(hintMaxChars);
ExtractedText.java 97 dest.writeInt(startOffset);
98 dest.writeInt(partialStartOffset);
99 dest.writeInt(partialEndOffset);
100 dest.writeInt(selectionStart);
101 dest.writeInt(selectionEnd);
102 dest.writeInt(this.flags);
  /frameworks/base/wifi/java/android/net/wifi/
RssiPacketCountInfo.java 52 out.writeInt(rssi);
53 out.writeInt(txgood);
54 out.writeInt(txbad);
55 out.writeInt(rxgood);
WifiActivityEnergyInfo.java 80 out.writeInt(mStackState);
81 out.writeInt(mControllerTxTimeMs);
82 out.writeInt(mControllerRxTimeMs);
83 out.writeInt(mControllerIdleTimeMs);
84 out.writeInt(mControllerEnergyUsed);
WifiChannel.java 65 out.writeInt(freqMHz);
66 out.writeInt(channelNum);
67 out.writeInt(isDFS ? 1 : 0);
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Rect.java 30 out.writeInt(left);
31 out.writeInt(top);
32 out.writeInt(right);
33 out.writeInt(bottom);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Input.java 81 dest.writeInt(minLen);
82 dest.writeInt(maxLen);
83 dest.writeInt(ucs2 ? 1 : 0);
84 dest.writeInt(packed ? 1 : 0);
85 dest.writeInt(digitOnly ? 1 : 0);
86 dest.writeInt(echo ? 1 : 0);
87 dest.writeInt(yesNo ? 1 : 0);
88 dest.writeInt(helpAvailable ? 1 : 0);
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 168 out.writeInt(checksum);
170 out.writeInt(fileSize);
171 out.writeInt(SizeOf.HEADER_ITEM);
172 out.writeInt(DexFormat.ENDIAN_TAG);
173 out.writeInt(linkSize);
174 out.writeInt(linkOff);
175 out.writeInt(mapList.off);
176 out.writeInt(stringIds.size);
177 out.writeInt(stringIds.off);
178 out.writeInt(typeIds.size)
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageInfoLite.java 84 dest.writeInt(versionCode);
85 dest.writeInt(baseRevisionCode);
87 dest.writeInt(recommendedInstallLocation);
88 dest.writeInt(installLocation);
89 dest.writeInt(multiArch ? 1 : 0);
92 dest.writeInt(0);
94 dest.writeInt(verifiers.length);
ConfigurationInfo.java 109 dest.writeInt(reqTouchScreen);
110 dest.writeInt(reqKeyboardType);
111 dest.writeInt(reqNavigation);
112 dest.writeInt(reqInputFeatures);
113 dest.writeInt(reqGlEsVersion);
  /frameworks/base/core/java/android/content/
SyncStatusInfo.java 71 parcel.writeInt(VERSION);
72 parcel.writeInt(authorityId);
74 parcel.writeInt(numSyncs);
75 parcel.writeInt(numSourcePoll);
76 parcel.writeInt(numSourceServer);
77 parcel.writeInt(numSourceLocal);
78 parcel.writeInt(numSourceUser);
80 parcel.writeInt(lastSuccessSource);
82 parcel.writeInt(lastFailureSource);
85 parcel.writeInt(pending ? 1 : 0)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.java 80 out.writeInt(mBluetoothStackState);
81 out.writeInt(mControllerTxTimeMs);
82 out.writeInt(mControllerRxTimeMs);
83 out.writeInt(mControllerIdleTimeMs);
84 out.writeInt(mControllerEnergyUsed);
  /frameworks/base/core/java/android/hardware/camera2/impl/
CaptureResultExtras.java 67 dest.writeInt(requestId);
68 dest.writeInt(subsequenceId);
69 dest.writeInt(afTriggerId);
70 dest.writeInt(precaptureTriggerId);
72 dest.writeInt(partialResultCount);
  /frameworks/support/v4/java/android/support/v4/media/session/
ParcelableVolumeInfo.java 57 dest.writeInt(volumeType);
58 dest.writeInt(controlType);
59 dest.writeInt(maxVolume);
60 dest.writeInt(currentVolume);
61 dest.writeInt(audioStream);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 82 out.writeInt(BinaryHprof.ID_SIZE);
94 out.writeInt(flags);
117 out.writeInt(e.threadId);
119 out.writeInt(0); // stack trace where thread was started unavailable
129 out.writeInt(e.threadId);
140 out.writeInt(timeDeltaInMicroseconds);
141 out.writeInt(recordLength);
145 out.writeInt(id);
171 out.writeInt(id);
184 out.writeInt(totalSamples)
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 44 public OrderedDataOutputStream writeInt(int value) throws IOException {
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestArgs.java 49 dest.writeInt(combOp);
50 dest.writeInt(fgOp);
51 dest.writeInt(bgOp);
  /packages/apps/Camera2/src/com/android/camera/exif/
OrderedDataOutputStream.java 44 public OrderedDataOutputStream writeInt(int value) throws IOException {
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 44 public OrderedDataOutputStream writeInt(int value) throws IOException {
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ProfileData.java 52 private byte mScratch[] = new byte[4]; // scratch space for writeInt()
106 writeInt(0);
107 writeInt(3);
108 writeInt(1);
109 writeInt(20000); // Sampling period: 20ms
110 writeInt(0);
116 writeInt(0);
117 writeInt(1);
118 writeInt(0);
132 writeInt(node.sampleCount)
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 44 public OrderedDataOutputStream writeInt(int value) throws IOException {
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());

Completed in 747 milliseconds

1 2 3 4 5 6 7 8 91011>>