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

/fuchsia/zircon/system/ulib/ddktl/test/
H A Ddevice-tests.cpp101 struct TestDispatch : public ddk::FullDevice<TestDispatch> { struct in namespace:__anon1013
102 TestDispatch() : ddk::FullDevice<TestDispatch>(nullptr) {} function in struct:__anon1013::TestDispatch
192 auto dev = fbl::unique_ptr<TestDispatch>(new (&ac) TestDispatch);

Completed in 79 milliseconds