Searched refs:in (Results 101 - 125 of 856) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/net/
H A DMobileLinkQualityInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
69 public static MobileLinkQualityInfo createFromParcelBody(Parcel in) { argument
73 li.initializeFromParcel(in);
75 li.mMobileNetworkType = in.readInt();
76 li.mRssi = in.readInt();
77 li.mGsmErrorRate = in.readInt();
78 li.mCdmaDbm = in.readInt();
79 li.mCdmaEcio = in.readInt();
80 li.mEvdoDbm = in
[all...]
H A DIConnectivityManager.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
41 // Keep this in sync with framework/native/services/connectivitymanager/ConnectivityManager.h
42 void markSocketAsUser(in ParcelFileDescriptor socket, int uid);
69 int startUsingNetworkFeature(int networkType, in String feature,
70 in IBinder binder);
72 int stopUsingNetworkFeature(int networkType, in String feature);
76 boolean requestRouteToHostAddress(int networkType, in byte[] hostAddress, String packageName);
106 void requestNetworkTransitionWakelock(in String forWhom);
112 void setGlobalProxy(in ProxyPropertie
[all...]
H A DINetworkPolicyListener.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 onMeteredIfacesChanged(in String[] meteredIfaces);
H A DINetworkPolicyManager.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 setNetworkPolicies(in NetworkPolicy[] policies);
47 void snoozeLimit(in NetworkTemplate template);
53 NetworkQuotaInfo getNetworkQuotaInfo(in NetworkState state);
54 boolean isNetworkMetered(in NetworkState state);
H A DINetworkStatsSession.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 NetworkStats getSummaryForNetwork(in NetworkTemplate template, long start, long end);
29 NetworkStatsHistory getHistoryForNetwork(in NetworkTemplate template, int fields);
32 NetworkStats getSummaryForAllUid(in NetworkTemplate template, long start, long end, boolean includeTags);
34 NetworkStatsHistory getHistoryForUid(in NetworkTemplate template, int uid, int set, int tag, int fields);
H A DNetworkState.java5 * 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 public NetworkState(Parcel in) { argument
51 networkInfo = in.readParcelable(null);
52 linkProperties = in.readParcelable(null);
53 linkCapabilities = in.readParcelable(null);
54 subscriberId = in.readString();
55 networkId = in.readString();
74 public NetworkState createFromParcel(Parcel in) {
75 return new NetworkState(in);
[all...]
/frameworks/base/media/java/android/media/
H A DIAudioService.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 int verifyX509CertChain(int chainsize, in byte[] chain, String host, String authtype);
129 oneway void dispatchMediaKeyEvent(in KeyEvent keyEvent);
130 void dispatchMediaKeyEventUnderWakelock(in KeyEvent keyEvent);
132 void registerMediaButtonIntent(in PendingIntent pi, in ComponentName c, IBinder token);
133 oneway void unregisterMediaButtonIntent(in PendingIntent pi);
135 oneway void registerMediaButtonEventReceiverForCalls(in ComponentName c);
150 boolean registerRemoteControlDisplay(in IRemoteControlDispla
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
113 uchar4 *in = (uchar4 *)p->in; local
124 for (;x1 < x2; x1++, out++, in++) {
125 *out = *in;
136 rsdIntrinsicBlendSrcOver_K(out, in, len);
139 in += len << 3;
143 for (;x1 < x2; x1++, out++, in++) {
144 short4 in_s = convert_short4(*in);
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.h6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
30 // Filter can operate in an enabled (active) or disabled (bypassed) states.
44 // sampleRate Sample rate, in Hz.
49 // sampleRate Sample rate, in Hz.
54 // happens immediately and might cause discontinuities in the output.
59 // This change happens immediately and might cause discontinuities in the
68 // introducing discontinuities in the output. Otherwise,
73 // samples. Processing can be done in-place, by passing the same buffer as
75 // in Th
[all...]
/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticatorResponse.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 onResult(in Bundle value);
H A DIAccountManagerResponse.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 onResult(in Bundle value);
/frameworks/base/core/java/android/app/
H A DIActivityPendingResult.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
25 boolean sendResult(int code, String data, in Bundle ex);
H A DIServiceConnection.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
24 void connected(in ComponentName name, IBinder service);
H A DIThumbnailReceiver.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
27 void newThumbnail(int id, in Bitmap thumbnail, CharSequence description);
H A DResultInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
67 public ResultInfo createFromParcel(Parcel in) {
68 return new ResultInfo(in);
76 public ResultInfo(Parcel in) { argument
77 mResultWho = in.readString();
78 mRequestCode = in.readInt();
79 mResultCode = in.readInt();
80 if (in.readInt() != 0) {
81 mData = Intent.CREATOR.createFromParcel(in);
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothManager.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 IBluetooth registerAdapter(in IBluetoothManagerCallback callback);
32 void unregisterAdapter(in IBluetoothManagerCallback callback);
33 void registerStateChangeCallback(in IBluetoothStateChangeCallback callback);
34 void unregisterStateChangeCallback(in IBluetoothStateChangeCallback callback);
H A DIBluetoothManagerCallback.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 onBluetoothServiceUp(in IBluetooth bluetoothService);
/frameworks/base/core/java/android/content/
H A DContentInsertHandler.java5 * 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 * @param in InputStream
38 public void insert(ContentResolver contentResolver, InputStream in) argument
44 * @param in input string
47 public void insert(ContentResolver contentResolver, String in) argument
H A DISyncContext.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 onFinished(in SyncResult result);
/frameworks/base/core/java/android/content/pm/
H A DIPackageStatsObserver.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
29 void onGetStatsCompleted(in PackageStats pStats, boolean succeeded);
/frameworks/base/core/java/android/database/
H A DIContentObserver.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
32 oneway void onChange(boolean selfUpdate, in Uri uri);
/frameworks/base/core/java/android/hardware/
H A DIConsumerIrService.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 transmit(String packageName, int carrierFrequency, in int[] pattern);
/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardwareMonitorCallback.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 onMonitoringSystemChange(int monitoringType, boolean available, in Location location);
/frameworks/base/core/java/android/nfc/
H A DIAppCallback.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 onTagDiscovered(in Tag tag);
/frameworks/base/core/java/android/os/
H A DIBatteryPropertiesListener.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 batteryPropertiesChanged(in BatteryProperties props);

Completed in 340 milliseconds

1234567891011>>