Home
last modified time | relevance | path

Searched refs:usbDdk (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/usb/test/fuzztest/usbddk_fuzzer/
H A Dusbddk_fuzzer.cpp72 sptr<UsbDdkStub> usbDdk = new UsbDdkStub(usbDdkInterface); in DoSomethingInterestingWithMyAPI() local
73 if (usbDdk == nullptr) { in DoSomethingInterestingWithMyAPI()
74 HDF_LOGE("%{public}s: new usbDdk failed", __func__); in DoSomethingInterestingWithMyAPI()
77 usbDdk->OnRemoteRequest(code, data, reply, option); in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds