HomeSort by relevance Sort by last modified time
    Searched defs:read_req (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/fs/doio/
doio.h 121 * read_req, reada_req, write_req, and writea_req structures and
134 struct read_req { struct
193 struct read_req read;
  /system/bt/btif/src/
btif_core.cc 101 btif_storage_read_t read_req; member in union:__anon105941
730 prop.type = p_req->read_req.type;
793 prop.type = p_req->read_req.type;
798 &(p_req->read_req.bd_addr), &prop);
800 &(p_req->read_req.bd_addr), 1, &prop);
809 btif_in_get_remote_device_properties(&p_req->read_req.bd_addr);
897 memset(&(req.read_req.bd_addr), 0, sizeof(bt_bdaddr_t));
898 req.read_req.type = type;
    [all...]
  /system/bt/stack/include/
gatt_api.h 378 tGATT_READ_REQ read_req; /* read request, read by Type, read blob */ member in union:__anon106446
    [all...]

Completed in 1275 milliseconds