Searched refs:in (Results 251 - 275 of 856) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/hardware/camera2/
H A DICameraDeviceUser.aidl5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
34 int submitRequest(in CaptureRequest request, boolean streaming);
41 int createStream(int width, int height, int format, in Surface surface);
/frameworks/base/core/java/android/nfc/
H A DTransceiveResult.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
73 public TransceiveResult createFromParcel(Parcel in) {
74 int result = in.readInt();
78 int responseLength = in.readInt();
80 in.readByteArray(responseData);
/frameworks/base/core/java/android/os/
H A DMessenger.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
22 * processes, by creating a Messenger pointing to a Handler in one process,
30 * objects sent through this Messenger will appear in the Handler as if
93 public Messenger createFromParcel(Parcel in) {
94 IBinder target = in.readStrongBinder();
122 * @param in The Parcel containing the written Messenger.
127 public static Messenger readMessengerOrNullFromParcel(Parcel in) { argument
128 IBinder b = in.readStrongBinder();
H A DParcelableParcel.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
63 public ParcelableParcel createFromParcel(Parcel in) {
64 return new ParcelableParcel(in, null);
67 public ParcelableParcel createFromParcel(Parcel in, ClassLoader loader) {
68 return new ParcelableParcel(in, loader);
H A DResultReceiver.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
69 * always asynchronously if the receiver has supplied a Handler in which
115 ResultReceiver(Parcel in) { argument
118 mReceiver = IResultReceiver.Stub.asInterface(in.readStrongBinder());
123 public ResultReceiver createFromParcel(Parcel in) {
124 return new ResultReceiver(in);
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
75 private StorageVolume(Parcel in) { argument
76 mStorageId = in.readInt();
77 mPath = new File(in.readString());
78 mDescriptionId = in.readInt();
79 mPrimary = in.readInt() != 0;
80 mRemovable = in.readInt() != 0;
81 mEmulated = in.readInt() != 0;
82 mMtpReserveSpace = in
[all...]
/frameworks/base/core/java/android/view/
H A DInputEvent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
175 * in the {@link android.os.SystemClock#uptimeMillis} time base.
178 * in the {@link android.os.SystemClock#uptimeMillis} time base.
184 * in the {@link android.os.SystemClock#uptimeMillis} time base but with
187 * The value is in nanosecond precision but it may not have nanosecond accuracy.
191 * in the {@link android.os.SystemClock#uptimeMillis} time base but with
220 public InputEvent createFromParcel(Parcel in) {
221 int token = in.readInt();
223 return KeyEvent.createFromParcelBody(in);
[all...]
/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
60 public LegacyVpnInfo createFromParcel(Parcel in) {
62 info.key = in.readString();
63 info.state = in.readInt();
64 info.intent = in.readParcelable(null);
/frameworks/base/location/java/com/android/internal/location/
H A DILocationProvider.aidl5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
37 void setRequest(in ProviderRequest request, in WorkSource ws);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDurable.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
25 public void read(DataInputStream in) throws IOException; argument
/frameworks/base/packages/Keyguard/scripts/
H A Dcopy_profile_icons.sh3 for user in `adb $* shell ls /data/system/users | grep -v xml`
7 for photo in `adb $* shell ls /data/system/users | grep -v xml`
/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanResult.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
80 public BatchedScanResult createFromParcel(Parcel in) {
82 result.truncated = (in.readInt() == 1);
83 int count = in.readInt();
85 result.scanResults.add(ScanResult.CREATOR.createFromParcel(in));
H A DWpsInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
92 public WpsInfo createFromParcel(Parcel in) {
94 config.setup = in.readInt();
95 config.BSSID = in.readString();
96 config.pin = in.readString();
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipSession.aidl5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
51 * Gets the session state. The value returned must be one of the states in
59 * Checks if the session is in a call.
61 * @return true if the session is in a call
80 void setListener(in ISipSessionListener listener);
87 * in {@link SipSessionState#READY_TO_CALL}.
89 * @param duration duration in second before the registration expires
99 * session state is in {@link SipSessionState#READY_TO_CALL}.
108 * the session state is in {
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTone.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
100 * This tone is to be used in critical situations. The terminal shall make
102 * from the volume setting in the terminal.
169 Tone(Parcel in) { argument
170 mValue = in.readInt();
185 public Tone createFromParcel(Parcel in) {
186 return Tone.values()[in.readInt()];
/frameworks/opt/telephony/tools/
H A Dtdi18 echo " <retry-time> := suggested retry time in milli-seconds"
44 case ${cmd} in
46 # Add more commands in the future
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dwbalance.rs5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 uchar4 in = rsGetElementAt_uchar4(histogramSource, j, i);
39 histR[in.r]++;
40 histG[in.g]++;
41 histB[in.b]++;
134 void whiteBalanceKernel(const uchar4 *in, uchar4 *out) {
135 float Rc = in->r*scaleR;
136 float Gc = in->g*scaleG;
137 float Bc = in
[all...]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dwbalance.rs5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 uchar4 in = rsGetElementAt_uchar4(histogramSource, j, i);
39 histR[in.r]++;
40 histG[in.g]++;
41 histB[in.b]++;
134 void whiteBalanceKernel(const uchar4 *in, uchar4 *out) {
135 float Rc = in->r*scaleR;
136 float Gc = in->g*scaleG;
137 float Bc = in
[all...]
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
H A DParcelableCompatCreatorCallbacks.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
33 * @param in The Parcel to read the object's data from.
34 * @param loader The ClassLoader that this object is being created in.
37 public T createFromParcel(Parcel in, ClassLoader loader); argument
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
43 public WifiDisplay createFromParcel(Parcel in) {
44 String deviceAddress = in.readString();
45 String deviceName = in.readString();
46 String deviceAlias = in.readString();
47 boolean isAvailable = (in.readInt() != 0);
48 boolean canConnect = (in.readInt() != 0);
49 boolean isRemembered = (in.readInt() != 0);
93 * The alias should be used in th
[all...]
/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
133 public NsdServiceInfo createFromParcel(Parcel in) {
135 info.mServiceName = in.readString();
136 info.mServiceType = in.readString();
137 info.mTxtRecord = in.readParcelable(null);
139 if (in.readByte() == 1) {
141 info.mHost = InetAddress.getByAddress(in.createByteArray());
145 info.mPort = in.readInt();
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
37 // 16-bit GSM Cell Identity described in TS 27.007, 0..65535
100 * in TS 27.007, 0..65535, Integer.MAX_VALUE if unknown
166 private CellIdentityGsm(Parcel in) { argument
167 mMcc = in.readInt();
168 mMnc = in.readInt();
169 mLac = in.readInt();
170 mCid = in.readInt();
179 public CellIdentityGsm createFromParcel(Parcel in) {
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pWfdInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
176 public void readFromParcel(Parcel in) { argument
177 mWfdEnabled = (in.readInt() == 1);
178 mDeviceInfo = in.readInt();
179 mCtrlPort = in.readInt();
180 mMaxThroughput = in.readInt();
186 public WifiP2pWfdInfo createFromParcel(Parcel in) {
188 device.readFromParcel(in);
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbEtwsInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 * Supported values for each element are defined in 3GPP TS 23.041.
53 /** One of the ETWS warning type constants defined in this class. */
81 SmsCbEtwsInfo(Parcel in) { argument
82 mWarningType = in.readInt();
83 mEmergencyUserAlert = (in.readInt() != 0);
84 mActivatePopup = (in.readInt() != 0);
85 mWarningSecurityInformation = in.createByteArray();
91 * @param dest The Parcel in whic
[all...]
/frameworks/base/location/java/android/location/
H A DCriteria.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
330 public Criteria createFromParcel(Parcel in) {
332 c.mHorizontalAccuracy = in.readInt();
333 c.mVerticalAccuracy = in.readInt();
334 c.mSpeedAccuracy = in.readInt();
335 c.mBearingAccuracy = in.readInt();
336 c.mPowerRequirement = in.readInt();
337 c.mAltitudeRequired = in.readInt() != 0;
338 c.mBearingRequired = in
[all...]

Completed in 567 milliseconds

<<11121314151617181920>>