Searched defs:in (Results 201 - 225 of 591) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.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
270 int16_t *out, uint8_t *in, size_t inSize) {
274 gsm_decode(handle, in, out);
275 in += 33;
279 gsm_decode(handle, in, out);
280 in += 32;
269 DecodeGSM(gsm handle, int16_t *out, uint8_t *in, size_t inSize) argument
/frameworks/base/core/java/android/app/
H A DNotificationChannelGroup.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
44 * The maximum length for text fields in a NotificationChannelGroup. Fields will be truncated at
75 protected NotificationChannelGroup(Parcel in) { argument
76 if (in.readByte() != 0) {
77 mId = in.readString();
81 mName = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
82 in.readParcelableList(mChannels, NotificationChannel.class.getClassLoader());
162 public NotificationChannelGroup createFromParcel(Parcel in) {
163 return new NotificationChannelGroup(in);
[all...]
H A DPictureInPictureArgs.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
50 * @param aspectRatio the new aspect ratio for the activity in picture-in-picture, must be
65 * @param actions the new actions to show in the picture-in-picture menu.
83 * picture-in-picture, and describe the bounds in window coordinates of activity entering
84 * picture-in-picture that will be visible following the transition. For the best effect,
85 * these bounds should also match the aspect ratio in th
152 PictureInPictureArgs(Parcel in) argument
[all...]
H A DPictureInPictureParams.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 * Represents a set of parameters used to initialize and update an Activity in picture-in-picture
52 * @param aspectRatio the new aspect ratio for the activity in picture-in-picture, must be
67 * @param actions the new actions to show in the picture-in-picture menu.
85 * picture-in-picture, and describe the bounds in windo
143 PictureInPictureParams(Parcel in) argument
[all...]
H A DRemoteAction.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
46 RemoteAction(Parcel in) { argument
47 mIcon = Icon.CREATOR.createFromParcel(in);
48 mTitle = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
49 mContentDescription = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
50 mActionIntent = PendingIntent.CREATOR.createFromParcel(in);
51 mEnabled = in.readBoolean();
142 public RemoteAction createFromParcel(Parcel in) {
143 return new RemoteAction(in);
[all...]
/frameworks/base/core/java/android/app/admin/
H A DPasswordMetrics.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
36 // Maximum allowed number of repeated or ordered characters in a sequence before we'll
67 private PasswordMetrics(Parcel in) { argument
68 quality = in.readInt();
69 length = in.readInt();
70 letters = in.readInt();
71 upperCase = in.readInt();
72 lowerCase = in.readInt();
73 numeric = in
[all...]
H A DSystemUpdateInfo.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
72 private SystemUpdateInfo(Parcel in) { argument
73 mReceivedTime = in.readLong();
74 mSecurityPatchState = in.readInt();
92 * Gets time when the update was first available in milliseconds since midnight, January 1,
94 * @return Time in milliseconds as given by {@link System#currentTimeMillis()}
113 public SystemUpdateInfo createFromParcel(Parcel in) {
114 return new SystemUpdateInfo(in);
/frameworks/base/core/java/android/app/assist/
H A DAssistContent.java12 * assistant at the user's request. This is filled in by
64 * {@link android.app.Activity#getIntent Activity.getIntent}. Can be modified in-place.
71 * Returns whether or not the current Intent was explicitly provided in
90 * Return the current {@link #setClipData}, which you can modify in-place.
114 * This URI could be opened in a web browser, or in the app as an
118 * being shown in the app; if the app does not have such a representation, it should
135 * Returns whether or not the current {@link #getWebUri} was explicitly provided in
151 AssistContent(Parcel in) { argument
152 if (in
[all...]
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelperBase.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
84 boolean writeFile(File f, BackupDataInputStream in) { argument
91 result = writeFile_native(mPtr, f.getAbsolutePath(), in.mData.mBackupReader);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothActivityEnergyInfo.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
55 BluetoothActivityEnergyInfo(Parcel in) { argument
56 mTimestamp = in.readLong();
57 mBluetoothStackState = in.readInt();
58 mControllerTxTimeMs = in.readLong();
59 mControllerRxTimeMs = in.readLong();
60 mControllerIdleTimeMs = in.readLong();
61 mControllerEnergyUsed = in.readLong();
62 mUidTraffic = in
[all...]
H A DBluetoothGattDescriptor.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
59 * Descriptor permission: Allow reading with man-in-the-middle protection
74 * Descriptor permission: Allow encrypted writes with man-in-the-middle
86 * man-in-the-middle protection
174 public BluetoothGattDescriptor createFromParcel(Parcel in) {
175 return new BluetoothGattDescriptor(in);
183 private BluetoothGattDescriptor(Parcel in) { argument
184 mUuid = ((ParcelUuid)in.readParcelable(null)).getUuid();
185 mInstance = in
[all...]
H A DSdpMasRecord.java4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
52 public SdpMasRecord(Parcel in){ argument
53 this.mMasInstanceId = in.readInt();
54 this.mL2capPsm = in.readInt();
55 this.mRfcommChannelNumber = in.readInt();
56 this.mProfileVersion = in.readInt();
57 this.mSupportedFeatures = in.readInt();
58 this.mSupportedMessageTypes = in.readInt();
59 this.mServiceName = in
[all...]
/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingReport.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 private PeriodicAdvertisingReport(Parcel in) { argument
68 readFromParcel(in);
85 private void readFromParcel(Parcel in) { argument
86 syncHandle = in.readInt();
87 txPower = in.readInt();
88 rssi = in.readInt();
89 dataStatus = in.readInt();
90 if (in
[all...]
/frameworks/base/core/java/android/companion/
H A DBluetoothDeviceFilter.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
62 private BluetoothDeviceFilter(Parcel in) { argument
64 patternFromString(in.readString()),
65 in.readString(),
66 readUuids(in),
67 readUuids(in));
70 private static List<ParcelUuid> readUuids(Parcel in) { argument
71 return in.readParcelableList(new ArrayList<>(), ParcelUuid.class.getClassLoader());
150 public BluetoothDeviceFilter createFromParcel(Parcel 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
34 * a component: the package (a String) it exists in, and the class (a String)
52 * @param pkg the name of the package the component exists in
95 * @param pkg The name of the package that the component exists in. Can
153 * Return the class name, either fully qualified or in a shortened form
195 * class names contained in the ComponentName. You can later recover
256 * names that were encoded in <var>str</var>
329 * @param out The Parcel in which the ComponentName will be placed.
346 * @param in Th
352 readFromParcel(Parcel in) argument
378 ComponentName(Parcel in) argument
387 ComponentName(String pkg, Parcel in) argument
[all...]
H A DDefaultDataHandler.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
31 * Inserts default data from InputStream, should be in XML format.
42 * Delete, it must be in order of uri, select, and arg:
61 * Insert multiple rows in to same table and same attributes:
87 public void insert(ContentResolver contentResolver, InputStream in) argument
90 Xml.parse(in, Xml.Encoding.UTF_8, this);
93 public void insert(ContentResolver contentResolver, String in) argument
96 Xml.parse(in, this);
/frameworks/base/core/java/android/content/pm/
H A DEphemeralResolveInfo.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
81 EphemeralResolveInfo(Parcel in) { argument
82 mInstantAppResolveInfo = in.readParcelable(null /*loader*/);
84 in.readList(mLegacyFilters, null /*loader*/);
150 public EphemeralResolveInfo createFromParcel(Parcel in) {
151 return new EphemeralResolveInfo(in);
183 EphemeralDigest(Parcel in) { argument
184 mInstantAppDigest = in.readParcelable(null /*loader*/);
214 public EphemeralDigest createFromParcel(Parcel in) {
[all...]
H A DInstantAppResolveInfo.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
72 InstantAppResolveInfo(Parcel in) { argument
73 mDigest = in.readParcelable(null /*loader*/);
74 mPackageName = in.readString();
76 in.readList(mFilters, null /*loader*/);
77 mVersionCode = in.readInt();
115 public InstantAppResolveInfo createFromParcel(Parcel in) {
116 return new InstantAppResolveInfo(in);
198 InstantAppDigest(Parcel in) { argument
[all...]
/frameworks/base/core/java/android/ddm/
H A DDdmHandleViewDebug.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
46 /** Operation on view root, first parameter in packet should be one of VURT_* constants */
59 * Generic View Operation, first parameter in the packet should be one of the
79 /** Error code indicating operation specified in chunk is invalid. */
117 ByteBuffer in = wrapChunk(request);
118 int op = in.getInt();
120 View rootView = getRootView(in);
127 return dumpHierarchy(rootView, in);
136 final View targetView = getTargetView(rootView, in);
183 getRootView(ByteBuffer in) argument
193 getTargetView(View root, ByteBuffer in) argument
216 dumpHierarchy(View rootView, ByteBuffer in) argument
319 invokeViewMethod(final View rootView, final View targetView, ByteBuffer in) argument
400 setLayoutParameter(final View rootView, final View targetView, ByteBuffer in) argument
[all...]
/frameworks/base/core/java/android/gesture/
H A DGesture.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
101 * Calculates the total length of the gesture. When there are multiple strokes in
268 static Gesture deserialize(DataInputStream in) throws IOException { argument
272 gesture.mGestureID = in.readLong();
274 final int count = in.readInt();
277 gesture.addStroke(GestureStroke.deserialize(in));
284 public Gesture createFromParcel(Parcel in) {
286 final long gestureID = in.readLong();
289 new ByteArrayInputStream(in
[all...]
H A DGestureStore.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
122 * Get all the gesture entry names in the library
279 DataInputStream in = null;
281 in = new DataInputStream((stream instanceof BufferedInputStream) ? stream :
290 final short versionNumber = in.readShort();
293 readFormatV1(in);
302 if (closeStream) GestureUtils.closeStream(in);
306 private void readFormatV1(DataInputStream in) throws IOException { argument
311 // Number of entries in th
[all...]
H A DGestureStroke.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
218 static GestureStroke deserialize(DataInputStream in) throws IOException { argument
220 final int count = in.readInt();
224 points.add(GesturePoint.deserialize(in));
/frameworks/base/core/java/android/hardware/location/
H A DNanoAppFilter.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 private NanoAppFilter(Parcel in) { argument
83 mAppId = in.readLong();
84 mAppVersion = in.readInt();
85 mVersionRestrictionMask = in.readInt();
86 mAppIdVendorMask = in.readInt();
135 public NanoAppFilter createFromParcel(Parcel in) {
136 return new NanoAppFilter(in);
/frameworks/base/core/java/android/net/
H A DDhcpResults.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
116 public DhcpResults createFromParcel(Parcel in) {
118 readFromParcel(dhcpResults, in);
136 private static void readFromParcel(DhcpResults dhcpResults, Parcel in) { argument
137 StaticIpConfiguration.readFromParcel(dhcpResults, in);
138 dhcpResults.leaseDuration = in.readInt();
139 dhcpResults.mtu = in.readInt();
140 dhcpResults.serverAddress = (Inet4Address) NetworkUtils.unparcelInetAddress(in);
141 dhcpResults.vendorInfo = in
[all...]
H A DIpSecConfig.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
41 // SPI identifying the IPsec flow in packet processing
60 // An interval, in seconds between the NattKeepalive packets
137 private static InetAddress readInetAddressFromParcel(Parcel in) { argument
138 String addrString = in.readString();
150 private IpSecConfig(Parcel in) { argument
151 localAddress = readInetAddressFromParcel(in);
152 remoteAddress = readInetAddressFromParcel(in);
153 network = (Network) in
[all...]

Completed in 302 milliseconds

1234567891011>>