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

  /system/media/audio_route/
audio_route.c 232 int path_index; local
251 path_index = path->length;
254 return path_index;
260 int path_index; local
275 path_index = alloc_path_setting(path);
276 if (path_index < 0)
279 path->setting[path_index].ctl_index = setting->ctl_index;
280 path->setting[path_index].type = setting->type;
281 path->setting[path_index].num_values = setting->num_values;
285 path->setting[path_index].value.ptr = calloc(setting->num_values, value_sz)
297 int path_index; local
    [all...]
  /external/google-breakpad/src/processor/
simple_symbol_supplier.cc 68 for (unsigned int path_index = 0; path_index < paths_.size(); ++path_index) {
71 paths_[path_index],
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 487 int path_index, fd, rd, i, j, k; local
515 path_index = i;
519 if ((fd = open(argv[path_index], O_RDONLY)) < 0) {

Completed in 316 milliseconds