Home
last modified time | relevance | path

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

/frameworks/native/libs/vibrator/fuzzer/
Dvibrator_fuzzer.cpp99 sp<TestVibrationController> vibrationController = new TestVibrationController(); in LLVMFuzzerTestOneInput() local
100 if (!vibrationController) { in LLVMFuzzerTestOneInput()
106 new os::ExternalVibration(uid, pkg, attributes, vibrationController); in LLVMFuzzerTestOneInput()
122 parcel.writeStrongBinder(IInterface::asBinder(vibrationController)); in LLVMFuzzerTestOneInput()