HomeSort by relevance Sort by last modified time
    Searched refs:haveAGooberArray (Results 1 - 6 of 6) sorted by null

  /hardware/interfaces/tests/bar/1.0/default/
Bar.cpp 71 Return<void> Bar::haveAGooberArray(const hidl_array<Goober, 20> &lots) {
72 return mFoo->haveAGooberArray(lots);
Bar.h 44 virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
  /hardware/interfaces/tests/foo/1.0/default/
Foo.h 38 virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
Foo.cpp 168 Return<void> Foo::haveAGooberArray(const hidl_array<Goober, 20> & /* lots */) {
169 LOG(INFO) << "SERVER(Foo) haveAGooberArray";
  /hardware/interfaces/tests/foo/1.0/
IFoo.hal 136 haveAGooberArray(Goober[20] lots);
  /system/tools/hidl/test/
hidl_test_client.cpp     [all...]

Completed in 713 milliseconds