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

  /system/media/audio_route/
audio_route.c 192 int path_index; local
211 path_index = path->length;
214 return path_index;
220 int path_index; local
230 path_index = alloc_path_setting(path);
231 if (path_index < 0)
234 path->setting[path_index].ctl_index = setting->ctl_index;
235 path->setting[path_index].num_values = setting->num_values;
236 path->setting[path_index].value = malloc(setting->num_values * sizeof(int));
238 memcpy(path->setting[path_index].value, setting->value
248 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],

Completed in 309 milliseconds