/system/core/healthd/ |
D | BatteryMonitor_v1.cpp | 544 char vs[128]; in dumpState() local 547 snprintf(vs, sizeof(vs), in dumpState() 552 write(fd, vs, strlen(vs)); in dumpState() 553 snprintf(vs, sizeof(vs), "status: %d health: %d present: %d\n", in dumpState() 555 write(fd, vs, strlen(vs)); in dumpState() 556 snprintf(vs, sizeof(vs), "level: %d voltage: %d temp: %d\n", props.batteryLevel, in dumpState() 558 write(fd, vs, strlen(vs)); in dumpState() 562 snprintf(vs, sizeof(vs), "current now: %d\n", v); in dumpState() 563 write(fd, vs, strlen(vs)); in dumpState() 568 snprintf(vs, sizeof(vs), "current avg: %d\n", v); in dumpState() [all …]
|
D | BatteryMonitor.cpp | 706 char vs[128]; in dumpState() local 709 snprintf(vs, sizeof(vs), in dumpState() 714 write(fd, vs, strlen(vs)); in dumpState() 715 snprintf(vs, sizeof(vs), "status: %d health: %d present: %d\n", in dumpState() 717 write(fd, vs, strlen(vs)); in dumpState() 718 snprintf(vs, sizeof(vs), "level: %d voltage: %d temp: %d\n", props.batteryLevel, in dumpState() 720 write(fd, vs, strlen(vs)); in dumpState() 724 snprintf(vs, sizeof(vs), "current now: %d\n", v); in dumpState() 725 write(fd, vs, strlen(vs)); in dumpState() 730 snprintf(vs, sizeof(vs), "current avg: %d\n", v); in dumpState() [all …]
|
/system/incremental_delivery/incfs/incfsdump/ |
D | dump.cpp | 397 auto& vs = mdBuf.verity_signature; in dumpMd() local 398 vs = readAt<decltype(vs)>(offset); in dumpMd() 399 out() << "verity signature size: " << vs.vs_size; in dumpMd() 400 out() << "verity signature offset: " << hex(vs.vs_offset); in dumpMd()
|
/system/libvintf/ |
D | FQName.cpp | 224 std::vector<std::string> vs = base::Split(v, "."); in parseVersion() local 225 if (vs.size() != 2) return false; in parseVersion() 226 return parseVersion(vs[0], vs[1], majorVer, minorVer); in parseVersion()
|
/system/sepolicy/prebuilts/api/202404/private/ |
D | dexopt_chroot_setup.te | 15 # This allows to distinguish in policy files created by dexopt_chroot_setup vs other
|
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/memory/lmkd/ |
D | lmkd.cpp | 2176 static bool vmstat_parse_line(char *line, union vmstat *vs) { in vmstat_parse_line() argument 2197 vs->arr[field_idx] = val; in vmstat_parse_line() 2202 static int vmstat_parse(union vmstat *vs) { in vmstat_parse() argument 2211 memset(vs, 0, sizeof(union vmstat)); in vmstat_parse() 2219 if (!vmstat_parse_line(line, vs)) { in vmstat_parse() 2879 union vmstat vs; in mp_event_psi() local 2921 if (vmstat_parse(&vs) < 0) { in mp_event_psi() 2926 workingset_refault_file = vs.field.workingset_refault ? : vs.field.workingset_refault_file; in mp_event_psi() 2938 base_file_lru = vs.field.nr_inactive_file + vs.field.nr_active_file; in mp_event_psi() 2957 in_direct_reclaim = 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/31.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/33.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/32.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/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/34.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/tools/hidl/utils/ |
D | FQName.cpp | 276 std::vector<std::string> vs = base::Split(v, "."); in parseVersion() local 277 if (vs.size() != 2) return false; in parseVersion() 278 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/extras/libatrace_rust/ |
D | README.md | 125 * Instant events (`event!`) add roughly 200 ns to the bindings - 1.5 vs 1.3 us. 126 * Spans (`span!`) are roughly 400 ns slower - 2.8 vs 2.4 us.
|
/system/sepolicy/private/ |
D | dexoptanalyzer.te | 13 # This allows to distinguish in policy files created by dexoptanalyzer vs other
|