Home
last modified time | relevance | path

Searched refs:shape (Results 1 – 25 of 26) sorted by relevance

12

/device/google/cuttlefish/host/commands/secure_env/doc/
Dlinkage.dot3 confirmationui_sign [color = "red", label = "internal/confui_sign.sock", shape = "rectangle"]
12 host_keymaster_in [color = "blue", label = "internal/keymaster_fifo_vm.in", shape = "rectangle"]
13 … host_keymaster_out [color = "blue", label = "internal/keymaster_fifo_vm.out", shape = "rectangle"]
14 …host_gatekeeper_in [color = "green", label = "internal/gatekeeper_fifo_vm.in", shape = "rectangle"]
15 …host_gatekeeper_out [color = "green", label = "internal/gatekeeper_fifo_vm.out", shape = "rectangl…
16 … host_confirmationui_in [color = "red", label = "internal/confui_fifo_vm.in", shape = "rectangle"]
17 …host_confirmationui_out [color = "red", label = "internal/confui_fifo_vm.out", shape = "rectangle"]
18 host_keymint_in [color = "blue", label = "internal/keymint_fifo_vm.in", shape = "rectangle"]
19 host_keymint_out [color = "blue", label = "internal/keymint_fifo_vm.out", shape = "rectangle"]
36 confirmationui_console [color = "red", label = "/dev/hvc8", shape = "rectangle"]
[all …]
/device/google/cuttlefish/host/frontend/webrtc/doc/
Dinterface.dot3 audio_server [label = "internal/audio_server.sock", shape = "rectangle"]
5 confirmationui_sign [label = "internal/confui_sign.sock", shape = "rectangle"]
7 gnss_grpc_server [label = "GNSS gRPC server", shape = "rectangle"]
9 host_confirmationui_in [label = "internal/confui_fifo_vm.in", shape = "rectangle"]
10 host_confirmationui_out [label = "internal/confui_fifo_vm.out", shape = "rectangle"]
11 keyboard_server [label = "internal/keyboard.sock", shape = "rectangle"]
12 touch_server [label = "internal/touch_N.sock", shape = "rectangle"]
17 wayland_socket [label = "internal/frames.sock", shape = "rectangle"]
25 operator_socket [label = "/run/cuttlefish/operator", shape = "rectangle"]
32 confirmationui_console [label = "/dev/hvc8", shape = "rectangle"]
[all …]
Dgraphics.dot10 wayland_socket [label = "internal/frames.sock", shape = "rectangle"]
18 drm_card [label = "/dev/dri/card0", shape = "rectangle"]
19 drm_render [label = "/dev/dri/renderD128", shape = "rectangle"]
24 egl [shape = "rectangle"]
27 vulkan [shape = "rectangle"]
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/doc/
Dlinkage.dot7 gnss_grpc_server [label = "TCP gRPC", shape = "rectangle"]
13 … host_gnss_console_in [color = "green", label = "internal/gnsshvc_fifo_vm.in", shape = "rectangle"]
14 …host_gnss_console_out [color = "green", label = "internal/gnsshvc_fifo_vm.out", shape = "rectangle…
15 …ocation_console_in [color = "blue", label = "internal/locationhvc_fifo_vm.in", shape = "rectangle"]
16 …ation_console_out [color = "blue", label = "internal/locationhvc_fifo_vm.out", shape = "rectangle"]
24 fixed_location_console [color = "blue", label = "/dev/hvc6 | /dev/gnss1", shape = "rectangle"]
25 gnss_console [color = "green", label = "/dev/hvc5 | /dev/gnss0", shape = "rectangle"]
/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp206 uint32_t shape = 0; in Vibrator() local
236 mHwCal->getEffectShape(&shape); in Vibrator()
238 .shape = (shape == UINT32_MAX) ? WaveShape::SINE : static_cast<WaveShape>(shape), in Vibrator()
250 mHwCal->getSteadyShape(&shape); in Vibrator()
252 .shape = (shape == UINT32_MAX) ? WaveShape::SQUARE : static_cast<WaveShape>(shape), in Vibrator()
300 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()
390 dprintf(fd, " Steady Shape: %" PRIu32 "\n", mSteadyConfig->shape); in debug()
395 dprintf(fd, " Effect Shape: %" PRIu32 "\n", mEffectConfig->shape); in debug()
DVibrator.h142 WaveShape shape; member
/device/google/cuttlefish/host/commands/console_forwarder/doc/
Dlinkage.dot3 host_console_in [label = "internal/console.in", shape = "rectangle"]
4 host_console_out [label = "internal/console.out", shape = "rectangle"]
5 host_pty [label = "/dev/pty/###", shape = "rectangle"]
12 vm_console [label = "/dev/ttyS0", shape = "rectangle"]
/device/google/bramble/vibrator/drv2624/
DVibrator.cpp311 uint32_t shape = 0; in Vibrator() local
341 mHwCal->getEffectShape(&shape); in Vibrator()
343 .shape = (shape == UINT32_MAX) ? WaveShape::SINE : static_cast<WaveShape>(shape), in Vibrator()
381 mHwCal->getSteadyShape(&shape); in Vibrator()
383 .shape = (shape == UINT32_MAX) ? WaveShape::SQUARE : static_cast<WaveShape>(shape), in Vibrator()
442 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()
527 dprintf(fd, " Steady Shape: %" PRIu32 "\n", mSteadyConfig->shape); in dump()
533 dprintf(fd, " Effect Shape: %" PRIu32 "\n", mEffectConfig->shape); in dump()
DVibrator.h141 WaveShape shape; member
/device/google/redfin/vibrator/drv2624/
DVibrator.cpp314 shape = 0; in Vibrator() local
364 mHwCal->getEffectShape(&shape); in Vibrator()
366 .shape = (shape == UINT32_MAX) ? WaveShape::SINE : static_cast<WaveShape>(shape), in Vibrator()
417 mHwCal->getSteadyShape(&shape); in Vibrator()
419 .shape = (shape == UINT32_MAX) ? WaveShape::SQUARE : static_cast<WaveShape>(shape), in Vibrator()
478 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()
563 dprintf(fd, " Steady Shape: %" PRIu32 "\n", mSteadyConfig->shape); in dump()
571 dprintf(fd, " Effect Shape: %" PRIu32 "\n", mEffectConfig->shape); in dump()
DVibrator.h147 WaveShape shape; member
/device/google/barbet/vibrator/drv2624/
DVibrator.cpp314 uint32_t shape = 0; in Vibrator() local
344 mHwCal->getEffectShape(&shape); in Vibrator()
346 .shape = (shape == UINT32_MAX) ? WaveShape::SINE : static_cast<WaveShape>(shape), in Vibrator()
384 mHwCal->getSteadyShape(&shape); in Vibrator()
386 .shape = (shape == UINT32_MAX) ? WaveShape::SQUARE : static_cast<WaveShape>(shape), in Vibrator()
445 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()
532 dprintf(fd, " Steady Shape: %" PRIu32 "\n", mSteadyConfig->shape); in dump()
540 dprintf(fd, " Effect Shape: %" PRIu32 "\n", mEffectConfig->shape); in dump()
DVibrator.h141 WaveShape shape; member
/device/google/cuttlefish/host/frontend/adb_connector/doc/
Dlinkage.dot7 host_vsock [label = "/dev/vhost_vsock", shape = "rectangle"]
10 android_vsock [label = "/dev/vhost_vsock", shape = "rectangle"]
/device/google/cuttlefish/host/commands/run_cvd/doc/
Dlinkage.dot11 launcher_monitor_socket [label = "launcher_monitor.sock", shape = "rectangle"]
48 vmm [label = "", shape = "diamond"]
/device/google/sunfish-sepolicy/vendor/google/
Dproperty_contexts65 ro.vendor.vibrator.hal.steady.shape u:object_r:vendor_vibrator_prop:s0
68 ro.vendor.vibrator.hal.effect.shape u:object_r:vendor_vibrator_prop:s0
/device/google/redbull-sepolicy/vendor/google/
Dproperty_contexts67 ro.vendor.vibrator.hal.effect.shape u:object_r:vendor_vibrator_prop:s0
68 ro.vendor.vibrator.hal.steady.shape u:object_r:vendor_vibrator_prop:s0
/device/google/cuttlefish/host/commands/cvd/parser/doc/
Dlinkage.dot3 node [shape=record,width=.1,height=.1];
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXKBgeom.h195 XkbShapeDoodadRec shape; member
Dlbxproto.h621 BYTE shape; member
DXKBproto.h778 xkbShapeDoodadWireDesc shape; member
/device/google/barbet/
Ddevice-barbet.mk135 ro.vendor.vibrator.hal.steady.shape=1 \
/device/google/bramble/
Ddevice-bramble.mk137 ro.vendor.vibrator.hal.steady.shape=1 \
/device/google/redfin/
Ddevice-redfin.mk157 ro.vendor.vibrator.hal.steady.shape=1 \
/device/google/sunfish/
Ddevice.mk568 ro.vendor.vibrator.hal.steady.shape=1 \

12