Searched refs:in (Results 201 - 225 of 723) sorted by relevance

1234567891011>>

/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
172 public void readFromParcel(Parcel in) { argument
173 mWfdEnabled = (in.readInt() == 1);
174 mDeviceInfo = in.readInt();
175 mCtrlPort = in.readInt();
176 mMaxThroughput = in.readInt();
182 public WifiP2pWfdInfo createFromParcel(Parcel in) {
184 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...]
H A DSmsCbLocation.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
42 * cell broadcasts saved in older versions of the database without location info.
73 public SmsCbLocation(Parcel in) { argument
74 mPlmn = in.readString();
75 mLac = in.readInt();
76 mCid = in.readInt();
171 * @param dest The Parcel in which the object should be written.
184 public SmsCbLocation createFromParcel(Parcel in) {
185 return new SmsCbLocation(in);
[all...]
/frameworks/base/core/java/android/content/
H A DComponentName.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 * a component: the package (a String) it exists in, and the class (a String)
40 * @param pkg The name of the package that the component exists in. Can
98 * Return the class name, either fully qualified or in a shortened form
114 * class names contained in the ComponentName. You can later recover
155 * names that were encoded in <var>str</var>
228 * @param out The Parcel in which the ComponentName will be placed.
245 * @param in The Parcel from which to read the ComponentName
251 public static ComponentName readFromParcel(Parcel in) { argument
277 ComponentName(Parcel in) argument
286 ComponentName(String pkg, Parcel in) argument
[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...]
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.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
36 int addOrUpdateNetwork(in WifiConfiguration config);
74 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws);
76 void updateWifiLockWorkSource(IBinder lock, in WorkSource ws);
88 void setWifiApEnabled(in WifiConfiguration wifiConfig, boolean enable);
94 void setWifiApConfiguration(in WifiConfiguration wifiConfig);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.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
24 * The Bluetooth Health Application Configuration that is used in conjunction with
144 public BluetoothHealthAppConfiguration createFromParcel(Parcel in) {
145 String name = in.readString();
146 int type = in.readInt();
147 int role = in.readInt();
148 int channelType = in.readInt();
/frameworks/base/graphics/java/android/graphics/
H A DPoint.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
119 * Return a new point from the data in the specified parcel.
121 public Point createFromParcel(Parcel in) {
123 r.readFromParcel(in);
136 * Set the point's coordinates from the data stored in the specified
139 * @param in The parcel to read the point's coordinates from
141 public void readFromParcel(Parcel in) { argument
142 x = in.readInt();
143 y = in
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DOperatorInfo.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
82 * See state strings defined in ril.h RIL_REQUEST_QUERY_AVAILABLE_NETWORKS
136 public OperatorInfo createFromParcel(Parcel in) {
138 in.readString(), /*operatorAlphaLong*/
139 in.readString(), /*operatorAlphaShort*/
140 in.readString(), /*operatorNumeric*/
141 (State) in.readSerializable()); /*state*/
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicLUT.cpp5 * 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 uchar4 *in = (uchar4 *)p->in; local
47 in += xstart;
57 uchar4 p = *in;
60 in++;
/frameworks/base/core/java/android/view/
H A DDragEvent.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
32 * object to react to a change in state by changing its appearance or performing other actions.
34 * by changing one or more colors in its displayed image.
42 * Most methods return valid data only for certain event actions. This is summarized in the
43 * following table. Each possible {@link #getAction()} value is listed in the first column. The
149 * from {@link #getClipDescription()} to determine if they can accept the data contained in
155 * A View only receives further drag events if it returns {@code true} in response to
206 * return to its usual drawing state in response to this event.
213 * If a View returned {@code true} in respons
[all...]
H A DInputDevice.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 * A {@link MotionEvent} should be interpreted as absolute coordinates in
94 * A {@link MotionEvent} should be interpreted as relative movements in device-specific
106 * A {@link MotionEvent} should be interpreted as absolute coordinates in
317 public InputDevice createFromParcel(Parcel in) {
318 return new InputDevice(in);
340 private InputDevice(Parcel in) { argument
341 mId = in.readInt();
342 mGeneration = in
[all...]
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeAgent.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
90 // may throw an IOException, but in that case something has gone
113 // If we decided that we do in fact need to write our dataset, go
135 // Now, in order to incur deliberate too-much-data failures,
146 // Finally, in all cases, we need to write the new state blob
159 DataInputStream in = new DataInputStream(instream);
162 int stateVersion = in.readInt();
175 int lastFilling = in.readInt();
176 boolean lastMayo = in
[all...]
/frameworks/base/voip/java/android/net/sip/
H A DSipProfile.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
67 public SipProfile createFromParcel(Parcel in) {
68 return new SipProfile(in);
311 private SipProfile(Parcel in) { argument
312 mAddress = (Address) in.readSerializable();
313 mProxyAddress = in.readString();
314 mPassword = in.readString();
315 mDomain = in.readString();
316 mProtocol = in
[all...]
/frameworks/base/core/java/android/net/
H A DInterfaceConfiguration.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
141 public InterfaceConfiguration createFromParcel(Parcel in) {
143 info.mHwAddr = in.readString();
144 if (in.readByte() == 1) {
145 info.mAddr = in.readParcelable(null);
147 final int size = in.readInt();
149 info.mFlags.add(in.readString());
/frameworks/base/core/java/android/os/
H A DUserHandle.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
208 * @param out The Parcel in which the UserHandle will be placed.
225 * @param in The Parcel from which to read the UserHandle
231 public static UserHandle readFromParcel(Parcel in) { argument
232 int h = in.readInt();
238 public UserHandle createFromParcel(Parcel in) {
239 return new UserHandle(in);
248 * Instantiate a new UserHandle from the data in a Parcel that was
254 * @param in Th
257 UserHandle(Parcel in) argument
[all...]
/frameworks/rs/scriptc/
H A Drs_matrix.rsh5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
159 * Multiply two matrix (lhs, rhs) and place the result in m.
263 * @param fovy Field of view, in degrees along the Y axis.
277 rsMatrixMultiply(rs_matrix4x4 *m, float4 in);
283 rsMatrixMultiply(rs_matrix4x4 *m, float3 in);
289 rsMatrixMultiply(rs_matrix4x4 *m, float2 in);
295 rsMatrixMultiply(rs_matrix3x3 *m, float3 in);
301 rsMatrixMultiply(rs_matrix3x3 *m, float2 in);
307 rsMatrixMultiply(rs_matrix2x2 *m, float2 in);
[all...]
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_matrix.rsh5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
159 * Multiply two matrix (lhs, rhs) and place the result in m.
263 * @param fovy Field of view, in degrees along the Y axis.
277 rsMatrixMultiply(rs_matrix4x4 *m, float4 in);
283 rsMatrixMultiply(rs_matrix4x4 *m, float3 in);
289 rsMatrixMultiply(rs_matrix4x4 *m, float2 in);
295 rsMatrixMultiply(rs_matrix3x3 *m, float3 in);
301 rsMatrixMultiply(rs_matrix3x3 *m, float2 in);
307 rsMatrixMultiply(rs_matrix2x2 *m, float2 in);
[all...]
/frameworks/base/core/java/android/app/
H A DSearchableInfo.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
58 // TODO how should these be documented for the developer, in a more structured way than
59 // the current long wordy javadoc in SearchManager.java ?
64 // flags in the searchMode attribute
156 * Checks whether the text in the query field should come from the suggestion intent data.
165 * Checks whether the text in the query field should come from the suggestion title.
174 * Gets the resource id of the description string to use for this source in system search
207 * This can be overriden in any given suggestion using the column
224 * This can be overriden in an
432 ActionKeyInfo(Parcel in) argument
806 SearchableInfo(Parcel in) argument
[all...]
H A DIActivityController.aidl6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
23 * Testing interface to monitor what is happening in the activity manager
33 boolean activityStarting(in Intent intent, String pkg);
42 * An application process has crashed (in Java). Return true for the
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.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 * battery life. All times are represented in microseconds except where indicated
92 // Maximum number of items we will record in the history.
95 // No, really, THIS is the maximum number of items we will record in the history.
100 // in to one common name.
257 * in to power.
339 * Used as a buffer for reading in data from /proc/wakelocks before it is processed and added
374 Counter(ArrayList<Unpluggable> unpluggables, Parcel in) { argument
376 mPluggedCount = in
468 readSummaryFromParcelLocked(Parcel in) argument
478 SamplingCounter(ArrayList<Unpluggable> unpluggables, Parcel in) argument
539 Timer(int type, ArrayList<Unpluggable> unpluggables, Parcel in) argument
687 readSummaryFromParcelLocked(Parcel in) argument
738 SamplingTimer(ArrayList<Unpluggable> unpluggables, boolean inDischarge, Parcel in) argument
843 readSummaryFromParcelLocked(Parcel in) argument
881 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool, ArrayList<Unpluggable> unpluggables, Parcel in) argument
1035 readSummaryFromParcelLocked(Parcel in) argument
2930 readFromParcelLocked(ArrayList<Unpluggable> unpluggables, Parcel in) argument
3054 readTimerFromParcel(int type, ArrayList<StopwatchTimer> pool, ArrayList<Unpluggable> unpluggables, Parcel in) argument
3091 readFromParcelLocked(ArrayList<Unpluggable> unpluggables, Parcel in) argument
3125 readTimerFromParcel(ArrayList<Unpluggable> unpluggables, Parcel in) argument
3147 readFromParcelLocked(ArrayList<Unpluggable> unpluggables, Parcel in) argument
3329 readExcessivePowerFromParcelLocked(Parcel in) argument
3380 readFromParcelLocked(Parcel in) argument
3564 readFromParcelLocked(Parcel in) argument
3728 readFromParcelLocked(Parcel in) argument
4981 readHistory(Parcel in, boolean andOldHistory) argument
5032 readOldHistory(Parcel in) argument
5076 readSummaryFromParcel(Parcel in) argument
5477 readFromParcel(Parcel in) argument
5481 readFromParcelLocked(Parcel in) argument
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
29 // in the output, even when changing parameters abruptly.
50 // sampleRate The input/output sample rate, in Hz.
56 // sampleRate The input/output sample rate, in Hz.
69 // This value will be remembered even if the filter is in disabled() state.
70 // millibel Gain value in millibel (1/100 of decibel).
73 // Gets the gain, in millibel, as set.
78 // This value will be remembered even if the filter is in disabled() state.
79 // millihertz Frequency value in mH
98 process(const audio_sample_t in[], audio_sample_t out[], int frameCount) argument
[all...]
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
54 static void DecodeALaw(int16_t *out, const uint8_t *in, size_t inSize);
55 static void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize);
/frameworks/base/core/java/android/content/pm/
H A DMacAuthenticatedInputStream.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
35 public MacAuthenticatedInputStream(InputStream in, Mac mac) { argument
36 super(in);
/frameworks/base/core/java/android/ddm/
H A DDdmHandleExit.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
39 * Register for the messages we're interested in.
67 ByteBuffer in = wrapChunk(request);
69 int statusCode = in.getInt();

Completed in 723 milliseconds

1234567891011>>