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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 139 p_dest_data->req_data.p_data = GKI_getbuf(sizeof(tBTA_GATTS_REQ_DATA));
140 if (p_dest_data->req_data.p_data != NULL)
142 memcpy(p_dest_data->req_data.p_data, p_src_data->req_data.p_data,
160 if (p_data && p_data->req_data.p_data)
161 GKI_freebuf(p_data->req_data.p_data);
287 bdcpy(bda.address, p_data->req_data.remote_bda);
290 p_data->req_data.conn_id,p_data->req_data.trans_id, &bda,
291 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/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 683 cb_data.req_data.status = status;
684 cb_data.req_data.conn_id = p_msg->api_indicate.hdr.layer_specific;
874 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda, &transport))
886 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
887 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
890 cb_data.req_data.conn_id = conn_id;
891 cb_data.req_data.trans_id = trans_id;
892 cb_data.req_data.p_data = (tBTA_GATTS_REQ_DATA *)p_data;
971 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda, &transport))
  /external/chromium_org/third_party/freetype/include/freetype/
ftcache.h 191 * req_data ::
202 * The third parameter `req_data' is the same as the one passed by the
297 /* req_data :: A generic pointer that is passed to the requester */
313 FT_Pointer req_data,
    [all...]
  /external/freetype/include/
ftcache.h 191 * req_data ::
202 * The third parameter `req_data' is the same as the one passed by the
297 /* req_data :: A generic pointer that is passed to the requester */
313 FT_Pointer req_data,
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftcache.h 191 * req_data ::
202 * The third parameter `req_data' is the same as the one passed by the
297 /* req_data :: A generic pointer that is passed to the requester */
313 FT_Pointer req_data,
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftcache.h 191 * req_data ::
202 * The third parameter `req_data' is the same as the one passed by the
297 /* req_data :: A generic pointer that is passed to the requester */
313 FT_Pointer req_data,
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 615 tBTA_GATTS_REQ req_data; member in union:__anon5420
    [all...]

Completed in 122 milliseconds