Searched refs:in (Results 1 - 25 of 1136) 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);
40 void stopScan(in int appIf, in boolea
[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...]
H A DIBluetoothProfileServiceConnection.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 onServiceConnected(in ComponentName comp, in IBinder service);
29 void onServiceDisconnected(in ComponentName comp);
/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/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/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
21 void setBoolean(in String key, in boolean value, in int userId);
22 void setLong(in String key, in long value, in int userId);
23 void setString(in String key, in Strin
[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/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);
42 void unregisterSink(in IFusedLocationHardwareSink eventSink);
45 * Provides access to the batch size available in Hardware.
59 void startBatching(in int id, in FusedBatchOptions batchOptions);
67 void stopBatching(in int id);
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);
54 in ICarrierMessagingCallback callback);
67 void sendDataSms(in byte[] data, int subId, String destAddress, int destPort,
68 in ICarrierMessagingCallback callback);
80 void sendMultipartTextSms(in List<String> parts, int subId, String destAddress,
81 in ICarrierMessagingCallback callback);
94 void sendMms(in Ur
[all...]
/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
50 List<SmsRawData> getAllMessagesFromIccEfForSubscriber(in int subId, String callingPkg);
64 in byte[] pdu);
78 boolean updateMessageOnIccEfForSubscriber(in int subId, String callingPkg,
79 int messageIndex, int newStatus, in byte[] pdu);
90 boolean copyMessageToIccEf(String callingPkg, int status, in byte[] pdu, in byte[] smsc);
102 boolean copyMessageToIccEfForSubscriber(in int subId, String callingPkg, int status,
103 in byt
[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/
H A DIInstrumentationWatcher.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
26 void instrumentationStatus(in ComponentName name, int resultCode,
27 in Bundle results);
28 void instrumentationFinished(in ComponentName name, int resultCode,
29 in Bundle results);
/frameworks/base/core/java/android/content/pm/
H A DILauncherApps.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 addOnAppsChangedListener(in IOnAppsChangedListener listener);
33 void removeOnAppsChangedListener(in IOnAppsChangedListener listener);
34 List<ResolveInfo> getLauncherActivities(String packageName, in UserHandle user);
35 ResolveInfo resolveActivity(in Intent intent, in UserHandle user);
36 void startActivityAsUser(in ComponentName component, in Rect sourceBounds,
37 in Bundl
[all...]
/frameworks/base/core/java/android/nfc/
H A DINfcAdapterExtras.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 Bundle open(in String pkg, IBinder b);
27 Bundle close(in String pkg, IBinder b);
28 Bundle transceive(in String pkg, in byte[] data_in);
29 int getCardEmulationRoute(in String pkg);
30 void setCardEmulationRoute(in String pkg, int route);
31 void authenticate(in String pkg, in byt
[all...]

Completed in 1018 milliseconds

1234567891011>>