Searched refs:in (Results 76 - 100 of 856) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dcontrast.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
27 void contrast(const uchar4 *in, uchar4 *out)
30 out->r = rsClamp((int)(brightM * in->r + brightC), 0, 255);
31 out->g = rsClamp((int)(brightM * in->g + brightC), 0, 255);
32 out->b = rsClamp((int)(brightM * in->b + brightC), 0, 255);
34 float3 v = convert_float3(in->rgb) * brightM + brightC;
/frameworks/base/core/java/android/view/
H A DIWindowSession.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
38 int add(IWindow window, int seq, in WindowManager.LayoutParams attrs,
39 in int viewVisibility, out Rect outContentInsets,
41 int addToDisplay(IWindow window, int seq, in WindowManager.LayoutParams attrs,
42 in int viewVisibility, in int layerStackId, out Rect outContentInsets,
44 int addWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs,
45 in int viewVisibility, out Rect outContentInsets);
46 int addToDisplayWithoutInputChannel(IWindow window, int seq, in WindowManage
[all...]
H A DIWindow.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
46 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor);
48 void resized(in Rect frame, in Rect overscanInsets, in Rect contentInsets,
49 in Rect visibleInsets, boolean reportDraw, in Configuration newConfig);
69 int z, in Bundle extras, boolean sync);
74 void dispatchDragEvent(in DragEven
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceClient.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
30 void setConnection(in IAccessibilityServiceConnection connection, int connectionId);
32 void onAccessibilityEvent(in AccessibilityEvent event);
40 void onKeyEvent(in KeyEvent event, int sequence);
/frameworks/base/core/java/android/app/
H A DIAlarmManager.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
30 long interval, in PendingIntent operation, in WorkSource workSource);
33 void remove(in PendingIntent operation);
/frameworks/base/core/java/android/app/backup/
H A DRestoreSet.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 RestoreSet createFromParcel(Parcel in) {
74 return new RestoreSet(in);
82 private RestoreSet(Parcel in) { argument
83 name = in.readString();
84 device = in.readString();
85 token = in.readLong();
/frameworks/base/core/java/android/content/
H A DISyncAdapter.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
30 * be specified in extras, which is guaranteed to not be null.
39 in Account account, in Bundle extras);
54 void initialize(in Account account, String authority);
H A DIIntentReceiver.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
30 void performReceive(in Intent intent, int resultCode, String data,
31 in Bundle extras, boolean ordered, boolean sticky, int sendingUser);
/frameworks/base/core/java/android/net/
H A DNetworkQuotaInfo.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 public NetworkQuotaInfo(Parcel in) { argument
43 mEstimatedBytes = in.readLong();
44 mSoftLimitBytes = in.readLong();
45 mHardLimitBytes = in.readLong();
74 public NetworkQuotaInfo createFromParcel(Parcel in) {
75 return new NetworkQuotaInfo(in);
H A DLinkQualityInfo.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
64 /* Sample duration in millisecond */
115 public LinkQualityInfo createFromParcel(Parcel in) {
116 int objectType = in.readInt();
119 li.initializeFromParcel(in);
122 return WifiLinkQualityInfo.createFromParcelBody(in);
124 return MobileLinkQualityInfo.createFromParcelBody(in);
138 protected void initializeFromParcel(Parcel in) { argument
139 mNetworkType = in
[all...]
/frameworks/base/core/java/android/service/dreams/
H A DIDreamManager.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
28 void setDreamComponents(in ComponentName[] componentNames);
31 void testDream(in ComponentName componentName);
33 void finishSelf(in IBinder token);
/frameworks/base/core/java/android/speech/srec/
H A DWaveHeader.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 * <li> numBytes - size of audio data after this header, in bytes.
39 // follows WAVE format in http://ccrma.stanford.edu/courses/422/projects/WaveFormat
71 * @param numBytes size of audio data after this header, in bytes.
158 * Get the size of audio data after this header, in bytes.
159 * @return size of audio data after this header, in bytes.
166 * Set the size of audio data after this header, in bytes.
167 * @param numBytes size of audio data after this header, in bytes.
177 * @param in {
181 read(InputStream in) argument
210 readId(InputStream in, String id) argument
216 readInt(InputStream in) argument
220 readShort(InputStream in) argument
[all...]
/frameworks/base/media/java/android/media/
H A DIRingtonePlayer.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
27 void play(IBinder token, in Uri uri, int streamType);
32 void playAsync(in Uri uri, in UserHandle user, boolean looping, int streamType);
/frameworks/base/wifi/java/android/net/wifi/
H A DRssiPacketCountInfo.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 private RssiPacketCountInfo(Parcel in) { argument
42 rssi = in.readInt();
43 txgood = in.readInt();
44 txbad = in.readInt();
62 public RssiPacketCountInfo createFromParcel(Parcel in) {
63 return new RssiPacketCountInfo(in);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DToneSettings.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 private ToneSettings(Parcel in) { argument
38 duration = in.readParcelable(null);
39 tone = in.readParcelable(null);
40 vibrate = in.readInt() == 1;
57 public ToneSettings createFromParcel(Parcel in) {
58 return new ToneSettings(in);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkIdentitySet.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
40 public NetworkIdentitySet(DataInputStream in) throws IOException { argument
41 final int version = in.readInt();
42 final int size = in.readInt();
45 final int ignored = in.readInt();
47 final int type = in.readInt();
48 final int subType = in.readInt();
49 final String subscriberId = readOptionalString(in);
52 networkId = readOptionalString(in);
88 readOptionalString(DataInputStream in) argument
[all...]
/frameworks/base/core/java/android/gesture/
H A DGesturePoint.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
38 static GesturePoint deserialize(DataInputStream in) throws IOException { argument
40 final float x = in.readFloat();
41 final float y = in.readFloat();
43 final long timeStamp = in.readLong();
/frameworks/base/core/java/android/print/
H A DIPrintSpooler.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 getPrintJobInfos(IPrintSpoolerCallbacks callback, in ComponentName componentName,
39 void getPrintJobInfo(in PrintJobId printJobId, IPrintSpoolerCallbacks callback,
41 void createPrintJob(in PrintJobInfo printJob);
42 void setPrintJobState(in PrintJobId printJobId, int status, String stateReason,
44 void setPrintJobTag(in PrintJobId printJobId, String tag, IPrintSpoolerCallbacks callback,
46 void writePrintJobData(in ParcelFileDescriptor fd, in PrintJobId printJobId);
48 void setPrintJobCancelling(in PrintJobI
[all...]
H A DIPrinterDiscoveryObserver.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
29 void onPrintersAdded(in ParceledListSlice printers);
30 void onPrintersRemoved(in ParceledListSlice printerIds);
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityInteractionCallback.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 void setFindAccessibilityNodeInfoResult(in AccessibilityNodeInfo info, int interactionId);
44 void setFindAccessibilityNodeInfosResult(in List<AccessibilityNodeInfo> infos,
H A DIAccessibilityInteractionConnectionCallback.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 void setFindAccessibilityNodeInfoResult(in AccessibilityNodeInfo info, int interactionId);
44 void setFindAccessibilityNodeInfosResult(in List<AccessibilityNodeInfo> infos,
/frameworks/base/core/java/com/android/internal/textservice/
H A DISpellCheckerSession.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
26 in TextInfo[] textInfos, int suggestionsLimit, boolean multipleWords);
27 void onGetSentenceSuggestionsMultiple(in TextInfo[] textInfos, int suggestionsLimit);
H A DISpellCheckerSessionListener.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
26 void onGetSuggestions(in SuggestionsInfo[] results);
27 void onGetSentenceSuggestions(in SentenceSuggestionsInfo[] result);
/frameworks/base/location/java/android/location/
H A DILocationListener.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
28 void onLocationChanged(in Location location);
29 void onStatusChanged(String provider, int status, in Bundle extras);
/frameworks/base/core/java/android/database/
H A DBulkCursorDescriptor.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 public BulkCursorDescriptor createFromParcel(Parcel in) {
34 d.readFromParcel(in);
69 public void readFromParcel(Parcel in) { argument
70 cursor = BulkCursorNative.asInterface(in.readStrongBinder());
71 columnNames = in.readStringArray();
72 wantsAllOnMoveCalls = in.readInt() != 0;
73 count = in.readInt();
74 if (in
[all...]

Completed in 592 milliseconds

1234567891011>>