Searched refs:request (Results 101 - 110 of 110) sorted by relevance

12345

/system/tpm/tpm_manager/server/
H A Dbinder_service.cc59 // Calls |method| with a protobuf decoded from |request| using ResponseHandler()
64 const std::vector<uint8_t>& request,
74 if (!request_proto.ParseFromArray(request.data(), request.size())) {
75 LOG(ERROR) << "BinderService: Bad request data.";
63 RequestHandler( const std::vector<uint8_t>& request, const base::Callback< void(const RequestProtobufType&, const base::Callback<void(const ResponseProtobufType&)>&)>& method, const base::Callback<void(ResponseProtobufType*)>& get_error_response, const android::sp<android::tpm_manager::ITpmManagerClient>& client) argument
/system/core/libusbhost/include/usbhost/
H A Dusbhost.h206 int request,
229 /* Releases all resources associated with the request */
232 /* Submits a read or write request on the specified device */
/system/extras/tests/timetest/
H A Drtc_test.cpp27 static int hwtime(int flag, int request, struct rtc_time *tm) { argument
63 ret = TEMP_FAILURE_RETRY(ioctl(fd, request, tm));
/system/nvram/hal/
H A Dnvram_device_adapter.cpp41 nvram::Request request; local
42 request.payload.Activate<command>() = std::move(request_payload);
44 adapter->nvram_implementation()->Execute(request, &response);
/system/bt/udrv/ulinux/
H A Duipc.cc527 /* request shutdown of read thread */
730 extern bool UIPC_Ioctl(tUIPC_CH_ID ch_id, uint32_t request, void* param) { argument
731 BTIF_TRACE_DEBUG("#### UIPC_Ioctl : ch_id %d, request %d ####", ch_id,
732 request);
735 switch (request) {
764 BTIF_TRACE_EVENT("UIPC_Ioctl : request not handled (%d)", request);
/system/core/trusty/keymaster/
H A Dtrusty_keymaster_device.h84 keymaster_error_t Send(uint32_t command, const Serializable& request,
/system/bt/stack/btm/
H A Dbtm_ble_int.h199 extern bool btm_ble_topology_check(tBTM_BLE_STATE_MASK request);
/system/core/libusbhost/
H A Dusbhost.c583 int request,
598 ctrl.bRequest = request;
615 // need to limit request size to avoid EINVAL
678 // need to limit request size to avoid EINVAL
693 // Poll until a request becomes available if there is a timeout
705 // Read the request. This should usually succeed as we polled before, but it can fail e.g. when
706 // two threads are reading usb requests at the same time and only a single request is available.
581 usb_device_control_transfer(struct usb_device *device, int requestType, int request, int value, int index, void* buffer, int length, unsigned int timeout) argument
/system/update_engine/payload_consumer/
H A Ddelta_performer.cc956 int request = local
960 int request = 0; local
969 if (target_fd_->BlkIoctl(request, start, length, &result) && result == 0)
/system/tools/hidl/test/
H A Dhidl_test_client.cpp1651 Parcel request, reply;
1653 status_t status = request.writeInterfaceToken(::android::hardware::tests::bar::V1_0::IBar::descriptor);
1665 status = binder->transact(1234, request, &reply);

Completed in 477 milliseconds

12345