Searched refs:in (Results 126 - 150 of 723) sorted by relevance

1234567891011>>

/frameworks/base/location/java/android/location/
H A DIGeocodeProvider.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 in GeocoderParams params, out List<Address> addrs);
35 in GeocoderParams params, out List<Address> addrs);
/frameworks/base/opengl/java/android/opengl/
H A DETC1.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
35 * Size in bytes of an encoded block.
40 * Size in bytes of a decoded block.
45 * Size of a PKM file header, in bytes.
57 * @param in a native order direct buffer of size DECODED_BLOCK_SIZE that represent a
58 * 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
68 public static native void encodeBlock(Buffer in, int validPixelMask, Buffer out); argument
73 * @param in a native order direct buffer of size ENCODED_BLOCK_SIZE that contains the
78 * 4 x 4 square of 3-byte pixels in for
81 decodeBlock(Buffer in, Buffer out) argument
97 encodeImage(Buffer in, int width, int height, int pixelSize, int stride, Buffer out) argument
109 decodeImage(Buffer in, Buffer out, int width, int height, int pixelSize, int stride) argument
[all...]
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
H A DParcelableCompatHoneycombMR2.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
35 public T createFromParcel(Parcel in) { argument
36 return mCallbacks.createFromParcel(in, null);
39 public T createFromParcel(Parcel in, ClassLoader loader) { argument
40 return mCallbacks.createFromParcel(in, loader);
/frameworks/av/include/private/media/
H A DVideoFrame.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
37 FILE *in = fopen(url, "r"); local
38 if (!in) {
41 fseek(in, 0, SEEK_END);
42 mSize = ftell(in); // Allocating buffer of size equals to the external file size.
44 fclose(in);
50 rewind(in);
51 if (fread(mData, 1, mSize, in) != mSize) { // Read failed.
57 fclose(in);
[all...]
/frameworks/base/core/java/android/content/
H A DIIntentSender.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
24 int send(int code, in Intent intent, String resolvedType,
/frameworks/base/core/java/android/os/
H A DIVibratorService.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
24 void vibratePattern(in long[] pattern, int repeat, IBinder token);
H A DINetworkManagementService.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
59 void setInterfaceConfig(String iface, in InterfaceConfiguration cfg);
100 void addRoute(String iface, in RouteInfo route);
105 void removeRoute(String iface, in RouteInfo route);
112 void addSecondaryRoute(String iface, in RouteInfo route);
117 void removeSecondaryRoute(String iface, in RouteInfo route);
142 void startTethering(in String[] dhcpRanges);
157 void startReverseTethering(in String iface);
180 * Sets the list of DNS forwarders (in orde
[all...]
/frameworks/base/core/java/android/view/
H A DIInputFilter.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
24 * potentially transforms the input event stream in the system.
31 void filterInputEvent(in InputEvent event, int policyFlags);
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityManager.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
40 boolean sendAccessibilityEvent(in AccessibilityEvent uiEvent, int userId);
49 in IAccessibilityInteractionConnection connection, int userId);
54 in AccessibilityServiceInfo info);
58 void temporaryEnableAccessibilityStateUntilKeyguardRemoved(in ComponentName service,
/frameworks/base/core/java/com/android/internal/textservice/
H A DITextServicesSessionListener.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 oneway void onServiceConnected(in ISpellCheckerSession spellCheckerSession);
/frameworks/base/media/java/android/media/
H A DIMediaScannerService.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 requestScanFile(String path, String mimeType, in IMediaScannerListener listener);
37 * Older API, left in for backward compatibility.
/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
36 void setWallpaperComponent(in ComponentName name);
63 void setDimensionHints(in int width, in int height);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbInterface.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 * Some useful constants for USB classes can be found in {@link UsbConstants}
122 public UsbInterface createFromParcel(Parcel in) {
123 int id = in.readInt();
124 int Class = in.readInt();
125 int subClass = in.readInt();
126 int protocol = in.readInt();
127 Parcelable[] endpoints = in.readParcelableArray(UsbEndpoint.class.getClassLoader());
/frameworks/base/core/java/android/nfc/
H A DApduList.java30 public ApduList createFromParcel(Parcel in) {
31 return new ApduList(in);
40 private ApduList(Parcel in) { argument
41 int count = in.readInt();
45 int length = in.readInt();
47 in.readByteArray(cmd);
H A DINfcTag.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 TransceiveResult transceive(int nativeHandle, in byte[] data, boolean raw);
37 int ndefWrite(int nativeHandle, in NdefMessage msg);
40 int formatNdef(int nativeHandle, in byte[] key);
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaSmsCbProgramResults.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
38 /** Program result: category already opted in. */
41 /** Program result: category already opted in. */
59 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */
73 CdmaSmsCbProgramResults(Parcel in) { argument
74 mCategory = in.readInt();
75 mLanguage = in.readInt();
76 mCategoryResult = in.readInt();
82 * @param dest The Parcel in whic
[all...]
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplayStatus.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
45 /** Feature state: Wifi display is turned off in settings. */
47 /** Feature state: Wifi display is turned on in settings. */
63 public WifiDisplayStatus createFromParcel(Parcel in) {
64 int featureState = in.readInt();
65 int scanState = in.readInt();
66 int activeDisplayState= in.readInt();
69 if (in.readInt() != 0) {
70 activeDisplay = WifiDisplay.CREATOR.createFromParcel(in);
[all...]
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarNotification.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
37 * Class encapsulating a Notification. Sent by the NotificationManagerService to the IStatusBar (in System UI).
74 public StatusBarNotification(Parcel in) { argument
75 this.pkg = in.readString();
76 this.id = in.readInt();
77 if (in.readInt() != 0) {
78 this.tag = in.readString();
82 this.uid = in.readInt();
83 this.initialPid = in
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputContext.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 void getExtractedText(in ExtractedTextRequest request, int flags, int seq,
50 void commitCompletion(in CompletionInfo completion);
52 void commitCorrection(in CorrectionInfo correction);
66 void sendKeyEvent(in KeyEvent event);
70 void performPrivateCommand(String action, in Bundle data);
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbMessage.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
27 * <li>opt-in informational broadcasts, e.g. news, weather, stock quotes, sports scores</li>
29 * roaming purposes (required to display on the idle screen in Brazil)</li>
37 * two completely different concepts in 3GPP and CDMA.
40 * of the equivalent field in CDMA. In both cases the service category is a 16-bit value, but 3GPP
49 * Service Area in UMTS). The relevant values are concatenated into a single String which will be
160 public SmsCbMessage(Parcel in) { argument
161 mMessageFormat = in.readInt();
162 mGeographicalScope = in
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectsMath.c5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
24 // for integers in the range 0 to 63 (i = ai5*2^5 + ai4*2^4 + ai3*2^3 + ai2*2^2 + ai1*2^1 + ai0*2^0)
111 int32_t Effects_Sqrt(int32_t in) argument
119 if (in == 0) return 0;
121 if (in >= 0x10000000)
124 in -= 0x10000000;
127 j = 32 - __builtin_clz(in);
134 if (in >= tmp)
137 in
[all...]
/frameworks/base/core/java/android/content/pm/
H A DParceledListSlice.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
100 * ParceledListSlice in the process. The instance should
124 * Sets whether this is the last list slice in the series.
133 * Returns whether this is the last slice in a series of slices.
135 * @return true if this is the last slice in the series.
144 public ParceledListSlice createFromParcel(Parcel in) {
145 final int numItems = in.readInt();
146 final boolean lastSlice = in.readInt() == 1;
149 final int parcelSize = in
[all...]
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_core.c91 rsMatrixMultiply(const rs_matrix4x4 *m, float4 in) {
93 ret.x = (m->m[0] * in.x) + (m->m[4] * in.y) + (m->m[8] * in.z) + (m->m[12] * in.w);
94 ret.y = (m->m[1] * in.x) + (m->m[5] * in.y) + (m->m[9] * in.z) + (m->m[13] * in.w);
95 ret.z = (m->m[2] * in
160 rsMatrixMultiply(const rs_matrix2x2 *m, float2 in) argument
167 rsMatrixMultiply(rs_matrix2x2 *m, float2 in) argument
[all...]
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.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
68 private StorageVolume(Parcel in) { argument
69 mStorageId = in.readInt();
70 mPath = new File(in.readString());
71 mDescriptionId = in.readInt();
72 mPrimary = in.readInt() != 0;
73 mRemovable = in.readInt() != 0;
74 mEmulated = in.readInt() != 0;
75 mMtpReserveSpace = in
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellInfo.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
23 * Immutable cell information from a point in time.
51 // Observation time stamped as type in nanoseconds since boot
81 /** Approximate time of this cell information in nanos since boot */
189 protected CellInfo(Parcel in) { argument
190 mRegistered = (in.readInt() == 1) ? true : false;
191 mTimeStampType = in.readInt();
192 mTimeStamp = in.readLong();
198 public CellInfo createFromParcel(Parcel in) {
[all...]

Completed in 791 milliseconds

1234567891011>>