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

1234567891011>>

/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/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
36 * @param queueMode Determines what to do to requests already in the queue.
39 int speak(in IBinder callingInstance, in String text, in int queueMode, in Bundle params);
50 int synthesizeToFile(in IBinder callingInstance, in String text,
51 in Strin
[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/ml/bordeaux/service/src/android/bordeaux/services/
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
20 boolean setPredictorParameter( in String s, in String f );
21 void pushNewSample(in String s);
23 float getSampleProbability(in String s);
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/bluetooth/
H A DIBluetoothA2dp.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 isA2dpPlaying(in BluetoothDevice device);
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 String getRemoteAlias(in BluetoothDevice device);
64 boolean setRemoteAlias(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 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...]
/frameworks/base/voip/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/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);
35 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features);
36 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] features);
37 boolean addAccount(in Accoun
[all...]
/frameworks/opt/telephony/src/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(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(in String destAddr, in String scAddr, in in
[all...]
/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);
H A DIBackupAgent.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 * Interface presented by applications being asked to participate in the
51 void doBackup(in ParcelFileDescriptor oldState,
52 in ParcelFileDescriptor data,
53 in ParcelFileDescriptor newState,
79 void doRestore(in ParcelFileDescriptor data, int appVersionCode,
80 in ParcelFileDescriptor newState, int token, IBackupManager callbackBinder);
99 void doFullBackup(in ParcelFileDescriptor data, int token, IBackupManager callbackBinder);
116 void doRestoreFile(in ParcelFileDescripto
[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...]
/frameworks/base/location/java/android/location/
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/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
17 ./glapigen ../../include/GLES/gl.h > ../GLES_CM/gl_api.in
18 ./glapigen ../../include/GLES/glext.h > ../GLES_CM/glext_api.in
19 ./glapigen ../../include/GLES2/gl2.h > ../GLES2/gl2_api.in
20 ./glapigen ../../include/GLES2/gl2ext.h > ../GLES2/gl2ext_api.in
22 ./glentrygen ../../include/GLES/gl.h > /tmp/gl_entries.in
23 ./glentrygen ../../include/GLES/glext.h > /tmp/glext_entries.in
24 ./glentrygen ../../include/GLES2/gl2.h > /tmp/gl2_entries.in
25 ./glentrygen ../../include/GLES2/gl2ext.h > /tmp/gl2ext_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);
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.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
49 void updateAppWidgetIds(in int[] appWidgetIds, in RemoteViews views);
50 void updateAppWidgetOptions(int appWidgetId, in Bundle extras);
52 void partiallyUpdateAppWidgetIds(in int[] appWidgetIds, in RemoteViews views);
53 void updateAppWidgetProvider(in ComponentName provider, in RemoteViews views);
54 void notifyAppWidgetViewDataChanged(in in
[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
28 void setPasswordQuality(in ComponentName who, int quality, int userHandle);
29 int getPasswordQuality(in ComponentName who, int userHandle);
31 void setPasswordMinimumLength(in ComponentName who, int length, int userHandle);
32 int getPasswordMinimumLength(in ComponentName who, int userHandle);
34 void setPasswordMinimumUpperCase(in ComponentName who, int length, int userHandle);
35 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle);
37 void setPasswordMinimumLowerCase(in ComponentName who, int length, int userHandle);
38 int getPasswordMinimumLowerCase(in ComponentNam
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.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<InputMethodSubtype> getEnabledInputMethodSubtypeList(in InputMethodInfo imi,
41 void addClient(in IInputMethodClient client,
42 in IInputContext inputContext, int uid, int pid);
43 void removeClient(in IInputMethodClient client);
45 InputBindResult startInput(in IInputMethodClient client,
46 IInputContext inputContext, in EditorInfo attribute, int controlFlags);
47 void finishInput(in IInputMethodClient client);
48 boolean showSoftInput(in IInputMethodClien
[all...]

Completed in 5762 milliseconds

1234567891011>>