Searched refs:USBFunctionAsyncContext (Results 1 – 2 of 2) sorted by relevance
81 struct USBFunctionAsyncContext : USBAsyncContext { struct
1031 USBFunctionAsyncContext *asyncContext = reinterpret_cast<USBFunctionAsyncContext *>(data); in __anon2b6789b40502()1037 USBFunctionAsyncContext *asyncContext = reinterpret_cast<USBFunctionAsyncContext *>(data); in __anon2b6789b40602()1076 auto asyncContext = new (std::nothrow) USBFunctionAsyncContext(); in CoreSetCurrentFunctions()