Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp419 char vs[128]; in dumpState() local
421 snprintf(vs, sizeof(vs), "ac: %d usb: %d wireless: %d current_max: %d voltage_max: %d\n", in dumpState()
425 write(fd, vs, strlen(vs)); in dumpState()
426 snprintf(vs, sizeof(vs), "status: %d health: %d present: %d\n", in dumpState()
428 write(fd, vs, strlen(vs)); in dumpState()
429 snprintf(vs, sizeof(vs), "level: %d voltage: %d temp: %d\n", in dumpState()
432 write(fd, vs, strlen(vs)); in dumpState()
436 snprintf(vs, sizeof(vs), "current now: %d\n", v); in dumpState()
437 write(fd, vs, strlen(vs)); in dumpState()
442 snprintf(vs, sizeof(vs), "current avg: %d\n", v); in dumpState()
[all …]
/system/core/libpixelflinger/codeflinger/
Dblending.cpp479 int vs = v.size(); in mul_factor() local
481 int ms = vs+fs; in mul_factor()
496 if (vs<16) { in mul_factor()
508 } else if (GGL_BETWEEN(vs, 24, 31)) { in mul_factor()
524 vshift = vs - 15; in mul_factor()
529 vshift = vs - 15; in mul_factor()
541 ALOGE_IF(ms>=32, "mul_factor overflow vs=%d, fs=%d", vs, fs); in mul_factor()
574 int vs = v.size(); in mul_factor_add() local
577 int ms = vs+fs; in mul_factor_add()
579 ALOGE_IF(ms>=32, "mul_factor_add overflow vs=%d, fs=%d, as=%d", vs, fs, as); in mul_factor_add()
[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/core/lmkd/
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/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.te9 # 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/27.0/private/
Ddexoptanalyzer.te8 # 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/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dflatbuffers_types.fbs111 * of time when the framework unsubscribed vs. current time */
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java903 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp526 .vs = {"hello", "world"}, in TEST_F()