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

  /hardware/interfaces/tests/bar/1.0/default/
Bar.cpp 75 Return<void> Bar::haveATypeFromAnotherFile(const Abc &def) {
76 return mFoo->haveATypeFromAnotherFile(def);
Bar.h 45 virtual Return<void> haveATypeFromAnotherFile(const Abc& def) override;
  /hardware/interfaces/tests/foo/1.0/default/
Foo.h 39 virtual Return<void> haveATypeFromAnotherFile(const Abc& def) override;
Foo.cpp 174 Return<void> Foo::haveATypeFromAnotherFile(const Abc &def) {
175 LOG(INFO) << "SERVER(Foo) haveATypeFromAnotherFile def=" << &def;
  /hardware/interfaces/tests/foo/1.0/
IFoo.hal 138 haveATypeFromAnotherFile(Abc def);
  /system/tools/hidl/test/
hidl_test_client.cpp     [all...]

Completed in 612 milliseconds