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

1234567891011>>

/system/bt/service/doc/
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 BluetoothGattServer service_id);
53 void onCharacteristicReadRequest(in String device_address, in int request_id,
54 in int offset, in boolea
[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);
42 * Adds new GATT service. This will execute synchronously, and result in
47 boolean AddService(int server_id, in BluetoothGattService service);
56 * of success, the application should pass in "0". Otherwise this should
59 boolean sendResponse(in in
[all...]
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 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 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...]
/system/bt/binder/android/bluetooth/le/
H A DIAdvertisingSetCallback.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 onAdvertisingSetStarted(in int advertiserId, in int tx_power, in int status);
24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address);
25 void onAdvertisingSetStopped(in int advertiserId);
26 void onAdvertisingEnabled(in in
[all...]
H A DIPeriodicAdvertisingCallback.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 onSyncEstablished(in int syncHandle, in BluetoothDevice device, in int advertisingSid,
28 in int skip, in int timeout, in int status);
29 void onPeriodicAdvertisingReport(in PeriodicAdvertisingReport report);
30 void onSyncLost(in in
[all...]
H A DIScannerCallback.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 onScannerRegistered(in int status, in int scannerId);
27 void onScanResult(in ScanResult scanResult);
28 void onBatchScanResults(in List<ScanResult> batchResults);
29 void onFoundOrLost(in boolean onFound, in ScanResult scanResult);
30 void onScanManagerErrorCallback(in int errorCode);
/system/bt/binder/android/bluetooth/
H A DIBluetoothGattServerCallback.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 onServerRegistered(in int status, in int serverIf);
26 void onServerConnectionState(in int status, in int serverIf,
27 in boolean connected, in String address);
28 void onServiceAdded(in int status, in BluetoothGattServic
[all...]
H A DIBluetoothGattCallback.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 onClientRegistered(in int status, in int clientIf);
27 void onClientConnectionState(in int status, in int clientIf,
28 in boolean connected, in String address);
29 void onPhyUpdate(in String address, in in
[all...]
H A DIBluetoothHidDeviceCallback.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 onAppStatusChanged(in BluetoothDevice device, boolean registered);
24 void onConnectionStateChanged(in BluetoothDevice device, in int state);
25 void onGetReport(in BluetoothDevice device, in byte type, in byte id, in int bufferSize);
26 void onSetReport(in BluetoothDevic
[all...]
H A DIBluetoothGatt.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 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
46 void registerScanner(in IScannerCallback callback, in WorkSource workSource);
47 void unregisterScanner(in int scannerId);
48 void startScan(in int scannerId, in ScanSettings settings, in List<ScanFilter> filters,
49 in Lis
[all...]
H A DIBluetoothHidDevice.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 boolean registerApp(in BluetoothHidDeviceAppSdpSettings sdp,
27 in BluetoothHidDeviceAppQosSettings inQos, in BluetoothHidDeviceAppQosSettings outQos,
28 in IBluetoothHidDeviceCallback callback);
30 boolean sendReport(in BluetoothDevice device, in int id, in byte[] data);
31 boolean replyReport(in BluetoothDevic
[all...]
H A DIBluetoothHidHost.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 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
38 boolean getProtocolMode(in BluetoothDevice device);
42 boolean virtualUnplug(in BluetoothDevic
[all...]
H A DIBluetoothMapClient.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 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device,in int priority);
36 int getPriority(in BluetoothDevic
[all...]
H A DIBluetoothHeadsetClient.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 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice device);
38 boolean startVoiceRecognition(in BluetoothDevice device);
39 boolean stopVoiceRecognition(in BluetoothDevic
[all...]
H A DIBluetoothHearingAid.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 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setActiveDevice(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice device);
42 long getHiSyncId(in BluetoothDevic
[all...]
H A DIBluetoothHealth.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 boolean registerAppConfiguration(in BluetoothHealthAppConfiguration config,
32 in IBluetoothHealthCallback callback);
33 boolean unregisterAppConfiguration(in BluetoothHealthAppConfiguration config);
34 boolean connectChannelToSource(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
35 boolean connectChannelToSink(in BluetoothDevice device, in BluetoothHealthAppConfiguration config,
37 boolean disconnectChannel(in BluetoothDevic
[all...]
/system/tpm/tpm_manager/aidl/android/tpm_manager/
H A DITpmNvram.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 DefineSpace(in byte[] command_proto, in ITpmManagerClient client);
24 oneway void DestroySpace(in byte[] command_proto,
25 in ITpmManagerClient client);
26 oneway void WriteSpace(in byte[] command_proto, in ITpmManagerClient client);
27 oneway void ReadSpace(in byte[] command_proto, in ITpmManagerClien
[all...]
H A DITpmOwnership.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 GetTpmStatus(in byte[] command_proto,
24 in ITpmManagerClient client);
25 oneway void TakeOwnership(in byte[] command_proto,
26 in ITpmManagerClient client);
27 oneway void RemoveOwnerDependency(in byte[] command_proto,
28 in ITpmManagerClient client);
/system/security/keystore/binder/android/security/
H A DIConfirmationPromptCallback.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 * This must be kept manually in sync with system/security/keystore until AIDL
26 oneway void onConfirmationPromptCompleted(in int result, in byte[] dataThatWasConfirmed);
/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);
/system/update_engine/binder_bindings/android/brillo/
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 SetUpdateAttemptFlags(in int flags);
24 boolean AttemptUpdate(in String app_version, in String omaha_url, in int flags);
25 void AttemptRollback(in boolean powerwash);
30 void SetChannel(in String target_channel, in boolean powewash);
31 String GetChannel(in boolea
[all...]

Completed in 267 milliseconds

1234567891011>>