Searched refs:in (Results 176 - 200 of 723) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/textservice/
H A DISpellCheckerService.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 locale, ISpellCheckerSessionListener listener, in Bundle bundle);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodClient.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 onBindMethod(in InputBindResult res);
/frameworks/base/keystore/java/android/security/
H A DIKeyChainService.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 void installCaCertificate(in byte[] caCertificate);
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.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 // 16-bit GSM Cell Identity described in TS 27.007, 0..65535
38 // 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455
40 // 9-bit UMTS Primary Scrambling Code described in TS 25.331, 0..511
107 * in TS 27.007, 0..65535
109 * in TS 25.331, 0..268435455
116 * @return 9-bit UMTS Primary Scrambling Code described in
179 private CellIdentityGsm(Parcel in) { argument
180 mMcc = in
[all...]
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A Dlevels.rsh5 * 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 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
26 float3 pixel = convert_float4(in).rgb;
37 uchar4 __attribute__((kernel)) root4(uchar4 in, uint32_t x, uint32_t y) {
38 float4 pixel = convert_float4(in);
H A Dcolormatrix.fs5 * 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 uchar4 __attribute__((kernel)) root(uchar4 in) {
33 float4 f = convert_float4(in);
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A Dlevels.rsh5 * 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 root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) {
25 float3 pixel = convert_float4(in[0]).rgb;
35 void root4(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) {
36 float4 pixel = convert_float4(in[0]);
H A Dcolormatrix.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
32 void root(const uchar4 *in, uchar4 *out) {
33 float4 f = convert_float4(*in);
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.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
43 * The detected signal level in dBm. At least those are the units used by
48 * The frequency in MHz of the channel over which the client is communicating
54 * Time Synchronization Function (tsf) timestamp in microseconds when
129 public ScanResult createFromParcel(Parcel in) {
131 if (in.readInt() == 1) {
132 wifiSsid = WifiSsid.CREATOR.createFromParcel(in);
136 in.readString(),
137 in
[all...]
H A DWpsInfo.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
92 public WpsInfo createFromParcel(Parcel in) {
94 config.setup = in.readInt();
95 config.BSSID = in.readString();
96 config.pin = in.readString();
/frameworks/compile/libbcc/runtime/test/timing/
H A Dtime24 for ARCH in i386 x86_64; do
25 for FILE in $(ls *.c); do
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VD_Tools.h5 * 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 M4OSA_MemAddr8 in; member in struct:__anon185
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
84 void pvmp3_imdct_synth(int32 in[SUBBANDS_NUMBER*FILTERBANK_BANDS],
/frameworks/base/core/java/android/nfc/
H A DTransceiveResult.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
73 public TransceiveResult createFromParcel(Parcel in) {
74 int result = in.readInt();
78 int responseLength = in.readInt();
80 in.readByteArray(responseData);
/frameworks/base/core/java/android/os/
H A DIPowerManager.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 acquireWakeLock(IBinder lock, int flags, String tag, in WorkSource ws);
31 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws);
H A DIUserManager.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 UserInfo createUser(in String name, int flags);
31 void setUserIcon(int userHandle, in Bitmap icon);
H A DMessenger.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
22 * processes, by creating a Messenger pointing to a Handler in one process,
30 * objects sent through this Messenger will appear in the Handler as if
93 public Messenger createFromParcel(Parcel in) {
94 IBinder target = in.readStrongBinder();
122 * @param in The Parcel containing the written Messenger.
127 public static Messenger readMessengerOrNullFromParcel(Parcel in) { argument
128 IBinder b = in.readStrongBinder();
H A DResultReceiver.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 * always asynchronously if the receiver has supplied a Handler in which
115 ResultReceiver(Parcel in) { argument
118 mReceiver = IResultReceiver.Stub.asInterface(in.readStrongBinder());
123 public ResultReceiver createFromParcel(Parcel in) {
124 return new ResultReceiver(in);
/frameworks/base/core/java/android/view/
H A DInputEvent.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
163 * in the {@link android.os.SystemClock#uptimeMillis} time base.
166 * in the {@link android.os.SystemClock#uptimeMillis} time base.
172 * in the {@link android.os.SystemClock#uptimeMillis} time base but with
175 * The value is in nanosecond precision but it may not have nanosecond accuracy.
179 * in the {@link android.os.SystemClock#uptimeMillis} time base but with
208 public InputEvent createFromParcel(Parcel in) {
209 int token = in.readInt();
211 return KeyEvent.createFromParcelBody(in);
[all...]
/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.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
60 public LegacyVpnInfo createFromParcel(Parcel in) {
62 info.key = in.readString();
63 info.state = in.readInt();
64 info.intent = in.readParcelable(null);
/frameworks/base/location/java/com/android/internal/location/
H A DILocationProvider.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 setRequest(in ProviderRequest request, in WorkSource ws);
/frameworks/base/voip/java/android/net/sip/
H A DISipSession.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
51 * Gets the session state. The value returned must be one of the states in
59 * Checks if the session is in a call.
61 * @return true if the session is in a call
80 void setListener(in ISipSessionListener listener);
87 * in {@link SipSessionState#READY_TO_CALL}.
89 * @param duration duration in second before the registration expires
99 * session state is in {@link SipSessionState#READY_TO_CALL}.
108 * the session state is in {
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTone.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 * This tone is to be used in critical situations. The terminal shall make
102 * from the volume setting in the terminal.
169 Tone(Parcel in) { argument
170 mValue = in.readInt();
182 public Tone createFromParcel(Parcel in) {
183 return Tone.values()[in.readInt()];
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
H A DParcelableCompatCreatorCallbacks.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
33 * @param in The Parcel to read the object's data from.
34 * @param loader The ClassLoader that this object is being created in.
37 public T createFromParcel(Parcel in, ClassLoader loader); argument
/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.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
133 public NsdServiceInfo createFromParcel(Parcel in) {
135 info.mServiceName = in.readString();
136 info.mServiceType = in.readString();
137 info.mTxtRecord = in.readParcelable(null);
139 if (in.readByte() == 1) {
141 info.mHost = InetAddress.getByAddress(in.createByteArray());
145 info.mPort = in.readInt();

Completed in 3526 milliseconds

1234567891011>>