/system/core/healthd/ |
D | BatteryMonitor.cpp | 477 char vs[128]; in dumpState() local 480 snprintf(vs, sizeof(vs), "ac: %d usb: %d wireless: %d current_max: %d voltage_max: %d\n", in dumpState() 484 write(fd, vs, strlen(vs)); in dumpState() 485 snprintf(vs, sizeof(vs), "status: %d health: %d present: %d\n", in dumpState() 487 write(fd, vs, strlen(vs)); in dumpState() 488 snprintf(vs, sizeof(vs), "level: %d voltage: %d temp: %d\n", in dumpState() 491 write(fd, vs, strlen(vs)); in dumpState() 495 snprintf(vs, sizeof(vs), "current now: %d\n", v); in dumpState() 496 write(fd, vs, strlen(vs)); in dumpState() 501 snprintf(vs, sizeof(vs), "current avg: %d\n", v); in dumpState() [all …]
|
/system/libvintf/include/vintf/ |
D | ManifestHal.h | 46 ManifestHal(HalFormat fmt, std::string&& n, std::vector<Version>&& vs, TransportArch ta, in ManifestHal() 50 versions(std::move(vs)), in ManifestHal()
|
/system/bt/gd/rust/ |
D | README.md | 4 Currently, the Rust components are built differently on Android vs Linux. We are
|
/system/memory/lmkd/ |
D | lmkd.cpp | 1848 static bool vmstat_parse_line(char *line, union vmstat *vs) { in vmstat_parse_line() argument 1869 vs->arr[field_idx] = val; in vmstat_parse_line() 1874 static int vmstat_parse(union vmstat *vs) { in vmstat_parse() argument 1883 memset(vs, 0, sizeof(union vmstat)); in vmstat_parse() 1891 if (!vmstat_parse_line(line, vs)) { in vmstat_parse() 2425 union vmstat vs; in mp_event_psi() local 2461 if (vmstat_parse(&vs) < 0) { in mp_event_psi() 2466 workingset_refault_file = vs.field.workingset_refault ? : vs.field.workingset_refault_file; in mp_event_psi() 2478 base_file_lru = vs.field.nr_inactive_file + vs.field.nr_active_file; in mp_event_psi() 2493 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/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/26.0/private/ |
D | dexoptanalyzer.te | 8 # 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/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/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/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/test/format_test/1.0/ |
D | IFoo.hal | 48 vec<string> vs;
|
/system/bt/gd/packet/parser/ |
D | README | 54 Inheritance 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/logging/logd/ |
D | README.compression.md | 46 * Compression vs Chatty:
|
/system/update_engine/ |
D | README.md | 158 ### Rollback vs. Enterprise Rollback 184 ### Interactive vs Non-Interactive vs. Forced Updates 287 ### Delta vs. Full Update Payloads 383 ### Signed vs Unsigned Payloads 526 options like initiating an interactive vs. non-interactive update, changing
|
/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 | 1024 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 486 .vs = {"hello", "world"}, in TEST_F()
|