Searched refs:in (Results 51 - 75 of 1488) sorted by relevance

1234567891011>>

/frameworks/base/location/java/android/location/
H A DIGnssMeasurementsListener.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 onGnssMeasurementsReceived(in GnssMeasurementsEvent event);
26 void onStatusChanged(in int status);
H A DIGnssNavigationMessageListener.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 onGnssNavigationMessageReceived(in GnssNavigationMessage event);
26 void onStatusChanged(in int status);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A Dincrement2.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 void RS_KERNEL increment2(int4 in, int x)
23 rsSetElementAt_int4(a, in + 1, x);
/frameworks/rs/java/tests/RsTest/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
20 int4 RS_KERNEL doubleKernel(int4 in)
22 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
20 int4 RS_KERNEL increment(int4 in)
22 return in + 1;
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dcontrast_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
30 float4 RS_KERNEL contrast(float4 in) {
31 return in * brightM + brightC;
H A Df4touc4.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 uchar4 RS_KERNEL f4touc4(float4 in) {
21 float4 f = clamp(in, 0.f, 255.f);
H A Dgreyscale_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
22 float4 RS_KERNEL greyscale(float4 in) {
23 return dot(in, gMonoMult);
/frameworks/rs/tests/cppallocation/
H A Dmultiply.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 uint32_t RS_KERNEL multiply(uint32_t in) {
22 return in * 2;
/frameworks/rs/tests/cppstrided/
H A Dmultiply.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 uint32_t RS_KERNEL multiply(uint32_t in) {
22 return in * 2;
/frameworks/support/customtabs/src/android/support/customtabs/
H A DICustomTabsService.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 newSession(in ICustomTabsCallback callback) = 2;
32 boolean mayLaunchUrl(in ICustomTabsCallback callback, in Uri url,
33 in Bundle extras, in List<Bundle> otherLikelyBundles) = 3;
34 Bundle extraCommand(String commandName, in Bundle args) = 4;
35 boolean updateVisuals(in ICustomTabsCallback callback, in Bundl
[all...]
/frameworks/base/media/java/android/media/midi/
H A DIMidiManager.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 registerListener(IBinder clientToken, in IMidiDeviceListener listener);
36 void unregisterListener(IBinder clientToken, in IMidiDeviceListener listener);
38 void openDevice(IBinder clientToken, in MidiDeviceInfo device, in IMidiDeviceOpenCallback callback);
39 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice,
40 in IMidiDeviceOpenCallback callback);
43 // for registering built-in MIDI devices
44 MidiDeviceInfo registerDeviceServer(in IMidiDeviceServe
[all...]
/frameworks/base/media/java/android/media/session/
H A DISessionCallback.aidl4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
28 void onCommand(String command, in Bundle args, in ResultReceiver cb);
29 void onMediaButton(in Intent mediaButtonIntent, int sequenceNumber, in ResultReceiver cb);
33 void onPrepareFromMediaId(String mediaId, in Bundle extras);
34 void onPrepareFromSearch(String query, in Bundle extras);
35 void onPrepareFromUri(in Uri uri, in Bundl
[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/GLES3/gl3.h > ../GLES2/gl2_api.in
24 ./glapigen ../../include/GLES2/gl2ext.h > ../GLES2/gl2ext_api.in
26 ./glentrygen ../../include/GLES/gl.h > /tmp/gl_entries.in
27 ./glentrygen ../../include/GLES/glext.h > /tmp/glext_entries.in
28 ./glentrygen ../../include/GLES3/gl3.h > /tmp/gl2_entries.in
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DIActivityRecognitionHardware.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 boolean isActivitySupported(in String activityType);
41 boolean registerSink(in IActivityRecognitionHardwareSink sink);
46 boolean unregisterSink(in IActivityRecognitionHardwareSink sink);
51 boolean enableActivityEvent(in String activityType, int eventType, long reportLatencyNs);
56 boolean disableActivityEvent(in String activityType, int eventType);
59 * Requests hardware for all the activity events detected up to the given point in time.
/frameworks/base/media/java/android/media/tv/
H A DITvInputManagerCallback.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 onInputAdded(in String inputId);
27 void onInputRemoved(in String inputId);
28 void onInputUpdated(in String inputId);
29 void onInputStateChanged(in String inputId, int state);
30 void onTvInputInfoUpdated(in TvInputInfo TvInputInfo);
H A DITvInputSession.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
34 void setSurface(in Surface surface);
37 // is to introduce some new concepts that will solve a number of problems in audio policy today.
39 void tune(in Uri channelUri, in Bundle params);
41 void selectTrack(int type, in String trackId);
43 void appPrivateCommand(in String action, in Bundle data);
45 void createOverlayView(in IBinde
[all...]
/frameworks/base/core/java/android/nfc/
H A DINfcCardEmulation.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 isDefaultServiceForCategory(int userHandle, in ComponentName service, String category);
30 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid);
31 boolean setDefaultServiceForCategory(int userHandle, in ComponentName service, String category);
32 boolean setDefaultForNextTap(int userHandle, in ComponentName service);
33 boolean registerAidGroupForService(int userHandle, in ComponentName service, in AidGroup aidGroup);
34 AidGroup getAidGroupForService(int userHandle, in ComponentName service, String category);
35 boolean removeAidGroupForService(int userHandle, in ComponentNam
[all...]
/frameworks/base/core/java/android/content/
H A DIContentService.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 registerContentObserver(in Uri uri, boolean notifyForDescendants,
54 void notifyChange(in Uri uri, IContentObserver observer,
58 void requestSync(in Account account, String authority, in Bundle extras);
62 void sync(in SyncRequest request);
63 void syncAsUser(in SyncRequest request, int userId);
64 void cancelSync(in Account account, String authority, in ComponentNam
[all...]
/frameworks/base/core/java/android/app/
H A DIWallpaperManager.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
45 ParcelFileDescriptor setWallpaper(String name, in String callingPackage,
46 in Rect cropHint, boolean allowBackup, out Bundle extras, int which,
52 void setWallpaperComponentChecked(in ComponentName name, in String callingPackage);
57 void setWallpaperComponent(in ComponentName name);
80 void clearWallpaper(in String callingPackage, int which, int userId);
91 void setDimensionHints(in int width, in in
[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
39 List<InputMethodSubtype> getEnabledInputMethodSubtypeList(in String imiId,
45 void addClient(in IInputMethodClient client,
46 in IInputContext inputContext, int uid, int pid);
47 void removeClient(in IInputMethodClient client);
49 void finishInput(in IInputMethodClient client);
50 boolean showSoftInput(in IInputMethodClient client, int flags,
51 in ResultReceiver resultReceiver);
52 boolean hideSoftInput(in IInputMethodClien
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.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 void listenForSubscriber(in int subId, String pkg, IPhoneStateListener callback, int events,
40 void notifyCallStateForPhoneId(in int phoneId, in int subId, int state, String incomingNumber);
41 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state);
42 void notifySignalStrengthForPhoneId(in int phoneId, in in
[all...]
/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);
38 boolean isA2dpPlaying(in BluetoothDevice device);
H A DIBluetoothMap.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);
31 boolean isConnected(in BluetoothDevice device);
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice device);
H A DIBluetoothSap.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);
31 boolean isConnected(in BluetoothDevice device);
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice device);

Completed in 9228 milliseconds

1234567891011>>