Lines Matching refs:thiz

37     auto thiz = gpio_ctx->thiz;
45 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
51 auto thiz = gpio_ctx->thiz;
59 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
65 auto thiz = gpio_ctx->thiz;
73 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
79 auto thiz = gpio_ctx->thiz;
87 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header, sizeof(resp),
93 auto thiz = gpio_ctx->thiz;
101 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
107 auto thiz = gpio_ctx->thiz;
114 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
120 auto thiz = gpio_ctx->thiz;
127 auto status = thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
139 auto thiz = gpio_ctx->thiz;
147 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
153 auto thiz = i2c_ctx->thiz;
160 auto status = thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
175 auto thiz = i2c_ctx->thiz;
224 auto status = thiz->proxy_->Rpc(thiz->device_id_, &req->header,
260 ProxyDevice* thiz = static_cast<ProxyDevice*>(ctx);
267 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp, sizeof(resp));
271 ProxyDevice* thiz = static_cast<ProxyDevice*>(ctx);
278 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp, sizeof(resp));
592 gpio_ctxs_[i].thiz = this;
605 i2c_ctxs_[i].thiz = this;