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

1234567891011>>

/frameworks/base/core/java/android/bluetooth/
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
27 void onClientRegistered(in int status, in int clientIf);
28 void onClientConnectionState(in int status, in int clientIf,
29 in boolean connected, in String address);
30 void onScanResult(in ScanResult scanResult);
31 void onBatchScanResults(in Lis
[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
35 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
37 void startScan(in int appIf, in boolean isServer, in ScanSettings settings,
38 in List<ScanFilter> filters,
39 in List scanStorages, in String callingPackage);
40 void stopScan(in in
[all...]
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
26 void onServerRegistered(in int status, in int serverIf);
27 void onScanResult(in String address, in int rssi, in byte[] advData);
28 void onServerConnectionState(in int status, in int serverIf,
29 in boolea
[all...]
H A DIBluetoothHeadset.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);
35 boolean startVoiceRecognition(in BluetoothDevice device);
36 boolean stopVoiceRecognition(in BluetoothDevic
[all...]
H A DIBluetoothHealth.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 registerAppConfiguration(in BluetoothHealthAppConfiguration config,
32 in IBluetoothHealthCallback callback);
33 boolean unregisterAppConfiguration(in BluetoothHealthAppConfiguration config);
34 boolean connectChannelToSource(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
35 boolean connectChannelToSink(in BluetoothDevice device, in BluetoothHealthAppConfiguration config,
37 boolean disconnectChannel(in BluetoothDevic
[all...]
H A DIBluetoothHeadsetClient.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);
32 boolean acceptIncomingConnect(in BluetoothDevice device);
33 boolean rejectIncomingConnect(in BluetoothDevice device);
36 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
37 int getConnectionState(in BluetoothDevice device);
38 boolean setPriority(in BluetoothDevice device, int priority);
39 int getPriority(in BluetoothDevic
[all...]
H A DIBluetoothInputDevice.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 getProtocolMode(in BluetoothDevice device);
42 boolean virtualUnplug(in BluetoothDevic
[all...]
/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...]
/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
35 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile);
36 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile);
37 void callSessionStartFailed(in IImsCallSession session, in ImsReasonInfo reasonInfo);
38 void callSessionTerminated(in IImsCallSession session, in ImsReasonInf
[all...]
H A DIImsUtListener.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 utConfigurationUpdated(in IImsUt ut, int id);
34 void utConfigurationUpdateFailed(in IImsUt ut, int id, in ImsReasonInfo error);
39 void utConfigurationQueried(in IImsUt ut, int id, in Bundle ssInfo);
40 void utConfigurationQueryFailed(in IImsUt ut, int id, in ImsReasonInfo error);
45 void utConfigurationCallBarringQueried(in IImsU
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.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 setBoolean(in String key, in boolean value, in int userId);
24 void setLong(in String key, in long value, in int userId);
25 void setString(in String key, in Strin
[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/rs/java/tests/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/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 addHardwareTvInput(in int deviceId, in TvInputInfo inputInfo);
28 void addHdmiTvInput(in int id, in TvInputInfo inputInfo);
29 void removeTvInput(in String inputId);
/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);
/frameworks/base/core/java/android/service/gatekeeper/
H A DIGateKeeperService.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 * This must be kept manually in sync with system/core/gatekeeperd
41 GateKeeperResponse enroll(int uid, in byte[] currentPasswordHandle, in byte[] currentPassword,
42 in byte[] desiredPassword);
52 GateKeeperResponse verify(int uid, in byte[] enrolledPasswordHandle, in byte[] providedPassword);
65 GateKeeperResponse verifyChallenge(int uid, long challenge, in byte[] enrolledPasswordHandle,
66 in byt
[all...]
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipSessionListener.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 onCalling(in ISipSession session);
41 void onRinging(in ISipSession session, in SipProfile caller,
49 void onRingingBack(in ISipSession session);
57 void onCallEstablished(in ISipSession session,
65 void onCallEnded(in ISipSession session);
72 void onCallBusy(in ISipSession session);
80 void onCallTransferring(in ISipSessio
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DIFusedLocationHardware.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 registerSink(in IFusedLocationHardwareSink eventSink) = 0;
42 void unregisterSink(in IFusedLocationHardwareSink eventSink) = 1;
45 * Provides access to the batch size available in Hardware.
59 void startBatching(in int id, in FusedBatchOptions batchOptions) = 3;
67 void stopBatching(in int id) = 4;
70 * Updates a batching operation in progress.
77 void updateBatchingOptions(in in
[all...]
/frameworks/base/core/java/android/service/carrier/
H A DICarrierMessagingService.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
40 in MessagePdu pdu, String format, int destPort, int subId,
41 in ICarrierMessagingCallback callback);
55 in ICarrierMessagingCallback callback);
69 void sendDataSms(in byte[] data, int subId, String destAddress, int destPort,
70 int sendSmsFlag, in ICarrierMessagingCallback callback);
83 void sendMultipartTextSms(in List<String> parts, int subId, String destAddress,
84 int sendSmsFlag, in ICarrierMessagingCallback callback);
97 void sendMms(in Ur
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DILearning_StochasticLinearRanker.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 UpdateClassifier(in List<StringFloat> sample_1, in List<StringFloat> sample_2);
30 float ScoreSample(in List<StringFloat> sample);
32 boolean SetModelPriorWeight(in List<StringFloat> weight);
33 boolean SetModelParameter(in String key, in String value);
/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
38 void setPasswordQuality(in ComponentName who, int quality);
39 int getPasswordQuality(in ComponentName who, int userHandle);
41 void setPasswordMinimumLength(in ComponentName who, int length);
42 int getPasswordMinimumLength(in ComponentName who, int userHandle);
44 void setPasswordMinimumUpperCase(in ComponentName who, int length);
45 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle);
47 void setPasswordMinimumLowerCase(in ComponentName who, int length);
48 int getPasswordMinimumLowerCase(in ComponentNam
[all...]

Completed in 5761 milliseconds

1234567891011>>