Searched refs:usbDdkInterface (Results 1 – 1 of 1) sorted by relevance
67 sptr<IUsbDdk> usbDdkInterface = IUsbDdk::Get(false); in DoSomethingInterestingWithMyAPI() local68 if (usbDdkInterface == nullptr) { in DoSomethingInterestingWithMyAPI()72 sptr<UsbDdkStub> usbDdk = new UsbDdkStub(usbDdkInterface); in DoSomethingInterestingWithMyAPI()