Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 25 of 42) sorted by relevance

12

/system/core/healthd/
DBatteryMonitor_v1.cpp544 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 …]
DBatteryMonitor.cpp716 char vs[128]; in dumpState() local
719 snprintf(vs, sizeof(vs), "Cached HealthInfo:\n"); in dumpState()
720 write(fd, vs, strlen(vs)); in dumpState()
721 snprintf(vs, sizeof(vs), in dumpState()
726 write(fd, vs, strlen(vs)); in dumpState()
727 snprintf(vs, sizeof(vs), " status: %d health: %d present: %d\n", in dumpState()
729 write(fd, vs, strlen(vs)); in dumpState()
730 snprintf(vs, sizeof(vs), " level: %d voltage: %d temp: %d\n", props.batteryLevel, in dumpState()
732 write(fd, vs, strlen(vs)); in dumpState()
735 snprintf(vs, sizeof(vs), " current now: %d\n", props.batteryCurrentMicroamps); in dumpState()
[all …]
/system/media/audio/include/system/audio_effects/
Daudio_effects_test.h123 effect_handle_t handle, uint32_t command, const P& p, const Vs&... vs) { in effect_command_with_status()
147 (copyArg(vs), ...); in effect_command_with_status()
218 status_t effect_set_param(effect_handle_t handle, const P& p, const Vs&... vs) { in requires()
219 return effect_command_with_status(handle, EFFECT_CMD_SET_PARAM, p, vs...); in requires()
/system/incremental_delivery/incfs/incfsdump/
Ddump.cpp400 auto& vs = mdBuf.verity_signature; in dumpMd() local
401 vs = readAt<decltype(vs)>(offset); in dumpMd()
402 out() << "verity signature size: " << vs.vs_size; in dumpMd()
403 out() << "verity signature offset: " << hex(vs.vs_offset); in dumpMd()
/system/libvintf/
DFQName.cpp241 std::vector<std::string> vs = base::Split(v, "."); in parseVersion() local
242 if (vs.size() != 2) return false; in parseVersion()
243 return parseVersion(vs[0], vs[1], majorVer, minorVer); in parseVersion()
/system/memory/lmkd/
Dlmkd.cpp2008 static bool vmstat_parse_line(char *line, union vmstat *vs) { in vmstat_parse_line() argument
2029 vs->arr[field_idx] = val; in vmstat_parse_line()
2034 static int vmstat_parse(union vmstat *vs) { in vmstat_parse() argument
2043 memset(vs, 0, sizeof(union vmstat)); in vmstat_parse()
2051 if (!vmstat_parse_line(line, vs)) { in vmstat_parse()
2736 union vmstat vs; in __mp_event_psi() local
2803 if (vmstat_parse(&vs) < 0) { in __mp_event_psi()
2808 workingset_refault_file = vs.field.workingset_refault ? : vs.field.workingset_refault_file; in __mp_event_psi()
2820 base_file_lru = vs.field.nr_inactive_file + vs.field.nr_active_file; in __mp_event_psi()
2839 in_direct_reclaim = vs.field.pgscan_direct != init_pgscan_direct; in __mp_event_psi()
[all …]
DREADME.md29 - `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/202404/private/
Ddexopt_chroot_setup.te15 # This allows to distinguish in policy files created by dexopt_chroot_setup vs other
Dviewcompiler.te9 # This allows to distinguish in policy files created by viewcompiler vs other
Ddexoptanalyzer.te13 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/tools/hidl/utils/
DFQName.cpp276 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/sepolicy/prebuilts/api/29.0/private/
Dviewcompiler.te9 # This allows to distinguish in policy files created by viewcompiler vs other
Ddexoptanalyzer.te9 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/sepolicy/prebuilts/api/34.0/private/
Dviewcompiler.te9 # This allows to distinguish in policy files created by viewcompiler vs other
Ddexoptanalyzer.te13 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/sepolicy/prebuilts/api/33.0/private/
Dviewcompiler.te9 # This allows to distinguish in policy files created by viewcompiler vs other
Ddexoptanalyzer.te13 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/sepolicy/prebuilts/api/32.0/private/
Dviewcompiler.te9 # This allows to distinguish in policy files created by viewcompiler vs other
Ddexoptanalyzer.te13 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/sepolicy/prebuilts/api/30.0/private/
Dviewcompiler.te9 # This allows to distinguish in policy files created by viewcompiler vs other
Ddexoptanalyzer.te13 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/sepolicy/prebuilts/api/31.0/private/
Dviewcompiler.te9 # This allows to distinguish in policy files created by viewcompiler vs other
Ddexoptanalyzer.te13 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/extras/libatrace_rust/
DREADME.md125 * 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/tools/hidl/test/format_test/1.0/
DIFoo.hal48 vec<string> vs;

12