Searched refs:in (Results 101 - 125 of 1322) sorted by relevance

1234567891011>>

/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DRemoteServiceCallback.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 onResult(in List<ComponentName> components, in List<IBinder> callServices);
H A DIVideoProvider.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
35 void setPreviewSurface(in Surface surface);
37 void setDisplaySurface(in Surface surface);
43 void sendSessionModifyRequest(in VideoProfile fromProfile, in VideoProfile toProfile);
45 void sendSessionModifyResponse(in VideoProfile responseProfile);
51 void setPauseImage(in Uri uri);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DILearning_MulticlassPA.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 TrainOneSample(in List<IntFloat> sample, int target);
28 int Classify(in List<IntFloat> sample);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A Dincrement2.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
22 void RS_KERNEL increment2(int4 in, int x)
24 rsSetElementAt_int4(a, in + 1, x);
/frameworks/rs/tests/cppbasic-getpointer/
H A Dmono.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 RS_KERNEL copyAndNot(uint32_t in) {
22 return ~in;
/frameworks/support/customtabs/src/android/support/customtabs/
H A DICustomTabsCallback.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 onNavigationEvent(int navigationEvent, in Bundle extras) = 1;
27 void extraCallback(String callbackName, in Bundle args) = 2;
H A DICustomTabsService.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
31 boolean newSession(in ICustomTabsCallback callback) = 2;
32 boolean mayLaunchUrl(in ICustomTabsCallback callback, in Uri url,
33 in Bundle extras, in List<Bundle> otherLikelyBundles) = 3;
34 Bundle extraCommand(String commandName, in Bundle args) = 4;
/frameworks/base/core/java/android/net/
H A DINetworkStatsSession.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 NetworkStats getDeviceSummaryForNetwork(in NetworkTemplate template, long start, long end);
30 NetworkStats getSummaryForNetwork(in NetworkTemplate template, long start, long end);
32 NetworkStatsHistory getHistoryForNetwork(in NetworkTemplate template, int fields);
35 NetworkStats getSummaryForAllUid(in NetworkTemplate template, long start, long end, boolean includeTags);
37 NetworkStatsHistory getHistoryForUid(in NetworkTemplate template, int uid, int set, int tag, int fields);
39 NetworkStatsHistory getHistoryIntervalForUid(in NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end);
/frameworks/base/core/java/android/print/
H A DIPrintDocumentAdapter.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 setObserver(in IPrintDocumentAdapterObserver observer);
35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes,
36 ILayoutResultCallback callback, in Bundle metadata, int sequence);
37 void write(in PageRange[] pages, in ParcelFileDescriptor fd,
H A DIPrintManager.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 PrintJobInfo getPrintJobInfo(in PrintJobId printJobId, int appId, int userId);
37 Bundle print(String printJobName, in IPrintDocumentAdapter printAdapter,
38 in PrintAttributes attributes, String packageName, int appId, int userId);
39 void cancelPrintJob(in PrintJobId printJobId, int appId, int userId);
40 void restartPrintJob(in PrintJobId printJobId, int appId, int userId);
42 void addPrintJobStateChangeListener(in IPrintJobStateChangeListener listener,
44 void removePrintJobStateChangeListener(in IPrintJobStateChangeListener listener,
50 void createPrinterDiscoverySession(in IPrinterDiscoveryObserve
[all...]
/frameworks/base/core/java/android/printservice/
H A DIPrintService.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 requestCancelPrintJob(in PrintJobInfo printJobInfo);
31 void onPrintJobQueued(in PrintJobInfo printJobInfo);
34 void startPrinterDiscovery(in List<PrinterId> priorityList);
36 void validatePrinters(in List<PrinterId> printerIds);
37 void startPrinterStateTracking(in PrinterId printerId);
38 void stopPrinterStateTracking(in PrinterId printerId);
/frameworks/base/core/java/android/service/notification/
H A DINotificationListener.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 onListenerConnected(in NotificationRankingUpdate update);
27 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder,
28 in NotificationRankingUpdate update);
29 void onNotificationRemoved(in IStatusBarNotificationHolder notificationHolder,
30 in NotificationRankingUpdate update);
31 void onNotificationRankingUpdate(in NotificationRankingUpdate update);
/frameworks/base/core/java/com/android/internal/app/
H A DIVoiceInteractorCallback.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 in Bundle result);
31 in VoiceInteractor.PickOptionRequest.Option[] selections, in Bundle result);
32 void deliverCompleteVoiceResult(IVoiceInteractorRequest request, in Bundle result);
33 void deliverAbortVoiceResult(IVoiceInteractorRequest request, in Bundle result);
34 void deliverCommandResult(IVoiceInteractorRequest request, boolean finished, in Bundle result);
H A DIVoiceInteractionManagerService.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
31 void showSession(IVoiceInteractionService service, in Bundle sessionArgs, int flags);
34 boolean showSessionFromSession(IBinder token, in Bundle sessionArgs, int flags);
36 int startVoiceActivity(IBinder token, in Intent intent, String resolvedType);
51 SoundTrigger.KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, in String bcp47Locale);
55 int updateKeyphraseSoundModel(in SoundTrigger.KeyphraseSoundModel model);
62 int deleteKeyphraseSoundModel(int keyphraseId, in String bcp47Locale);
67 SoundTrigger.ModuleProperties getDspModuleProperties(in IVoiceInteractionService service);
81 int startRecognition(in IVoiceInteractionServic
[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
28 void play(IBinder token, in Uri uri, in AudioAttributes aa, float volume, boolean looping);
34 void playAsync(in Uri uri, in UserHandle user, boolean looping, in AudioAttributes aa);
38 String getTitle(in Uri uri);
/frameworks/base/media/java/android/media/session/
H A DISessionControllerCallback.aidl4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
29 void onEvent(String event, in Bundle extras);
33 void onPlaybackStateChanged(in PlaybackState state);
34 void onMetadataChanged(in MediaMetadata metadata);
35 void onQueueChanged(in ParceledListSlice queue);
37 void onExtrasChanged(in Bundle extras);
38 void onVolumeInfoChanged(in ParcelableVolumeInfo info);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsVideoCallProvider.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 * We don't want to use the same aidl in other places for communication, namely communication
48 void setPreviewSurface(in Surface surface);
50 void setDisplaySurface(in Surface surface);
56 void sendSessionModifyRequest(in VideoProfile fromProfile, in VideoProfile toProfile);
58 void sendSessionModifyResponse(in VideoProfile responseProfile);
64 void setPauseImage(in Uri uri);
/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointDmTree.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 SpFqdn(Parcel in) { argument
64 readFromParcel(in);
76 public void readFromParcel(Parcel in) { argument
77 if (in == null) {
80 nodeName = in.readString();
81 perProviderSubscription = in.readParcelable(PerProviderSubscription.class
87 public SpFqdn createFromParcel(Parcel in) {
88 return new SpFqdn(in);
116 PerProviderSubscription(Parcel in) argument
129 readFromParcel(Parcel in) argument
178 CredentialInfo(Parcel in) argument
198 readFromParcel(Parcel in) argument
269 Policy(Parcel in) argument
286 readFromParcel(Parcel in) argument
332 PreferredRoamingPartnerList(Parcel in) argument
347 readFromParcel(Parcel in) argument
388 MinBackhaulThresholdNetwork(Parcel in) argument
403 readFromParcel(Parcel in) argument
441 PolicyUpdate(Parcel in) argument
460 readFromParcel(Parcel in) argument
500 SPExclusionList(Parcel in) argument
513 readFromParcel(Parcel in) argument
550 RequiredProtoPortTuple(Parcel in) argument
564 readFromParcel(Parcel in) argument
602 AAAServerTrustRoot(Parcel in) argument
616 readFromParcel(Parcel in) argument
652 SubscriptionUpdate(Parcel in) argument
670 readFromParcel(Parcel in) argument
708 TrustRoot(Parcel in) argument
721 readFromParcel(Parcel in) argument
758 UsernamePassword(Parcel in) argument
775 readFromParcel(Parcel in) argument
815 EAPMethod(Parcel in) argument
833 readFromParcel(Parcel in) argument
891 HomeSP(Parcel in) argument
909 readFromParcel(Parcel in) argument
952 NetworkID(Parcel in) argument
966 readFromParcel(Parcel in) argument
1005 HomeOIList(Parcel in) argument
1019 readFromParcel(Parcel in) argument
1056 OtherHomePartners(Parcel in) argument
1069 readFromParcel(Parcel in) argument
1102 SubscriptionParameters(Parcel in) argument
1117 readFromParcel(Parcel in) argument
1152 UsageLimits(Parcel in) argument
1167 readFromParcel(Parcel in) argument
1204 Credential(Parcel in) argument
1222 readFromParcel(Parcel in) argument
1257 DigitalCertificate(Parcel in) argument
1270 readFromParcel(Parcel in) argument
1301 SIM(Parcel in) argument
1314 readFromParcel(Parcel in) argument
1345 WifiPasspointDmTree(Parcel in) argument
1357 readFromParcel(Parcel in) argument
[all...]
/frameworks/base/core/java/android/security/
H A DIKeystoreService.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 * This must be kept manually in sync with system/security/keystore until AIDL
35 int insert(String name, in byte[] item, int uid, int flags);
45 in KeystoreArguments args);
46 int import_key(String name, in byte[] data, int uid, int flags);
47 byte[] sign(String name, in byte[] data);
48 int verify(String name, in byte[] data, in byte[] signature);
58 int addRngEntropy(in byt
[all...]
H A DKeystoreArguments.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 * This must be kept in sync with the deserialization code in system/security/keystore.
32 public KeystoreArguments createFromParcel(Parcel in) {
33 return new KeystoreArguments(in);
48 private KeystoreArguments(Parcel in) { argument
49 readFromParcel(in);
64 private void readFromParcel(Parcel in) { argument
65 int length = in
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DInput.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
56 private Input(Parcel in) { argument
57 text = in.readString();
58 defaultText = in.readString();
59 icon = in.readParcelable(null);
60 minLen = in.readInt();
61 maxLen = in.readInt();
62 ucs2 = in.readInt() == 1 ? true : false;
63 packed = in
[all...]
H A DTextMessage.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 private TextMessage(Parcel in) { argument
37 title = in.readString();
38 text = in.readString();
39 icon = in.readParcelable(null);
40 iconSelfExplanatory = in.readInt() == 1 ? true : false;
41 isHighPriority = in.readInt() == 1 ? true : false;
42 responseNeeded = in.readInt() == 1 ? true : false;
43 userClear = in
[all...]
/frameworks/base/core/java/android/security/keymaster/
H A DExportResult.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 ExportResult createFromParcel(Parcel in) {
33 return new ExportResult(in);
41 protected ExportResult(Parcel in) { argument
42 resultCode = in.readInt();
43 exportData = in.createByteArray();
/frameworks/base/core/java/android/view/
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, in Rect stableInsets, in Rect outsets, boolean reportDraw,
50 in Configuratio
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCaptureResultExtras.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 CaptureResultExtras createFromParcel(Parcel in) {
36 return new CaptureResultExtras(in);
45 private CaptureResultExtras(Parcel in) { argument
46 readFromParcel(in);
75 public void readFromParcel(Parcel in) { argument
76 requestId = in.readInt();
77 subsequenceId = in.readInt();
78 afTriggerId = in
[all...]

Completed in 3916 milliseconds

1234567891011>>