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

1234567891011>>

/packages/services/Car/car-lib/src/android/car/
H A DICarBluetooth.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
22 void setBluetoothDeviceConnectionPriority(in BluetoothDevice deviceToSet, in int profileToSet,
23 in int priorityToSet);
24 void clearBluetoothDeviceConnectionPriority(in int profileToClear,in int priorityToClear);
25 boolean isPriorityDevicePresent(in int profile, in int priorityToCheck);
26 String getDeviceNameWithPriority(in in
[all...]
H A DICarBluetoothUserService.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 boolean isBluetoothConnectionProxyAvailable(in int profile);
26 void bluetoothConnectToProfile(in int profile, in BluetoothDevice device);
27 void setProfilePriority(in int profile, in BluetoothDevice device, in int priority);
H A DICar.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 oneway void setCarServiceHelper(in IBinder helper) = 0;
27 IBinder getCarService(in String serviceName) = 1;
H A DICarProjection.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 registerProjectionRunner(in Intent serviceIntent) = 0;
39 void unregisterProjectionRunner(in Intent serviceIntent) = 1;
/packages/services/Car/car-lib/src/android/car/content/pm/
H A DICarPackageManager.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 setAppBlockingPolicy(in String packageName, in CarAppBlockingPolicy policy, int flags) = 0;
25 boolean isActivityAllowedWhileDriving(in String packageName, in String className) = 1;
26 boolean isServiceAllowedWhileDriving(in String packageName, in String className) = 2;
27 boolean isActivityBackedBySafeActivity(in ComponentName activityName) = 3;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DInterp.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
51 ImageTypeShortBase *in = img->ptr[yi-1] + xi - 1; local
54 tmpf[0] = in[0] * ciTable[off + 40];
55 tmpf[0] += in[1] * ciTable[off];
56 tmpf[0] += in[2] * ciTable[40 - off];
57 tmpf[0] += in[3] * ciTable[80 - off];
58 in += img->pitch;
59 tmpf[1] = in[0] * ciTable[off + 40];
60 tmpf[1] += in[
[all...]
H A DMatrixUtils.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
63 static void convert9to33(double out[3][3], double in[9]) { argument
64 out[0][0] = in[0];
65 out[0][1] = in[1];
66 out[0][2] = in[2];
68 out[1][0] = in[3];
69 out[1][1] = in[4];
70 out[1][2] = in[5];
72 out[2][0] = in[
121 convert33to9(double out[9], double in[3][3]) argument
[all...]
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DCloseShieldInputStream.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
24 * This class is typically used in cases where an input stream needs to be
37 * @param in underlying input stream
39 public CloseShieldInputStream(InputStream in) { argument
40 super(in);
49 in = new ClosedInputStream();
H A DProxyInputStream.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
44 // the proxy is stored in a protected superclass variable named 'in'
53 return in.read();
63 return in.read(bts);
75 return in.read(bts, st, end);
85 return in.skip(ln);
94 return in.available();
102 in
[all...]
H A DProxyReader.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
44 // the proxy is stored in a protected superclass variable named 'in'
53 return in.read();
63 return in.read(chr);
75 return in.read(chr, st, end);
85 return in.skip(ln);
94 return in.ready();
102 in
[all...]
H A DAutoCloseInputStream.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
26 * closed, so any allocated in-memory buffers can be freed even if the
42 * @param in underlying input stream
44 public AutoCloseInputStream(InputStream in) { argument
45 super(in);
62 in.close();
63 in = new ClosedInputStream();
71 * @return next byte in the stream, or -1 if no more bytes are available
75 int n = in
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DINetworkQueryService.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 startNetworkQuery(in INetworkQueryServiceCallback cb, in int phoneId);
39 * This may not do anything for the Query request in the
43 void stopNetworkQuery(in INetworkQueryServiceCallback cb);
49 * function also does not stop a query request in the underlying
52 void unregisterCallback(in INetworkQueryServiceCallback cb);
/packages/apps/Car/libs/car-stream-lib/src/com/android/car/stream/
H A DIStreamConsumer.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 onStreamCardAdded(in StreamCard card) = 0;
25 void onStreamCardRemoved(in StreamCard card) = 1;
27 void onStreamCardChanged(in StreamCard newStreamCard) = 2;
H A DIStreamService.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 registerConsumer(in IStreamConsumer consumer) = 0;
34 void unregisterConsumer(in IStreamConsumer consumer) = 1;
44 void notifyStreamCardDismissed(in StreamCard card) = 3;
49 void notifyStreamCardInteracted(in StreamCard card) = 4;
/packages/services/Car/car-lib/src/android/car/cluster/
H A DIInstrumentClusterManagerService.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 startClusterActivity(in Intent intent);
30 oneway void registerCallback(in IInstrumentClusterManagerCallback callback);
31 oneway void unregisterCallback(in IInstrumentClusterManagerCallback callback);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
H A DMockAttachment.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
26 public MockAttachment(Parcel in) { argument
27 super(in);
/packages/services/Car/car-lib/src/android/car/media/
H A DICarAudioCallback.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 onParameterChange(in String params) = 0;
H A DICarAudio.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 AudioAttributes getAudioAttributesForRadio(in String radioType) = 8;
39 AudioAttributes getAudioAttributesForExternalSource(in String externalSourceType) = 9;
43 void setParameters(in String parameters) = 13;
44 String getParameters(in String keys) = 14;
45 void registerOnParameterChangeListener(in ICarAudioCallback callback) = 15;
46 void unregisterOnParameterChangeListener(in ICarAudioCallback callback) = 16;
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
H A DFileTransforms.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
30 public static InputStream getDecryptedStream(InputStream in) { argument
32 return in;
35 public static InputStream getUncompressedStream(InputStream in) throws IOException { argument
36 return new GZIPInputStream(in);
/packages/apps/Email/src/com/beetstra/jutf7/
H A DUTF7StyleCharsetDecoder.java6 * "Software"), to deal in the Software without restriction, including
13 * included in all copies or substantial portions of the Software.
64 protected CoderResult decodeLoop(ByteBuffer in, CharBuffer out) { argument
65 while (in.hasRemaining()) {
66 byte b = in.get();
70 return malformed(in);
73 return overflow(in);
80 return overflow(in);
81 CoderResult result = handleBase64(in, out, b);
90 return malformed(in);
103 overflow(ByteBuffer in) argument
120 handleBase64(ByteBuffer in, CharBuffer out, byte lastRead) argument
172 malformed(ByteBuffer in) argument
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DIPolicyService.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 boolean isActive(in Policy policies);
24 void setAccountPolicy(long accountId, in Policy policy, String securityKey);
26 void setAccountPolicy2(long accountId, in Policy policy, String securityKey, boolean notify);
/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DICarDiagnostic.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 in ICarDiagnosticEventListener listener) = 1;
48 boolean clearFreezeFrames(in long[] timestamps) = 5;
54 in ICarDiagnosticEventListener callback) = 6;
69 * stored in vehicle memory using timestamp.
/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DICarProperty.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 void registerListener(in ICarPropertyEventListener callback) = 0;
30 void unregisterListener(in ICarPropertyEventListener callback) = 1;
36 void setProperty(in CarPropertyValue prop) = 4;
/packages/services/Car/car-lib/src/android/car/hardware/radio/
H A DICarRadio.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 registerListener(in ICarRadioEventListener callback) = 1;
37 void unregisterListener(in ICarRadioEventListener callback) = 2;
45 * Sets a specified preset (hard button) in the car. In order to check for success listen to
48 boolean setPreset(in CarRadioPreset preset) = 4;
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/exchange/
H A DExchangeAttachment.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
31 public ExchangeAttachment(Parcel in) { argument
32 super(in);
33 contentId = in.readString();
34 messageKey = in.readLong();
35 location = in.readString();
36 encoding = in.readString();
37 content = in.readString();
38 flags = in
[all...]

Completed in 398 milliseconds

1234567891011>>