Searched defs:request_id (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/
H A Dchrome_browser_proxy_resolver.cc52 ProxyRequestId request_id, bool success,
56 auto it = pending_callbacks_.find(request_id);
51 OnGetChromeProxyServers( ProxyRequestId request_id, bool success, const std::vector<std::string>& proxies) argument
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cc314 const String16& device_address, int request_id, int offset,
330 gatt_->SendResponse(server_if_, device_address, request_id, error, offset,
336 int request_id, int offset,
346 gatt_->SendResponse(server_if_, device_address, request_id,
364 gatt_->SendResponse(server_if_, device_address, request_id, error, offset,
370 const String16& device_address, int request_id, int offset,
382 gatt_->SendResponse(server_if_, device_address, request_id,
395 gatt_->SendResponse(server_if_, device_address, request_id,
407 gatt_->SendResponse(server_if_, device_address, request_id,
413 const String16& device_address, int request_id, in
313 OnCharacteristicReadRequest( const String16& device_address, int request_id, int offset, bool , int handle) argument
335 OnDescriptorReadRequest(const String16& device_address, int request_id, int offset, bool , int handle) argument
369 OnCharacteristicWriteRequest( const String16& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, int handle) argument
412 OnDescriptorWriteRequest( const String16& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, int handle) argument
463 OnExecuteWriteRequest(const String16& device_address, int request_id, bool ) argument
[all...]
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cc111 int server_id, const String16& device_address, int request_id, int status,
124 std::string(String8(device_address).string()), request_id,
178 int request_id, int offset, bool is_long, uint16_t handle) {
189 String16(device_address.c_str(), device_address.length()), request_id, local
195 int request_id, int offset, bool is_long, uint16_t handle) {
206 String16(device_address.c_str(), device_address.length()), request_id, local
241 int request_id, int offset, bool is_prepare_write, bool need_response,
253 String16(device_address.c_str(), device_address.length()), request_id, local
259 int request_id, int offset, bool is_prepare_write, bool need_response,
271 String16(device_address.c_str(), device_address.length()), request_id, local
110 SendResponse( int server_id, const String16& device_address, int request_id, int status, int offset, const std::vector<uint8_t>& value, bool* _aidl_return) argument
176 OnCharacteristicReadRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_long, uint16_t handle) argument
193 OnDescriptorReadRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_long, uint16_t handle) argument
239 OnCharacteristicWriteRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, uint16_t handle) argument
257 OnDescriptorWriteRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, uint16_t handle) argument
275 OnExecuteWriteRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, bool is_execute) argument
288 String16(device_address.c_str(), device_address.length()), request_id, local
[all...]
/system/bt/service/
H A Dgatt_server.cc104 bool GattServer::SendResponse(const std::string& device_address, int request_id, argument
109 << " request_id: " << request_id << " error: " << error
124 // Find the correct connection ID for |device_address| and |request_id|.
133 if (tmp->request_id_to_handle.find(request_id) ==
141 LOG(ERROR) << "Pending request with ID " << request_id
151 int handle = connection->request_id_to_handle[request_id];
163 ->send_response(connection->conn_id, request_id, error, response);
169 connection->request_id_to_handle.erase(request_id);
537 int conn_id, const RawAddress& bda, int request_id) {
536 GetConnection( int conn_id, const RawAddress& bda, int request_id) argument
[all...]

Completed in 556 milliseconds