Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 30) sorted by relevance

12

/system/bt/service/common/bluetooth/binder/
DIBluetooth.cpp172 remote()->transact(IBluetooth::IS_ENABLED_TRANSACTION, data, &reply); in IsEnabled()
181 remote()->transact(IBluetooth::GET_STATE_TRANSACTION, data, &reply); in GetState()
191 remote()->transact(IBluetooth::ENABLE_TRANSACTION, data, &reply); in Enable()
200 remote()->transact(IBluetooth::ENABLE_NO_AUTO_CONNECT_TRANSACTION, in EnableNoAutoConnect()
210 remote()->transact(IBluetooth::DISABLE_TRANSACTION, data, &reply); in Disable()
219 remote()->transact(IBluetooth::GET_ADDRESS_TRANSACTION, data, &reply); in GetAddress()
235 remote()->transact(IBluetooth::SET_NAME_TRANSACTION, data, &reply); in SetName()
244 remote()->transact(IBluetooth::GET_NAME_TRANSACTION, data, &reply); in GetName()
255 remote()->transact(IBluetooth::REGISTER_CALLBACK_TRANSACTION, data, &reply); in RegisterCallback()
264 remote()->transact(IBluetooth::UNREGISTER_CALLBACK_TRANSACTION, data, &reply); in UnregisterCallback()
[all …]
DIBluetoothLowEnergy.cpp169 remote()->transact(IBluetoothLowEnergy::REGISTER_CLIENT_TRANSACTION, in RegisterClient()
181 remote()->transact(IBluetoothLowEnergy::UNREGISTER_CLIENT_TRANSACTION, in UnregisterClient()
190 remote()->transact(IBluetoothLowEnergy::UNREGISTER_ALL_TRANSACTION, in UnregisterAll()
203 remote()->transact(IBluetoothLowEnergy::CONNECT_TRANSACTION, in Connect()
216 remote()->transact(IBluetoothLowEnergy::DISCONNECT_TRANSACTION, in Disconnect()
230 remote()->transact(IBluetoothLowEnergy::SET_MTU_TRANSACTION, data, &reply); in SetMtu()
252 remote()->transact(IBluetoothLowEnergy::START_SCAN_TRANSACTION, in StartScan()
264 remote()->transact(IBluetoothLowEnergy::STOP_SCAN_TRANSACTION, in StopScan()
283 remote()->transact(IBluetoothLowEnergy::START_MULTI_ADVERTISING_TRANSACTION, in StartMultiAdvertising()
295 remote()->transact(IBluetoothLowEnergy::STOP_MULTI_ADVERTISING_TRANSACTION, in StopMultiAdvertising()
DIBluetoothGattServer.cpp181 remote()->transact(IBluetoothGattServer::REGISTER_SERVER_TRANSACTION, in RegisterServer()
193 remote()->transact(IBluetoothGattServer::UNREGISTER_SERVER_TRANSACTION, in UnregisterServer()
202 remote()->transact(IBluetoothGattServer::UNREGISTER_ALL_TRANSACTION, in UnregisterAll()
217 remote()->transact( in BeginServiceDeclaration()
241 remote()->transact(IBluetoothGattServer::ADD_CHARACTERISTIC_TRANSACTION, in AddCharacteristic()
262 remote()->transact(IBluetoothGattServer::ADD_DESCRIPTOR_TRANSACTION, in AddDescriptor()
278 remote()->transact(IBluetoothGattServer::END_SERVICE_DECLARATION_TRANSACTION, in EndServiceDeclaration()
300 remote()->transact(IBluetoothGattServer::SEND_RESPONSE_TRANSACTION, in SendResponse()
321 remote()->transact(IBluetoothGattServer::SEND_NOTIFICATION_TRANSACTION, in SendNotification()
DIBluetoothLowEnergyCallback.cpp111 remote()->transact( in OnClientRegistered()
129 remote()->transact( in OnConnectionState()
145 remote()->transact( in OnMtuChanged()
159 remote()->transact( in OnScanResult()
176 remote()->transact( in OnMultiAdvertiseCallback()
DIBluetoothGattServerCallback.cpp157 remote()->transact( in OnServerRegistered()
173 remote()->transact(IBluetoothGattServerCallback::ON_SERVICE_ADDED_TRANSACTION, in OnServiceAdded()
192 remote()->transact( in OnCharacteristicReadRequest()
212 remote()->transact( in OnDescriptorReadRequest()
235 remote()->transact( in OnCharacteristicWriteRequest()
258 remote()->transact( in OnDescriptorWriteRequest()
275 remote()->transact( in OnExecuteWriteRequest()
291 remote()->transact( in OnNotificationSent()
DIBluetoothGattClient.cpp80 remote()->transact(IBluetoothGattClient::REGISTER_CLIENT_TRANSACTION, in RegisterClient()
92 remote()->transact(IBluetoothGattClient::UNREGISTER_CLIENT_TRANSACTION, in UnregisterClient()
101 remote()->transact(IBluetoothGattClient::UNREGISTER_ALL_TRANSACTION, in UnregisterAll()
DIBluetoothGattClientCallback.cpp75 remote()->transact( in OnClientRegistered()
DIBluetoothCallback.cpp79 remote()->transact(IBluetoothCallback::ON_BLUETOOTH_STATE_CHANGE_TRANSACTION, in OnBluetoothStateChange()
/system/core/fingerprintd/
DIFingerprintDaemonCallback.cpp40 return remote()->transact(ON_ENROLL_RESULT, data, &reply, IBinder::FLAG_ONEWAY); in onEnrollResult()
48 return remote()->transact(ON_ACQUIRED, data, &reply, IBinder::FLAG_ONEWAY); in onAcquired()
57 return remote()->transact(ON_AUTHENTICATED, data, &reply, IBinder::FLAG_ONEWAY); in onAuthenticated()
65 return remote()->transact(ON_ERROR, data, &reply, IBinder::FLAG_ONEWAY); in onError()
74 return remote()->transact(ON_REMOVED, data, &reply, IBinder::FLAG_ONEWAY); in onRemoved()
84 return remote()->transact(ON_ENUMERATE, data, &reply, IBinder::FLAG_ONEWAY); in onEnumerate()
/system/connectivity/dhcp_client/
Ddhcpv4.cc289 struct sockaddr_ll remote; in SendRawPacket() local
290 memset(&remote, 0, sizeof(remote)); in SendRawPacket()
291 remote.sll_family = AF_PACKET; in SendRawPacket()
292 remote.sll_protocol = htons(ETHERTYPE_IP); in SendRawPacket()
293 remote.sll_ifindex = interface_index_; in SendRawPacket()
294 remote.sll_hatype = htons(ARPHRD_ETHER); in SendRawPacket()
296 remote.sll_halen = IFHWADDRLEN; in SendRawPacket()
297 memset(remote.sll_addr, 0xff, IFHWADDRLEN); in SendRawPacket()
303 reinterpret_cast<struct sockaddr *>(&remote), in SendRawPacket()
304 sizeof(remote)); in SendRawPacket()
/system/core/adb/
Dprotocol.txt41 unrecognized command MUST result in the closing of the remote
50 The identifiers "local-id" and "remote-id" are always relative to the
58 The CONNECT message establishes the presence of a remote system.
60 declares the maximum message body size that the remote system
121 --- READY(local-id, remote-id, "") -------------------------------------
125 connected to the recipient's stream identified by remote-id.
127 Neither the local-id nor the remote-id may be zero.
129 A READY message containing a remote-id which does not map to an open
139 --- WRITE(local-id, remote-id, "data") ---------------------------------
142 remote-id. The payload MUST be <= maxdata in length.
[all …]
DSERVICES.TXT99 <host-prefix>:forward:<local>;<remote>
101 to the <remote> address on a given device.
112 the format of <remote> is one of:
120 <host-prefix>:forward:norebind:<local>;<remote>
121 Same as <host-prefix>:forward:<local>;<remote> except that it will
124 Used to implement 'adb forward --no-rebind <local> <remote>'
141 <serial> " " <local> " " <remote> "\n"
145 <remote> is the device-specific endpoint.
250 forward:<local>;<remote>
251 forward:norebind:<local>;<remote>
[all …]
DSYNC.TXT33 bytes containing an utf-8 string with a remote filename.
36 Lists files in the directory specified by the remote filename. The server will
51 The remote file name is split into two parts separated by the last
73 Retrieves a file from device to a local file. The remote path is the path to
Dtest_device.py669 self.device.push(local=tmp.name, remote=self.DEVICE_TEMP_FILE)
779 self.device.push(local=tmp_file.name, remote='/system/')
789 self.device.pull(remote=remote_file, local=tmp_write.name)
802 output = self.device.pull(remote=self.DEVICE_TEMP_FILE, local='x')
835 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir)
870 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=symlink)
903 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir)
927 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=dest_dir)
960 self.device.pull(remote=remote_symlink, local=host_dir)
981 self.device.pull(remote=remote_empty_path, local=host_dir)
/system/bt/service/doc/
DIBluetoothGattClient.txt45 * database of remote device with address |device_address|. Returns false in
52 * Returns the GATT services, characteristics, and descriptors on the remote
62 * Initiate a read request for the remote characteristic with identifier
65 * request cannot be started, e.g. if a read is already pending on this remote
77 * Initiate a write request for the remote characteristic with identifier
100 * Initiate a read request for the remote descriptor with identifier
103 * request cannot be started, e.g. if a read is already pending on this remote
115 * Initiate a write request for the remote descriptor with identifier
138 * Enables handle-value notifications from the remote characteristic with ID
147 * Disables handle-value notifications from the remote characteristic with ID
[all …]
DIBluetoothGattClientCallback.txt33 * Called for each GATT service that was discovered on the remote device. The
41 * Called for each include definition that was discovered on the remote
47 * Called for each characteristic that was discovered on the remote device.
56 * Called for each descriptor that was discovered on the remote device. The
63 * Called to mark the end of GATT service discovery on the remote device with
74 * characteristic value that was read from the remote device. This argument
91 * |device_address| refers to the remote device that the endReliableWrite
102 * descriptor value that was read from the remote device. This argument
DIBluetoothGattServerCallback.txt40 * Called when there is an incoming read request from the remote device with
43 * the remote device wants to read from. If |is_long| is true, then this
58 * Called when there is an incoming read request from the remote device with
61 * the remote device wants to read from. If |is_long| is true, then this
76 * Called when there is an incoming write request from the remote device with
81 * remote device wants to write to, so the value should be written starting at
96 * Called when there is an incoming write request from the remote device with
101 * remote device wants to write to, so the value should be written starting at
129 * be called when the remote device sends a confirmation packet. Otherwise
DIBluetooth.txt72 * be seen by remote devices during discovery. Returns false if the operation
79 * name that is seen by remote devices during discovery. If the controller has
DIBluetoothGattServer.txt45 * made discoverable to remote devices until a successful call to
106 * will remain pending until the remote device sends a handle-value
DIBluetoothLowEnergyCallback.txt37 * IBluetoothLowEnergy.setMtu or remote device trying to change MTU.
/system/security/keystore/
DIKeystoreService.cpp469 status_t status = remote()->transact(BnKeystoreService::GET_STATE, data, &reply); in getState()
489 status_t status = remote()->transact(BnKeystoreService::GET, data, &reply); in get()
528 status_t status = remote()->transact(BnKeystoreService::INSERT, data, &reply); in insert()
548 status_t status = remote()->transact(BnKeystoreService::DEL, data, &reply); in del()
568 status_t status = remote()->transact(BnKeystoreService::EXIST, data, &reply); in exist()
588 status_t status = remote()->transact(BnKeystoreService::LIST, data, &reply); in list()
610 status_t status = remote()->transact(BnKeystoreService::RESET, data, &reply); in reset()
630 status_t status = remote()->transact(BnKeystoreService::ON_USER_PASSWORD_CHANGED, data, in onUserPasswordChanged()
650 status_t status = remote()->transact(BnKeystoreService::LOCK, data, &reply); in lock()
670 status_t status = remote()->transact(BnKeystoreService::UNLOCK, data, &reply); in unlock()
[all …]
/system/netd/server/
DPppController.cpp52 struct in_addr remote, struct in_addr dns1, in attachPppd() argument
81 char *r = strdup(inet_ntoa(remote)); in attachPppd()
DPppController.h35 struct in_addr remote, struct in_addr dns1,
/system/core/gatekeeperd/
DIUserManager.cpp37 status_t rc = remote()->transact(GET_CREDENTIAL_OWNER_PROFILE, data, &reply, 0); in getCredentialOwnerProfile()
/system/weaved/
DREADME16 sending/receiving remote commands.

12