Searched refs:setting (Results 1 - 4 of 4) sorted by relevance
/system/media/audio_route/ |
H A D | audio_route.c | 67 struct mixer_setting *setting; member in struct:mixer_path 134 struct mixer_ctl *ctl = index_to_ctl(ar, path->setting[i].ctl_index); 138 for (j = 0; j < path->setting[i].num_values; j++) 139 ALOGE(" id=%d value=0x%02x", j, path->setting[i].value.bytes[j]); 141 for (j = 0; j < path->setting[i].num_values; j++) 142 ALOGE(" id=%d value=%d", j, path->setting[i].value.enumerated[j]); 144 for (j = 0; j < path->setting[i].num_values; j++) 145 ALOGE(" id=%d value=%ld", j, path->setting[i].value.integer[j]); 158 if (ar->mixer_path[i].setting) { 159 if (ar->mixer_path[i].setting 257 path_add_setting(struct audio_route *ar, struct mixer_path *path, struct mixer_setting *setting) argument [all...] |
/system/core/adb/ |
H A D | adb_trace.cpp | 83 const char* setting = getenv("ADB_TRACE"); local 84 if (setting == nullptr) { 85 setting = ""; 88 return std::string(setting); 107 // Split the space separated list of tags from the trace setting and build the 111 // adb's trace setting comes from the ADB_TRACE environment variable, whereas
|
/system/netd/tests/benchmarks/ |
H A D | connect_benchmark.cpp | 188 for (const auto setting : savedSettings) { 189 const char* prevEnvStr = getenv(setting.c_str()); 191 prevSettings[setting.c_str()] = prevEnvStr; 214 for (const auto setting : savedSettings) { 215 if (prevSettings.count(setting)) { 216 setenv(setting.c_str(), prevSettings[setting].c_str(), 1); 218 unsetenv(setting.c_str());
|
/system/extras/tests/workloads/ |
H A D | pwrtest.sh | 214 setting=1 217 setting=0 219 adb shell settings put global airplane_mode_on $setting
|
Completed in 112 milliseconds