Searched refs:in (Results 1 - 25 of 1780) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/bluetooth/le/
H A DIAdvertisingSetCallback.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 onAdvertisingSetStarted(in int advertiserId, in int tx_power, in int status);
24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address);
25 void onAdvertisingSetStopped(in int advertiserId);
26 void onAdvertisingEnabled(in in
[all...]
H A DIPeriodicAdvertisingCallback.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 onSyncEstablished(in int syncHandle, in BluetoothDevice device, in int advertisingSid,
28 in int skip, in int timeout, in int status);
29 void onPeriodicAdvertisingReport(in PeriodicAdvertisingReport report);
30 void onSyncLost(in in
[all...]
H A DIScannerCallback.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 void onScannerRegistered(in int status, in int scannerId);
27 void onScanResult(in ScanResult scanResult);
28 void onBatchScanResults(in List<ScanResult> batchResults);
29 void onFoundOrLost(in boolean onFound, in ScanResult scanResult);
30 void onScanManagerErrorCallback(in int errorCode);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGattServerCallback.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 void onServerRegistered(in int status, in int serverIf);
26 void onServerConnectionState(in int status, in int serverIf,
27 in boolean connected, in String address);
28 void onServiceAdded(in int status, in BluetoothGattServic
[all...]
H A DIBluetoothGattCallback.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 onClientRegistered(in int status, in int clientIf);
27 void onClientConnectionState(in int status, in int clientIf,
28 in boolean connected, in String address);
29 void onPhyUpdate(in String address, in in
[all...]
H A DIBluetoothHidDeviceCallback.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
24 void onAppStatusChanged(in BluetoothDevice device, in BluetoothHidDeviceAppConfiguration config, boolean registered);
25 void onConnectionStateChanged(in BluetoothDevice device, in int state);
26 void onGetReport(in BluetoothDevice device, in byte type, in byte id, in in
[all...]
H A DIBluetoothGatt.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
44 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
46 void registerScanner(in IScannerCallback callback, in WorkSource workSource);
47 void unregisterScanner(in int scannerId);
48 void startScan(in int scannerId, in ScanSettings settings, in List<ScanFilter> filters,
49 in Lis
[all...]
/frameworks/base/core/java/android/content/om/
H A DIOverlayManager.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 * given target package is sorted in priority order, with the overlay with
40 Map getAllOverlays(in int userId);
52 List getOverlayInfosForTarget(in String targetPackageName, in int userId);
63 OverlayInfo getOverlayInfo(in String packageName, in int userId);
73 * automatically enabled at that point in time.
89 boolean setEnabled(in Strin
[all...]
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A Ddouble.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
19 int4 RS_KERNEL doubleKernel(int4 in)
21 return in * 2;
H A Dincrement.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
19 int4 RS_KERNEL increment(int4 in)
21 return in + 1;
/frameworks/base/location/java/android/location/
H A DIFusedGeofenceHardware.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
44 void addGeofences(in GeofenceHardwareRequestParcelable[] geofenceRequestsArray);
51 void removeGeofences(in int[] geofenceIds);
58 void pauseMonitoringGeofence(in int geofenceId);
66 * Remarks: keep naming of geofence request options consistent with the naming used in
69 void resumeMonitoringGeofence(in int geofenceId, in int monitorTransitions);
87 in int geofenceId,
88 in in
[all...]
H A DIGnssStatusListener.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 onSvStatusChanged(int svCount, in int[] svidWithFlags, in float[] cn0s,
30 in float[] elevations, in float[] azimuths,
31 in float[] carrierFreqs);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.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 callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile);
37 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile);
38 void callSessionStartFailed(in IImsCallSession session, in ImsReasonInfo reasonInfo);
39 void callSessionTerminated(in IImsCallSession session, in ImsReasonInf
[all...]
/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticator.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 addAccount(in IAccountAuthenticatorResponse response, String accountType,
32 String authTokenType, in String[] requiredFeatures, in Bundle options);
37 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account,
38 in Bundle options);
43 void getAuthToken(in IAccountAuthenticatorResponse response, in Accoun
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechService.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
38 * @param queueMode Determines what to do to requests already in the queue.
42 int speak(in IBinder callingInstance, in CharSequence text, in int queueMode, in Bundle params,
56 int synthesizeToFileDescriptor(in IBinder callingInstance, in CharSequence text,
57 in ParcelFileDescripto
[all...]
/frameworks/base/core/java/android/speech/
H A DIRecognitionListener.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 onReadyForSpeech(in Bundle params);
41 * The sound level in the audio stream has changed.
45 void onRmsChanged(in float rmsdB);
52 void onBufferReceived(in byte[] buffer);
62 * @param error code is defined in {@link SpeechRecognizer}
64 void onError(in int error);
71 void onResults(in Bundle results);
78 void onPartialResults(in Bundl
[all...]
/frameworks/base/media/java/android/media/
H A DIMediaResourceMonitor.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 oneway void notifyResourceGranted(in int pid, in int type);
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dexposure_f.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
28 float4 RS_KERNEL exposure(float4 in)
30 return in * bright;
H A Duc4tof4.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
20 float4 RS_KERNEL uc4tof4(uchar4 in) {
21 return convert_float4(in);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISms.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 List<SmsRawData> getAllMessagesFromIccEfForSubscriber(in int subId, String callingPkg);
57 boolean updateMessageOnIccEfForSubscriber(in int subId, String callingPkg,
58 int messageIndex, int newStatus, in byte[] pdu);
70 boolean copyMessageToIccEfForSubscriber(in int subId, String callingPkg, int status,
71 in byte[] pdu, in byte[] smsc);
91 * which cause smaller number of SMS to be sent in checking period.
94 * raw pdu of the status report is in th
[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
46 void setPasswordQuality(in ComponentName who, int quality, boolean parent);
47 int getPasswordQuality(in ComponentName who, int userHandle, boolean parent);
49 void setPasswordMinimumLength(in ComponentName who, int length, boolean parent);
50 int getPasswordMinimumLength(in ComponentName who, int userHandle, boolean parent);
52 void setPasswordMinimumUpperCase(in ComponentName who, int length, boolean parent);
53 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle, boolean parent);
55 void setPasswordMinimumLowerCase(in ComponentName who, int length, boolean parent);
56 int getPasswordMinimumLowerCase(in ComponentNam
[all...]
/frameworks/base/media/java/android/media/tv/
H A DITvInputServiceCallback.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 addHardwareInput(in int deviceId, in TvInputInfo inputInfo);
28 void addHdmiInput(in int id, in TvInputInfo inputInfo);
29 void removeHardwareInput(in String inputId);
/frameworks/rs/tests/lldb/cpp/Allocations/
H A Dallocs.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 uchar4 __attribute__((kernel)) swizzle_kernel(uchar4 in)
23 return in.wzyx;
26 // Kernel squares every element in allocation
27 uint __attribute__((kernel)) square_kernel(ushort in)
29 uint result = (uint)in * (uint)in;
33 // Helper function adding 1/2 to passed in double
34 static double half_helper(double in)
[all...]
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Dallocs.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 uchar4 __attribute__((kernel)) swizzle_kernel(uchar4 in)
23 return in.wzyx;
26 // Kernel squares every element in allocation
27 uint __attribute__((kernel)) square_kernel(ushort in)
29 uint result = (uint)(in) * (uint)in;
33 // Helper function adding 1/2 to passed in double
34 static double half_helper(double in)
[all...]
/frameworks/base/core/java/android/content/
H A DIRestrictionsManager.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 Bundle getApplicationRestrictions(in String packageName);
30 void requestPermission(in String packageName, in String requestType, in String requestId,
31 in PersistableBundle requestData);
32 void notifyPermissionResponse(in String packageName, in PersistableBundle response);

Completed in 5782 milliseconds

1234567891011>>