HomeSort by relevance Sort by last modified time
    Searched refs:req_data (Results 1 - 8 of 8) sorted by null

  /system/bt/btif/src/
btif_gatt_server.c 140 p_dest_data->req_data.p_data = GKI_getbuf(sizeof(tBTA_GATTS_REQ_DATA));
141 if (p_dest_data->req_data.p_data != NULL)
143 memcpy(p_dest_data->req_data.p_data, p_src_data->req_data.p_data,
161 if (p_data && p_data->req_data.p_data)
162 GKI_freebuf(p_data->req_data.p_data);
288 bdcpy(bda.address, p_data->req_data.remote_bda);
291 p_data->req_data.conn_id,p_data->req_data.trans_id, &bda,
292 p_data->req_data.p_data->read_req.handle
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_identity.c 57 const char *req_data; local
61 req_data = sm->eapol_cb->get_eap_req_id_text(sm->eapol_ctx,
64 req_data = NULL;
76 wpabuf_put_data(req, req_data, req_data_len);
  /external/selinux/policycoreutils/mcstrans/src/
mcstransd.c 218 struct iovec req_data[2]; local
262 req_data[0].iov_base = data1;
263 req_data[0].iov_len = data1_size;
264 req_data[1].iov_base = data2;
265 req_data[1].iov_len = data2_size;
267 while (((count = readv(fd, req_data, 2)) < 0) && (errno == EINTR));
  /external/freetype/include/
ftcache.h 191 * req_data ::
202 * The third parameter `req_data' is the same as the one passed by the
212 FT_Pointer req_data,
297 /* req_data :: A generic pointer that is passed to the requester */
313 FT_Pointer req_data,
    [all...]
  /external/pdfium/third_party/freetype/include/
ftcache.h 191 * req_data ::
202 * The third parameter `req_data' is the same as the one passed by the
212 FT_Pointer req_data,
297 /* req_data :: A generic pointer that is passed to the requester */
313 FT_Pointer req_data,
    [all...]
  /system/bt/bta/gatt/
bta_gatts_act.c 681 cb_data.req_data.status = status;
682 cb_data.req_data.conn_id = p_msg->api_indicate.hdr.layer_specific;
872 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda, &transport))
884 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
885 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
888 cb_data.req_data.conn_id = conn_id;
889 cb_data.req_data.trans_id = trans_id;
890 cb_data.req_data.p_data = (tBTA_GATTS_REQ_DATA *)p_data;
976 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda, &transport))
  /system/bt/bta/include/
bta_gatt_api.h 615 tBTA_GATTS_REQ req_data; member in union:__anon68900
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 105 int (*thermal_client_request)(char *client_name, int req_data);

Completed in 279 milliseconds