Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp425 char vs[128]; in dumpState() local
427 snprintf(vs, sizeof(vs), "ac: %d usb: %d wireless: %d current_max: %d voltage_max: %d\n", in dumpState()
431 write(fd, vs, strlen(vs)); in dumpState()
432 snprintf(vs, sizeof(vs), "status: %d health: %d present: %d\n", in dumpState()
434 write(fd, vs, strlen(vs)); in dumpState()
435 snprintf(vs, sizeof(vs), "level: %d voltage: %d temp: %d\n", in dumpState()
438 write(fd, vs, strlen(vs)); in dumpState()
442 snprintf(vs, sizeof(vs), "current now: %d\n", v); in dumpState()
443 write(fd, vs, strlen(vs)); in dumpState()
448 snprintf(vs, sizeof(vs), "current avg: %d\n", v); in dumpState()
[all …]
/system/core/libpixelflinger/codeflinger/
Dblending.cpp478 int vs = v.size(); in mul_factor() local
480 int ms = vs+fs; in mul_factor()
495 if (vs<16) { in mul_factor()
507 } else if (GGL_BETWEEN(vs, 24, 31)) { in mul_factor()
523 vshift = vs - 15; in mul_factor()
528 vshift = vs - 15; in mul_factor()
540 ALOGE_IF(ms>=32, "mul_factor overflow vs=%d, fs=%d", vs, fs); in mul_factor()
573 int vs = v.size(); in mul_factor_add() local
576 int ms = vs+fs; in mul_factor_add()
578 ALOGE_IF(ms>=32, "mul_factor_add overflow vs=%d, fs=%d, as=%d", vs, fs, as); in mul_factor_add()
[all …]
/system/sepolicy/prebuilts/api/26.0/private/
Ddexoptanalyzer.te8 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/sepolicy/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.java593 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
/system/tools/hidl/test/
Dhidl_test_client.cpp511 .vs = {"hello", "world"}, in TEST_F()