Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp472 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/
DManifestHal.h43 ManifestHal(HalFormat fmt, std::string&& n, std::vector<Version>&& vs, TransportArch ta, in ManifestHal()
47 versions(std::move(vs)), in ManifestHal()
/system/memory/lmkd/
Dlmkd.cpp1783 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 …]
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/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/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/26.0/private/
Ddexoptanalyzer.te8 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/sepolicy/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/28.0/private/
Ddexoptanalyzer.te8 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/sepolicy/prebuilts/api/27.0/private/
Ddexoptanalyzer.te8 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/tools/hidl/utils/
DFQName.cpp284 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/
DIFoo.hal48 vec<string> vs;
/system/bt/gd/packet/parser/
DREADME54 Inheritence vs Contains
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/
Dflatbuffers_types.fbs111 * of time when the framework unsubscribed vs. current time */
/system/chre/doc/
Dporting_guide.md164 ### Platform C++ Classes vs. PAL APIs
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java1006 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp498 .vs = {"hello", "world"}, in TEST_F()