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

1234567891011>>

/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIVideoCallback.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 receiveSessionModifyRequest(in VideoProfile videoProfile);
34 in VideoProfile requestedProfile,
35 in VideoProfile responseProfile);
43 void changeCameraCapabilities(in VideoProfile.CameraCapabilities cameraCapabilities);
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);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsRegistrationListener.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
48 * RIL_RADIO_TECHNOLOGY_*} defined in {@link ServiceState}.
56 * RIL_RADIO_TECHNOLOGY_*} defined in {@link ServiceState}.
64 void registrationDisconnected(in ImsReasonInfo imsReasonInfo);
82 * @param serviceClass a service class specified in {@link ImsServiceClass}
93 * @param serviceClass a service class specified in {@link ImsServiceClass}
94 * @param enabledFeatures features enabled as defined in com.android.ims.ImsConfig#FeatureConstants.
95 * @param disabledFeatures features disabled as defined in com.android.ims.ImsConfig#FeatureConstants.
98 in in
[all...]
H A DIImsVideoCallCallback.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
25 * separate aidl interface for invoking callbacks in Telephony from the IMS Service to without
34 void receiveSessionModifyRequest(in VideoProfile videoProfile);
36 void receiveSessionModifyResponse(int status, in VideoProfile requestedProfile,
37 in VideoProfile responseProfile);
45 void changeCameraCapabilities(in VideoProfile.CameraCapabilities cameraCapabilities);
/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
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/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
26 uchar4 RS_KERNEL exposure(uchar4 in)
29 out.r = rsClamp((int)(bright * in.r), 0, 255);
30 out.g = rsClamp((int)(bright * in.g), 0, 255);
31 out.b = rsClamp((int)(bright * in.b), 0, 255);
/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
48 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor);
50 void resized(in Rect frame, in Rect overscanInsets, in Rect contentInsets,
51 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw,
52 in Configuratio
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityInteractionConnection.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 * and the ViewRoot in a given window.
34 void findAccessibilityNodeInfoByAccessibilityId(long accessibilityNodeId, in Region bounds,
36 int interrogatingPid, long interrogatingTid, in MagnificationSpec spec);
39 in Region bounds, int interactionId, IAccessibilityInteractionConnectionCallback callback,
40 int flags, int interrogatingPid, long interrogatingTid, in MagnificationSpec spec);
42 void findAccessibilityNodeInfosByText(long accessibilityNodeId, String text, in Region bounds,
44 int interrogatingPid, long interrogatingTid, in MagnificationSpec spec);
46 void findFocus(long accessibilityNodeId, int focusType, in Regio
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DIVoiceInteractor.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 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras);
32 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt,
33 in VoiceInteractor.PickOptionRequest.Option[] options, in Bundle extras);
35 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras);
37 IVoiceInteractorCallback callback, in VoiceInteracto
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneStateListener.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 onServiceStateChanged(in ServiceState serviceState);
35 void onCellLocationChanged(in Bundle location);
39 void onSignalStrengthsChanged(in SignalStrength signalStrength);
40 void onOtaspChanged(in int otaspMode);
41 void onCellInfoChanged(in List<CellInfo> cellInfo);
42 void onPreciseCallStateChanged(in PreciseCallState callState);
43 void onPreciseDataConnectionStateChanged(in PreciseDataConnectionState dataConnectionState);
44 void onDataConnectionRealTimeInfoChanged(in DataConnectionRealTimeInf
[all...]
/frameworks/base/core/java/android/app/job/
H A DIJobService.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 startJob(in JobParameters jobParams);
31 void stopJob(in JobParameters jobParams);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPbap.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);
31 boolean isConnected(in BluetoothDevice device);
/frameworks/base/core/java/android/content/pm/permission/
H A DIRuntimePermissionPresenter.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 getAppPermissions(String packageName, in RemoteCallback callback);
28 void getAppsUsingPermissions(boolean system, in RemoteCallback callback);
/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) = 0;
40 void onDiagnosticDataAvailable(in String data) = 1;
/frameworks/base/core/java/android/os/
H A DIRecoverySystem.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 boolean uncrypt(in String packageFile, IRecoverySystemProgressListener listener);
26 boolean setupBcb(in String command);
/frameworks/base/core/java/android/service/carrier/
H A DICarrierMessagingCallback.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 onSendMultipartSmsComplete(int result, in int[] messageRefs);
28 void onSendMmsComplete(int result, in byte[] sendConfPdu);
/frameworks/base/core/java/android/service/vr/
H A DIVrManager.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 registerListener(in IVrStateCallbacks cb);
36 void unregisterListener(in IVrStateCallbacks cb);
/frameworks/base/location/java/android/location/
H A DICountryDetector.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 * Start detecting the country that the user is in.
38 void addCountryListener(in ICountryListener listener);
43 void removeCountryListener(in ICountryListener listener);
/frameworks/base/media/java/android/media/projection/
H A DIMediaProjectionWatcherCallback.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 onStart(in MediaProjectionInfo info);
24 void onStop(in MediaProjectionInfo info);
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DIOptionsListener.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
32 void getVersionCb(in String version );
40 void serviceAvailable(in StatusCode statusCode);
48 void serviceUnavailable(in StatusCode statusCode);
53 * @param uri, URI of the remote entity received in network response.
59 in OptionsSipResponse sipResponse, in OptionsCapInfo capInfo);
66 void cmdStatus(in OptionsCmdStatus cmdStatus);
76 void incomingOptions( String uri, in OptionsCapInf
[all...]
/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;
/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
33 long interval, int flags, in PendingIntent operation, in IAlarmListener listener,
34 String listenerTag, in WorkSource workSource, in AlarmManager.AlarmClockInfo alarmClock);
37 void remove(in PendingIntent operation, in IAlarmListener listener);

Completed in 1511 milliseconds

1234567891011>>