/system/core/healthd/ |
D | BatteryMonitor.cpp | 472 char vs[128]; in dumpState() local 475 snprintf(vs, sizeof(vs), "ac: %d usb: %d wireless: %d current_max: %d voltage_max: %d\n", in dumpState() 479 write(fd, vs, strlen(vs)); in dumpState() 480 snprintf(vs, sizeof(vs), "status: %d health: %d present: %d\n", in dumpState() 482 write(fd, vs, strlen(vs)); in dumpState() 483 snprintf(vs, sizeof(vs), "level: %d voltage: %d temp: %d\n", in dumpState() 486 write(fd, vs, strlen(vs)); in dumpState() 490 snprintf(vs, sizeof(vs), "current now: %d\n", v); in dumpState() 491 write(fd, vs, strlen(vs)); in dumpState() 496 snprintf(vs, sizeof(vs), "current avg: %d\n", v); in dumpState() [all …]
|
/system/libvintf/include/vintf/ |
D | ManifestHal.h | 43 ManifestHal(HalFormat fmt, std::string&& n, std::vector<Version>&& vs, TransportArch ta, in ManifestHal() 47 versions(std::move(vs)), in ManifestHal()
|
/system/memory/lmkd/ |
D | lmkd.cpp | 1783 static bool vmstat_parse_line(char *line, union vmstat *vs) { in vmstat_parse_line() argument 1804 vs->arr[field_idx] = val; in vmstat_parse_line() 1809 static int vmstat_parse(union vmstat *vs) { in vmstat_parse() argument 1818 memset(vs, 0, sizeof(union vmstat)); in vmstat_parse() 1826 if (!vmstat_parse_line(line, vs)) { in vmstat_parse() 2331 union vmstat vs; in mp_event_psi() local 2365 if (vmstat_parse(&vs) < 0) { in mp_event_psi() 2380 base_file_lru = vs.field.nr_inactive_file + vs.field.nr_active_file; in mp_event_psi() 2381 init_ws_refault = vs.field.workingset_refault; in mp_event_psi() 2395 if (vs.field.pgscan_direct > init_pgscan_direct) { in mp_event_psi() [all …]
|
D | README.md | 29 ro.config.low_ram: choose between low-memory vs high-performance 59 ro.lmk.kill_heaviest_task: kill heaviest eligible task (best decision) vs.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | viewcompiler.te | 9 # This allows to distinguish in policy files created by viewcompiler vs other
|
D | dexoptanalyzer.te | 13 # This allows to distinguish in policy files created by dexoptanalyzer vs other
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | viewcompiler.te | 9 # This allows to distinguish in policy files created by viewcompiler vs other
|
D | dexoptanalyzer.te | 9 # This allows to distinguish in policy files created by dexoptanalyzer vs other
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | dexoptanalyzer.te | 8 # This allows to distinguish in policy files created by dexoptanalyzer vs other
|
/system/sepolicy/private/ |
D | viewcompiler.te | 9 # This allows to distinguish in policy files created by viewcompiler vs other
|
D | dexoptanalyzer.te | 13 # This allows to distinguish in policy files created by dexoptanalyzer vs other
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | dexoptanalyzer.te | 8 # This allows to distinguish in policy files created by dexoptanalyzer vs other
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | dexoptanalyzer.te | 8 # This allows to distinguish in policy files created by dexoptanalyzer vs other
|
/system/tools/hidl/utils/ |
D | FQName.cpp | 284 std::vector<std::string> vs = base::Split(v, "."); in parseVersion() local 285 if (vs.size() != 2) return false; in parseVersion() 286 return parseVersion(vs[0], vs[1], majorVer, minorVer); in parseVersion()
|
/system/tools/hidl/test/format_test/1.0/ |
D | IFoo.hal | 48 vec<string> vs;
|
/system/bt/gd/packet/parser/ |
D | README | 54 Inheritence vs Contains
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/ |
D | flatbuffers_types.fbs | 111 * of time when the framework unsubscribed vs. current time */
|
/system/chre/doc/ |
D | porting_guide.md | 164 ### Platform C++ Classes vs. PAL APIs
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 1006 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 498 .vs = {"hello", "world"}, in TEST_F()
|