Searched refs:hidDdkInterface (Results 1 – 1 of 1) sorted by relevance
67 sptr<IHidDdk> hidDdkInterface = IHidDdk::Get(false); in DoSomethingInterestingWithMyAPI() local68 if (hidDdkInterface == nullptr) { in DoSomethingInterestingWithMyAPI()72 sptr<HidDdkStub> hidDdk = new HidDdkStub(hidDdkInterface); in DoSomethingInterestingWithMyAPI()