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

  /hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp 222 char cand_name[20]; local
224 strncpy(cand_name, dev_prefix, sizeof(cand_name) / sizeof(cand_name[0]));
228 snprintf(&cand_name[prefix_len],
229 sizeof(cand_name) / sizeof(cand_name[0]),
231 int dev_num = find_type_by_name(cand_name, "iio:device");
233 strncpy(dev_full_name, cand_name, len);
239 snprintf(&cand_name[prefix_len]
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 222 char cand_name[20]; local
224 strncpy(cand_name, dev_prefix, sizeof(cand_name) / sizeof(cand_name[0]));
228 snprintf(&cand_name[prefix_len],
229 sizeof(cand_name) / sizeof(cand_name[0]),
231 int dev_num = find_type_by_name(cand_name, "iio:device");
233 strncpy(dev_full_name, cand_name, len);
239 snprintf(&cand_name[prefix_len],
    [all...]

Completed in 1373 milliseconds