HomeSort by relevance Sort by last modified time
    Searched refs:req (Results 176 - 200 of 1420) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 175 C2DBuffReq req; local
179 int cret = c2dcc->getBuffReq(C2D_OUTPUT, &req);
181 if (!cret && (req.bpp.denominator > 0)) {
182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
183 filled_length /= req.bpp.denominator;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 175 C2DBuffReq req; local
179 int cret = c2dcc->getBuffReq(C2D_OUTPUT, &req);
181 if (!cret && (req.bpp.denominator > 0)) {
182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
183 filled_length /= req.bpp.denominator;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 175 C2DBuffReq req; local
179 int cret = c2dcc->getBuffReq(C2D_OUTPUT, &req);
181 if (!cret && (req.bpp.denominator > 0)) {
182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
183 filled_length /= req.bpp.denominator;
  /external/iproute2/tc/
m_action.c 462 } req = { local
473 tail = NLMSG_TAIL(&req.n);
474 addattr_l(&req.n, MAX_MSG, TCA_ACT_TAB, NULL, 0);
521 tail2 = NLMSG_TAIL(&req.n);
522 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
523 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1);
525 addattr32(&req.n, MAX_MSG, TCA_ACT_INDEX, i);
526 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2;
530 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail;
532 req.n.nlmsg_seq = rth.dump = ++rth.seq
561 } req = { local
602 } req = { local
    [all...]
em_ipset.c 95 static int do_getsockopt(struct ip_set_req_get_set *req)
100 sockfd = get_version(&req->version);
103 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, req, &size);
123 struct ip_set_req_get_set req; local
126 req.op = IP_SET_OP_GET_BYINDEX;
127 req.set.index = idx;
128 res = do_getsockopt(&req);
131 if (req.set.name[0] == '\0') {
137 strncpy(setname, req.set.name, IPSET_MAXNAMELEN);
144 struct ip_set_req_get_set req; local
    [all...]
  /external/strace/
netlink_packet_diag.c 46 struct packet_diag_req req = { .sdiag_family = family }; local
47 const size_t offset = sizeof(req.sdiag_family);
49 PRINT_FIELD_XVAL("{", req, sdiag_family, addrfams, "AF_???");
51 if (len >= sizeof(req)) {
53 sizeof(req) - offset,
54 (char *) &req + offset)) {
55 PRINT_FIELD_XVAL("", req, sdiag_protocol,
57 PRINT_FIELD_U(", ", req, pdiag_ino);
58 PRINT_FIELD_FLAGS(", ", req, pdiag_show,
60 PRINT_FIELD_COOKIE(", ", req, pdiag_cookie)
    [all...]
  /external/perfetto/src/ipc/
client_impl.cc 64 Frame::BindService* req = frame.mutable_msg_bind_service(); local
66 req->set_service_name(service_name);
93 Frame::InvokeMethod* req = frame.mutable_msg_invoke_method(); local
94 req->set_service_id(service_id);
95 req->set_method_id(remote_method_id);
96 req->set_drop_reply(drop_reply);
98 req->set_args_proto(args_proto);
183 QueuedRequest req = std::move(queued_requests_it->second); local
186 if (req.type == Frame::kMsgBindService &&
188 return OnBindServiceReply(std::move(req), frame.msg_bind_service_reply())
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 308 mDNSlocal void abort_request(request_state *req)
310 if (req->terminate == (req_termination_fn)~0)
311 { LogMsg("abort_request: ERROR: Attempt to abort operation %p with req->terminate %p", req, req->terminate); return; }
314 // If this is actually a shared connection operation, then its req->terminate function will scan
316 if (req->terminate) req->terminate(req);
318 if (!dnssd_SocketValid(req->sd)
938 request_state **req = &all_requests; local
976 request_state **req = &all_requests; local
1083 request_state *req; local
1743 request_state *req = question->QuestionContext; local
2000 request_state *req; local
2031 request_state *req; local
2233 request_state *req = question->QuestionContext; local
2638 request_state *req = question->QuestionContext; local
3753 request_state *req = info; local
4419 const request_state *req, *r; local
4572 const request_state *req, *p; local
4673 request_state **req = &all_requests; local
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
memory.c 57 size_t req; local
67 req = mul_size_t_overflow((mpd_size_t)nmemb, (mpd_size_t)size,
73 ptr = mpd_mallocfunc(req);
78 memset(ptr, 0, req);
88 mpd_size_t req, overflow; local
90 req = mul_size_t_overflow(nmemb, size, &overflow);
95 return mpd_mallocfunc(req);
117 mpd_size_t req, overflow; local
119 req = mul_size_t_overflow(nmemb, size, &overflow);
125 new = mpd_reallocfunc(ptr, req);
138 mpd_size_t req, overflow; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 40 pWTVoice .req r0
41 pWTFrame .req r1
42 pInputBuffer .req r2
43 pMixBuffer .req r3
45 tmp0 .req r4
46 tmp1 .req r5
47 tmp2 .req r1 @ reuse register
48 tmp3 .req r6
50 numSamples .req r9
53 gainIncLeft .req r7
    [all...]
  /external/wpa_supplicant_8/src/fst/
fst_session.c 363 const struct fst_setup_req *req; local
369 if (frame_len < IEEE80211_HDRLEN + 1 + sizeof(*req)) {
373 IEEE80211_HDRLEN + 1 + sizeof(*req));
377 req = (const struct fst_setup_req *)
379 if (req->stie.element_id != WLAN_EID_SESSION_TRANSITION ||
380 req->stie.length < 11) {
386 if (req->stie.new_band_id == req->stie.old_band_id) {
394 if (plen > sizeof(*req)) {
395 fst_iface_update_mb_ie(iface, mgmt->sa, (const u8 *) (req + 1)
644 const struct fst_ack_req *req; local
815 struct fst_setup_req req; local
1030 struct fst_ack_req req; local
1355 struct fst_setup_req req; local
1482 struct fst_ack_req req; local
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 251 } req = { local
252 .n.nlmsg_len = NLMSG_LENGTH(sizeof(req.xpinfo)),
281 xfrm_policy_dir_parse(&req.xpinfo.dir, &argc, &argv);
295 if (get_u32(&req.xpinfo.index, *argv, 0))
307 req.xpinfo.action = XFRM_POLICY_ALLOW;
309 req.xpinfo.action = XFRM_POLICY_BLOCK;
314 if (get_u32(&req.xpinfo.priority, *argv, 0))
318 xfrm_policy_flag_parse(&req.xpinfo.flags, &argc,
322 xfrm_lifetime_cfg_parse(&req.xpinfo.lft, &argc, &argv);
346 xfrm_selector_parse(&req.xpinfo.sel, &argc, &argv)
561 } req = { local
858 } req = { local
900 } req = { local
1020 } req = { local
1086 } req = { local
1112 } req = { local
    [all...]
ipfou.c 115 FOU_REQUEST(req, 1024, FOU_CMD_ADD, NLM_F_REQUEST);
117 fou_parse_opt(argc, argv, &req.n, true);
119 if (rtnl_talk(&genl_rth, &req.n, NULL, 0) < 0)
127 FOU_REQUEST(req, 1024, FOU_CMD_DEL, NLM_F_REQUEST);
129 fou_parse_opt(argc, argv, &req.n, false);
131 if (rtnl_talk(&genl_rth, &req.n, NULL, 0) < 0)
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.c 652 ep->req.length = 0;
653 ep->req.actual = 0;
671 ep->req.length = 0;
672 ep->req.actual = 0;
687 ep->req.length = 0;
688 ep->req.actual = 0;
934 IN usb3_pcd_req_t *req
949 (UINT64)req->bufdma,
965 IN usb3_pcd_req_t *req,
971 if (req == NULL)
1088 usb3_pcd_req_t *req = &ep->req; local
1752 usb3_pcd_req_t *req = &ep->req; local
2086 usb3_pcd_req_t *req = &ep->req; local
2123 usb3_pcd_req_t *req = &ep->req; local
2318 usb3_pcd_req_t *req = &ep->req; local
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_auto_vs_manual.py 57 req = its.objects.auto_capture_request()
58 cap_auto = cam.do_capture(req, fmt)
68 req = its.objects.manual_capture_request(sens, exp, focus)
69 req["android.colorCorrection.transform"] = xform_rat
70 req["android.colorCorrection.gains"] = gains
71 cap_man1 = cam.do_capture(req, fmt)
82 req["android.tonemap.mode"] = 0
83 req["android.tonemap.curve"] = {
85 cap_man2 = cam.do_capture(req, fmt)
  /system/core/trusty/storage/proxy/
proxy.c 98 static int handle_req(struct storage_msg *msg, const void *req, size_t req_len)
123 rc = storage_file_delete(msg, req, req_len);
127 rc = storage_file_open(msg, req, req_len);
131 rc = storage_file_close(msg, req, req_len);
135 rc = storage_file_write(msg, req, req_len);
139 rc = storage_file_read(msg, req, req_len);
143 rc = storage_file_get_size(msg, req, req_len);
147 rc = storage_file_set_size(msg, req, req_len);
151 rc = rpmb_send(msg, req, req_len);
  /external/perfetto/src/tracing/ipc/producer/
producer_ipc_client_impl.cc 77 protos::InitializeConnectionRequest req; local
78 req.set_producer_name(name_);
79 producer_port_.InitializeConnection(req, std::move(on_init));
112 const auto& req = cmd.start_data_source(); local
113 const DataSourceInstanceID dsid = req.new_instance_id();
115 cfg.FromProto(req.config());
166 protos::RegisterDataSourceRequest req; local
167 descriptor.ToProto(req.mutable_data_source_descriptor());
174 producer_port_.RegisterDataSource(req, std::move(async_response));
184 protos::UnregisterDataSourceRequest req; local
    [all...]
  /hardware/ril/libril/
RilSapSocket.cpp 200 void RilSapSocket::dispatchRequest(MsgHeader *req) {
206 free(req);
209 currRequest->token = req->token;
210 currRequest->curr = req;
219 req->token,
220 req->type,
221 req->id,
222 req->error,
226 uimFuncs->onRequest(req->id, req->payload->bytes, req->payload->size, currRequest, id)
    [all...]
  /external/toybox/toys/pending/
arp.c 48 struct arpreq req; //Global request structure variable in typeref:struct:arpreq
147 memcpy(&req.arp_netmask, &sa, sizeof(sa));
164 if (!(toys.optflags & FLAG_D)) get_hw_add(toys.optargs[1], (char*)&req.arp_ha.sa_data);
172 memcpy(&req.arp_ha, &(ifre.ifr_hwaddr), sizeof(req.arp_ha));
177 req.arp_flags = flags;
178 xstrncpy(req.arp_dev, TT.device, sizeof(req.arp_dev));
179 xioctl(TT.sockfd, SIOCSARP, &req);
206 req.arp_flags = flags
    [all...]
  /cts/apps/CameraITS/pymodules/its/
target.py 70 req = its.objects.manual_capture_request(sens, exp_time)
71 req["android.tonemap.mode"] = 0
72 req["android.tonemap.curve"] = {
74 req["android.colorCorrection.transform"] = xform_rat
75 req["android.colorCorrection.gains"] = gains
76 cap = its_session.do_capture(req)
  /cts/apps/CameraITS/tests/inprog/
test_blc_lsc.py 64 req = its.objects.manual_capture_request(ae_sen,e)
65 req["android.tonemap.mode"] = 0
66 req["android.tonemap.curve"] = {
68 req["android.colorCorrection.transform"] = awb_transform_rat
69 req["android.colorCorrection.gains"] = awb_gains
70 reqs.append(req)
  /device/linaro/bootloader/arm-trusted-firmware/lib/aarch32/
misc_helpers.S 45 cursor .req r0 /* Start address and then current address */
46 length .req r1 /* Length in bytes of the region to zero out */
51 stop_address .req r1 /* Address past the last zeroed byte */
52 zeroreg1 .req r2 /* Source register filled with 0 */
53 zeroreg2 .req r3 /* Source register filled with 0 */
54 tmp .req r12 /* Temporary scratch register */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cookielib.py 240 req = Request(url)
241 cookiejar.add_cookie_header(req)
242 cookie_hdr = req.get_header("Cookie", "")
247 cookiejar.extract_cookies(res, req)
609 req = Request("http://www.example.com/rheum/rhaponticum;"
611 self.assertEqual(request_path(req),
614 req = Request("http://www.example.com/rheum/rhaponticum?"
616 self.assertEqual(request_path(req), "/rheum/rhaponticum")
618 req = Request("http://www.example.com")
619 self.assertEqual(request_path(req), "/")
    [all...]
  /external/fio/
time.c 43 struct timespec req; local
58 req.tv_sec = ts / 1000000;
59 ts -= 1000000 * req.tv_sec;
61 req.tv_sec = 0;
63 req.tv_nsec = ts * 1000;
66 if (nanosleep(&req, NULL) < 0)
  /external/mesa3d/src/glx/
packsingle.h 46 ** to req->reqType with the proper code (our extension code).
56 xGLXSingleReq *req
70 GetReqExtra(GLXSingle,bytes,req); \
71 req->reqType = gc->majorOpcode; \
72 req->glxCode = opcode; \
73 req->contextTag = gc->currentContextTag; \
74 pc = ((GLubyte *)(req) + sz_xGLXSingleReq)

Completed in 889 milliseconds

1 2 3 4 5 6 78 91011>>