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

  /system/media/audio_route/
audio_route.c 237 int path_index; local
256 path_index = path->length;
259 return path_index;
265 int path_index; local
280 path_index = alloc_path_setting(path);
281 if (path_index < 0)
284 path->setting[path_index].ctl_index = setting->ctl_index;
285 path->setting[path_index].type = setting->type;
286 path->setting[path_index].num_values = setting->num_values;
290 path->setting[path_index].value.ptr = calloc(setting->num_values, value_sz)
302 int path_index; local
    [all...]
  /external/libmojo/base/debug/
proc_maps_linux.cc 120 int path_index = 0; local
132 &dev_major, &dev_minor, &inode, &path_index) < 7) {
161 regions.back().path.assign(line + path_index);
  /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) {
  /external/protobuf/src/google/protobuf/util/
message_differencer.cc 110 int path_index) const {
111 const FieldDescriptor* field = key_field_path[path_index];
113 if (path_index == key_field_path.size() - 1) {
145 path_index + 1);
    [all...]

Completed in 2510 milliseconds