Searched refs:in (Results 26 - 50 of 856) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/location/
H A DIFusedLocationHardwareSink.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
33 void onLocationAvailable(in Location[] locations);
40 void onDiagnosticDataAvailable(in String data);
/frameworks/rs/tests/cppallocation/
H A Dmultiply.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
21 uint32_t __attribute__((kernel)) multiply(uint32_t in) {
22 return in * 2;
/frameworks/rs/tests/cppstrided/
H A Dmultiply.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
21 uint32_t __attribute__((kernel)) multiply(uint32_t in) {
22 return in * 2;
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.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
46 void updateAppWidgetIds(in int[] appWidgetIds, in RemoteViews views, int userId);
47 void updateAppWidgetOptions(int appWidgetId, in Bundle extras, int userId);
49 void partiallyUpdateAppWidgetIds(in int[] appWidgetIds, in RemoteViews views, int userId);
50 void updateAppWidgetProvider(in ComponentName provider, in RemoteViews views, int userId);
51 void notifyAppWidgetViewDataChanged(in in
[all...]
/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.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 setPasswordQuality(in ComponentName who, int quality, int userHandle);
29 int getPasswordQuality(in ComponentName who, int userHandle);
31 void setPasswordMinimumLength(in ComponentName who, int length, int userHandle);
32 int getPasswordMinimumLength(in ComponentName who, int userHandle);
34 void setPasswordMinimumUpperCase(in ComponentName who, int length, int userHandle);
35 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle);
37 void setPasswordMinimumLowerCase(in ComponentName who, int length, int userHandle);
38 int getPasswordMinimumLowerCase(in ComponentNam
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.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 List<InputMethodSubtype> getEnabledInputMethodSubtypeList(in String imiId,
43 void addClient(in IInputMethodClient client,
44 in IInputContext inputContext, int uid, int pid);
45 void removeClient(in IInputMethodClient client);
47 InputBindResult startInput(in IInputMethodClient client,
48 IInputContext inputContext, in EditorInfo attribute, int controlFlags);
49 void finishInput(in IInputMethodClient client);
50 boolean showSoftInput(in IInputMethodClien
[all...]
/frameworks/base/core/java/android/content/
H A DIContentService.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
43 void registerContentObserver(in Uri uri, boolean notifyForDescendants,
53 void notifyChange(in Uri uri, IContentObserver observer,
57 void requestSync(in Account account, String authority, in Bundle extras);
58 void sync(in SyncRequest request);
59 void cancelSync(in Account account, String authority);
66 boolean getSyncAutomatically(in Account account, String providerName);
74 void setSyncAutomatically(in Accoun
[all...]
/frameworks/base/core/java/android/app/
H A DIBackupAgent.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
23 * Interface presented by applications being asked to participate in the
51 void doBackup(in ParcelFileDescriptor oldState,
52 in ParcelFileDescriptor data,
53 in ParcelFileDescriptor newState,
79 void doRestore(in ParcelFileDescriptor data, int appVersionCode,
80 in ParcelFileDescriptor newState, int token, IBackupManager callbackBinder);
99 void doFullBackup(in ParcelFileDescriptor data, int token, IBackupManager callbackBinder);
116 void doRestoreFile(in ParcelFileDescripto
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothA2dp.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 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
38 boolean isA2dpPlaying(in BluetoothDevice device);
H A DIBluetoothMap.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 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice device);
H A DIBluetoothHealthCallback.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 onHealthAppConfigurationStatusChange(in BluetoothHealthAppConfiguration config, int status);
29 void onHealthChannelStateChange(in BluetoothHealthAppConfiguration config,
30 in BluetoothDevice device, int prevState, int newState, in
H A DIBluetoothPan.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 boolean connect(in BluetoothDevice device);
31 boolean disconnect(in BluetoothDevice device);
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
/frameworks/base/core/java/android/printservice/
H A DIPrintServiceClient.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
33 PrintJobInfo getPrintJobInfo(in PrintJobId printJobId);
34 boolean setPrintJobState(in PrintJobId printJobId, int state, String error);
35 boolean setPrintJobTag(in PrintJobId printJobId, String tag);
36 oneway void writePrintJobData(in ParcelFileDescriptor fd, in PrintJobId printJobId);
38 void onPrintersAdded(in ParceledListSlice printers);
39 void onPrintersRemoved(in ParceledListSlice printerIds);
/frameworks/base/core/java/com/android/internal/backup/
H A DIObbBackupService.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 * apps that do not have permission to access external storage in the usual way can still
36 void backupObbs(in String packageName, in ParcelFileDescriptor data,
37 int token, in IBackupManager callbackBinder);
42 void restoreObbFile(in String pkgName, in ParcelFileDescriptor data,
43 long fileSize, int type, in String path, long mode, long mtime,
44 int token, in IBackupManage
[all...]
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipService.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 open(in SipProfile localProfile);
29 void open3(in SipProfile localProfile,
30 in PendingIntent incomingCallPendingIntent,
31 in ISipSessionListener listener);
32 void close(in String localProfileUri);
38 ISipSession createSession(in SipProfile localProfile,
39 in ISipSessionListener listener);
/frameworks/base/core/java/android/print/
H A DIPrintSpoolerClient.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 onPrintJobQueued(in PrintJobInfo printJob);
30 void onAllPrintJobsForServiceHandled(in ComponentName printService);
32 void onPrintJobStateChanged(in PrintJobInfo printJob);
/frameworks/base/core/java/android/content/pm/
H A DIPackageDataObserver.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
27 void onRemoveCompleted(in String packageName, boolean succeeded);
H A DIPackageInstallObserver.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
25 void packageInstalled(in String packageName, int returnCode);
H A DIPackageMoveObserver.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
25 void packageMoved(in String packageName, int returnCode);
/frameworks/base/core/java/android/hardware/input/
H A DIInputDevicesChangedListener.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 oneway void onInputDevicesChanged(in int[] deviceIdAndGeneration);
/frameworks/base/core/java/com/android/internal/app/
H A DIUsageStats.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
23 void noteResumeComponent(in ComponentName componentName);
24 void notePauseComponent(in ComponentName componentName);
25 void noteLaunchTime(in ComponentName componentName, int millis);
26 PkgUsageStats getPkgUsageStats(in ComponentName componentName);
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DIDataVerify.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 boolean verifyData(in byte[] pdu);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DIAggregatorManager.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
22 List<StringString> getData(in String dataName);
24 // TODO: remove the following interfaces in production
30 boolean setFakeLocation(in String cluster);
32 boolean setFakeTimeOfDay(in String time_of_day);
34 boolean setFakeDayOfWeek(in String day_of_week);
35 // return whether the service is in fake mode
36 // it's in fake mode, if any of the location, time and day is fake
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dexposure.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
25 void exposure(const uchar4 *in, uchar4 *out)
27 out->r = rsClamp((int)(bright * in->r), 0, 255);
28 out->g = rsClamp((int)(bright * in->g), 0, 255);
29 out->b = rsClamp((int)(bright * in->b), 0, 255);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dexposure.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
25 void exposure(const uchar4 *in, uchar4 *out)
27 out->r = rsClamp((int)(bright * in->r), 0, 255);
28 out->g = rsClamp((int)(bright * in->g), 0, 255);
29 out->b = rsClamp((int)(bright * in->b), 0, 255);

Completed in 417 milliseconds

1234567891011>>