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

1234567891011>>

/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
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 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 onScanResult(in String address, 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
30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 void startScan(in int appIf, in boolean isServer);
33 void startScanWithUuids(in int appIf, in boolean isServer, in ParcelUuid[] ids);
34 void stopScan(in int appIf, 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 DIBluetooth.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 boolean setName(in String name);
57 boolean createBond(in BluetoothDevice device);
58 boolean cancelBondProcess(in BluetoothDevice device);
59 boolean removeBond(in BluetoothDevice device);
60 int getBondState(in BluetoothDevice device);
62 String getRemoteName(in BluetoothDevice device);
63 int getRemoteType(in BluetoothDevice device);
64 String getRemoteAlias(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...]
H A DIGpsStatusListener.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[] prns, in float[] snrs,
30 in float[] elevations, in float[] azimuths,
/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/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...]
H A DIAccountManager.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 String getPassword(in Account account);
31 String getUserData(in Account account, String key);
37 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features);
38 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] features);
39 boolean addAccountExplicitly(in Accoun
[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...]
H A DIRecognitionService.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 void startListening(in Intent recognizerIntent, in IRecognitionListener listener);
52 void stopListening(in IRecognitionListener listener);
59 void cancel(in IRecognitionListener listener);
/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
37 * @param queueMode Determines what to do to requests already in the queue.
40 int speak(in IBinder callingInstance, in String text, in int queueMode, in Bundle params);
52 int synthesizeToFileDescriptor(in IBinder callingInstance, in String text,
53 in ParcelFileDescripto
[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/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
56 in byte[] pdu);
67 boolean copyMessageToIccEf(String callingPkg, int status, in byte[] pdu, in byte[] smsc);
87 * which cause smaller number of SMS to be sent in checking period.
90 * raw pdu of the status report is in the extended data ("pdu").
92 void sendData(String callingPkg, in String destAddr, in String scAddr, in in
[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/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);
H A DIPredictor.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 boolean setPredictorParameter(in String key, in String value);
23 void pushNewSample(in String sampleName);
25 List<StringFloat> getTopCandidates(in int topK);
/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/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...]
/frameworks/native/opengl/libs/tools/
H A Dgenfiles6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
18 # in the generated files that could hide real differences.
21 ./glapigen ../../include/GLES/gl.h > ../GLES_CM/gl_api.in
22 ./glapigen ../../include/GLES/glext.h > ../GLES_CM/glext_api.in
23 ./glapigen ../../include/GLES2/gl2.h > ../GLES2/gl2_api.in
24 ./glapigen ../../include/GLES2/gl2ext.h > ../GLES2/gl2ext_api.in
25 ./glapigen ../../include/GLES3/gl3.h > ../GLES2/gl3_api.in
26 ./glapigen ../../include/GLES3/gl3ext.h > ../GLES2/gl3ext_api.in
28 ./glentrygen ../../include/GLES/gl.h > /tmp/gl_entries.in
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DIMediaContainerService.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 String copyResourceToContainer(in Uri packageURI, String containerId, String key,
29 int copyResource(in Uri packageURI, in ContainerEncryptionParams encryptionParams,
30 in ParcelFileDescriptor outStream);
31 PackageInfoLite getMinimalPackageInfo(in String packagePath, in int flags, in long threshold);
32 boolean checkInternalFreeStorage(in Ur
[all...]
/frameworks/base/core/java/android/content/pm/
H A DIPackageDeleteObserver.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 packageDeleted(in String packageName, in int returnCode);

Completed in 951 milliseconds

1234567891011>>