Searched refs:composite (Results 1 – 12 of 12) sorted by relevance
/device/google/felix/vibrator/cs40l26/ |
D | Vibrator.cpp | 860 ndk::ScopedAStatus Vibrator::compose(const std::vector<CompositeEffect> &composite, in compose() argument 868 if (composite.size() > COMPOSE_SIZE_MAX || composite.empty()) { in compose() 873 nextEffectDelay = composite.front().delayMs; in compose() 878 size = composite.size() + 1; in compose() 880 size = composite.size(); in compose() 892 for (uint32_t i_curr = 0, i_next = 1; i_curr < composite.size(); i_curr++, i_next++) { in compose() 893 auto &e_curr = composite[i_curr]; in compose() 921 if (i_next < composite.size()) { in compose() 922 auto &e_next = composite[i_next]; in compose() 1234 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> &composite, in composePwle() argument [all …]
|
D | Vibrator.h | 159 ndk::ScopedAStatus compose(const std::vector<CompositeEffect> &composite, 172 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | README.md | 8 "[composite disk]" and protected with a read-on-write [qcow2] overlay. 12 [composite disk]: https://chromium.googlesource.com/chromiumos/platform/crosvm/+/refs/heads/main/di…
|
/device/google/cuttlefish/host/commands/assemble_cvd/doc/ |
D | disk.dot | 5 …operating_system [label = "Operating System (composite)", URL = "https://source.android.com/docs/c… 6 …"Persistent Disk (composite)", URL = "https://chromium.googlesource.com/chromiumos/platform/crosvm…
|
/device/google/cuttlefish/host/libs/image_aggregator/ |
D | image_aggregator.cc | 536 std::ofstream composite(output_composite_path.c_str(), in CreateCompositeDisk() local 538 composite << CDISK_MAGIC; in CreateCompositeDisk() 539 composite_proto.SerializeToOstream(&composite); in CreateCompositeDisk() 540 composite.flush(); in CreateCompositeDisk()
|
/device/google/barbet/vibrator/drv2624/ |
D | Vibrator.h | 171 ndk::ScopedAStatus compose(const std::vector<CompositeEffect> &composite, 184 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|
/device/google/redfin/vibrator/drv2624/ |
D | Vibrator.h | 177 ndk::ScopedAStatus compose(const std::vector<CompositeEffect> &composite, 190 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-vibrator.cpp | 611 std::vector<CompositeEffect> composite; member 622 auto composite = param.composite; in TEST_P() local 654 EXPECT_EQ(EX_NONE, mVibrator->compose(composite, callback).getExceptionCode()); in TEST_P()
|
/device/google/cuttlefish_vmm/ |
D | rebuild-internal.sh | 397 local crosvm_features=audio,gdb,gpu,composite-disk,usb,virgl_renderer
|
/device/google/sunfish/ |
D | init.qcom.usb.rc | 132 # Value: 0x9xxx for composite interface, 0xFxxx for single interface
|
/device/google/coral/ |
D | init.qcom.usb.rc | 132 # Value: 0x9xxx for composite interface, 0xFxxx for single interface
|
/device/google/redbull/ |
D | init.qcom.usb.rc | 132 # Value: 0x9xxx for composite interface, 0xFxxx for single interface
|