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

1234567891011>>

/system/bt/service/doc/
H A DIBluetoothGattClient.txt5 * 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 registerClient(in IBluetoothGattClientCallback callback);
36 void unregisterClient(in int client_id);
45 * database of remote device with address |device_address|. Returns false in
49 boolean refreshDevice(in int client_id, in String device_address);
56 * results will be returned from the attribute cache. Returns false in case of
59 boolean discoverServices(in int client_id, in Strin
[all...]
H A DIBluetoothLowEnergyCallback.txt5 * 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 onClientRegistered(in int status, in int client_if);
33 void OnConnectionState(in int status, in int client_id, in const char* address,
34 in bool connected);
39 void OnMtuChanged(in int status, in cons
[all...]
H A DIBluetoothGattServerCallback.txt5 * 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 onServerRegistered(in int status, in int server_if);
37 void onServiceAdded(in int status, in GattIdentifier service_id);
53 void onCharacteristicReadRequest(in String device_address, in int request_id,
54 in int offset, in boolea
[all...]
H A DIBluetoothGattClientCallback.txt5 * 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 onClientRegistered(in int status, in int client_id);
38 void onGetService(in boolean is_primary, in GattIdentifier service_id);
44 void onGetIncludedService(in GattIdentifier included_service_id);
50 * characteristic properties as defined in the Bluetooth Core Specification.
52 void onGetCharacteristic(in GattIdentifier characteristic_id,
53 in in
[all...]
H A DIBluetoothGattServer.txt5 * 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 * be returned in a callback to the application that can be used to perform
27 * GATT server operations. Returns false in case of an error.
29 boolean registerServer(in IBluetoothGattServerCallback callback);
34 void unregisterServer(in int server_if);
50 * returned in |out_id| in case of success. Returns false in case of failure,
51 * e.g. a service declaration is already in progres
[all...]
H A DIBluetoothCallback.txt5 * 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 onBluetoothStateChange(in int prev_state, in int new_state);
H A DIBluetoothLowEnergy.txt5 * 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 * instance. A special client interface ID will be returned in a callback to
25 * false in case of an error.
27 boolean registerClient(in IBluetoothLowEnergyCallback callback);
33 void unregisterClient(in int client_if);
44 boolean Connect(in int client_id, in const char* address,
45 in boolean is_direct);
50 boolean Disconnect(in in
[all...]
H A DIBluetooth.txt5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
75 boolean setName(in String name);
90 void registerCallback(in IBluetoothCallback callback);
95 void unregisterCallback(in IBluetoothCallback callback);
/system/update_engine/binder_bindings/android/brillo/
H A DIUpdateEngineStatusCallback.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 HandleStatusUpdate(in long last_checked_time, in double progress,
22 in String current_operation, in String new_version, in long new_size);
H A DIUpdateEngine.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 AttemptUpdate(in String app_version, in String omaha_url, in int flags);
24 void AttemptRollback(in boolean powerwash);
29 void SetChannel(in String target_channel, in boolean powewash);
30 String GetChannel(in boolean get_current_channel);
31 void SetP2PUpdatePermission(in boolea
[all...]
/system/weaved/brillo/android/weave/
H A DIWeaveService.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
20 void addComponent(in String name, in List<String> traits);
21 void registerCommandHandler(in String component, in String command);
22 void updateState(in String component, in String state);
H A DIWeaveClient.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 oneway void onServiceConnected(in IWeaveService service);
24 oneway void onCommand(in String componentName,
25 in String commandName,
26 in IWeaveCommand command);
H A DIWeaveCommand.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 setProgress(in String progress);
30 void complete(in String results);
31 void abort(in String errorCode, in String errorMessage);
34 void setError(in String errorCode, in String errorMessage);
/system/tpm/trunks/aidl/android/trunks/
H A DITrunks.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 oneway void SendCommand(in byte[] command, in ITrunksClient client);
23 byte[] SendCommandAndWait(in byte[] command);
H A DITrunksClient.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
20 oneway void OnCommandResponse(in byte[] response);
/system/update_engine/
H A Domaha_response_handler_action_unittest.cc5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
55 bool DoTest(const OmahaResponse& in,
94 const OmahaResponse& in,
102 feeder_action.set_obj(in);
103 if (in.update_exists && in.version != kBadVersion) {
105 SetString(kPrefsUpdateCheckResponseHash, in.hash))
114 string current_url = in.payload_urls.size() ? in
93 DoTest( const OmahaResponse& in, const string& test_deadline_file, InstallPlan* out) argument
144 OmahaResponse in; local
169 OmahaResponse in; local
190 OmahaResponse in; local
213 OmahaResponse in; local
221 OmahaResponse in; local
241 OmahaResponse in; local
262 OmahaResponse in; local
282 OmahaResponse in; local
301 OmahaResponse in; local
321 OmahaResponse in; local
363 OmahaResponse in; local
405 OmahaResponse in; local
[all...]
/system/netd/server/binder/android/net/
H A DINetd.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 boolean firewallReplaceUidChain(String chainName, boolean isWhitelist, in int[] uids);
46 * - When disabled, all packets to/from apps in the penalty box chain are rejected on costly
48 * - When enabled, only apps that are in the happy box chain and not in the penalty box chain
51 * traffic from system UIDs, place them in the penalty box chain.
79 * @throws ServiceSpecificException in case of failure, with an error code corresponding to the
82 void networkRejectNonSecureVpn(boolean add, in UidRange[] uidRanges);
87 void socketDestroy(in UidRang
[all...]
/system/media/audio_utils/
H A Dlimiter.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
23 static inline float atan_approximation(float in) argument
26 if (in <= 1.0) {
27 return in / (1.0 + 0.28 * in * in);
29 const float in_inverse = 1.0 / in;
35 float limiter(float in) argument
38 float in_abs = fabsf(in);
[all...]
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Dconv.c11 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in the
69 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
73 out.dbp = in.dbp;
74 out.dbcnt = in.dbcnt;
76 if (in.dbcnt >= out.dbsz) {
85 in.dbp = out.dbp;
86 in
[all...]
/system/update_engine/binder_bindings/android/os/
H A DIUpdateEngine.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 in long payload_offset,
24 in long payload_size,
25 in String[] headerKeyValuePairs);
/system/update_engine/payload_generator/
H A Dxz_chromeos.cc5 // 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 bool XzCompress(const brillo::Blob& in, brillo::Blob* out) { argument
24 // No Xz compressor implementation in Chrome OS delta_generator builds.
H A Dzip_unittest.cc5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
71 bool DecompressWithWriter(const brillo::Blob& in, brillo::Blob* out) { argument
76 TEST_AND_RETURN_FALSE(writer->Write(in.data(), in.size()));
86 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const = 0;
87 bool ZipDecompress(const brillo::Blob& in, brillo::Blob* out) const = 0;
95 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const { argument
96 return BzipCompress(in, out);
98 bool ZipDecompress(const brillo::Blob& in, brill argument
108 ZipCompress(const brillo::Blob& in, brillo::Blob* out) const argument
111 ZipDecompress(const brillo::Blob& in, brillo::Blob* out) const argument
162 brillo::Blob in; local
[all...]
/system/media/audio_utils/tests/
H A Dlimiter_tests.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
32 float in = (float) ((double) i * 0.01); local
33 float out = limiter(in);
34 printf("%g,%g\n", in, out);
36 out = limiter(-in);
37 printf("%g,%g\n", -in, out);
/system/connectivity/shill/test-scripts/
H A Dtest-manager16 for path in value:
23 for key in properties.keys():
24 if key in ["Networks", "Services"]:
27 if key in ["Powered", "Scanning", "Connected",
33 elif key in ["Strength", "Priority"]:
40 if "Services" in properties.keys():
47 for key in properties.keys():
48 if key in ["Profiles", "Devices", "Services"]:
50 elif key in ["AvailableTechnologies", "EnabledTechnologies",
54 elif key in ["OfflineMod
[all...]
/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.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 SimpleParcelable RepeatSimpleParcelable(in SimpleParcelable input,
46 PersistableBundle RepeatPersistableBundle(in PersistableBundle input);
49 boolean[] ReverseBoolean(in boolean[] input, out boolean[] repeated);
50 byte[] ReverseByte (in byte[] input, out byte[] repeated);
51 char[] ReverseChar (in char[] input, out char[] repeated);
52 int[] ReverseInt (in int[] input, out int[] repeated);
53 long[] ReverseLong (in long[] input, out long[] repeated);
54 float[] ReverseFloat (in floa
[all...]

Completed in 232 milliseconds

1234567891011>>