Home
last modified time | relevance | path

Searched refs:AsyncSpaceShip (Results 1 – 1 of 1) sorted by relevance

/system/utest/fidl-simple/
A Dspaceship_tests.cpp229 class AsyncSpaceShip : public SpaceShip { class
231 using SpaceShipBinder = fidl::Binder<AsyncSpaceShip>;
233 virtual ~AsyncSpaceShip() {}; in ~AsyncSpaceShip()
247 auto spaceship = reinterpret_cast<AsyncSpaceShip*>(arg); in AdjustHeading()
268 auto spaceship = reinterpret_cast<AsyncSpaceShip*>(arg); in ScanForLifeforms()
290 .AdjustHeading = SpaceShipBinder::BindMember<&AsyncSpaceShip::AdjustHeading>, in Bind()
291 .ScanForLifeforms = SpaceShipBinder::BindMember<&AsyncSpaceShip::ScanForLifeforms>, in Bind()
324 AsyncSpaceShip ship; in spaceship_async_test()

Completed in 4 milliseconds