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

  /hardware/interfaces/tests/bar/1.0/default/
Bar.cpp 91 Return<void> Bar::transposeMe(
93 return mFoo->transposeMe(in, _cb);
Bar.h 48 virtual Return<void> transposeMe(const hidl_array<float, 3 /* 3 */, 5 /* 5 */>& in, transposeMe_cb _hidl_cb) override;
  /hardware/interfaces/tests/foo/1.0/default/
Foo.h 42 virtual Return<void> transposeMe(const hidl_array<float, 3 /* 3 */, 5 /* 5 */>& in, transposeMe_cb _hidl_cb) override;
Foo.cpp 223 Return<void> Foo::transposeMe(
225 LOG(INFO) << "SERVER(Foo) transposeMe(" << to_string(in).c_str() << ")";
234 LOG(INFO) << "SERVER(Foo) transposeMe returning " << to_string(out).c_str();
  /hardware/interfaces/tests/foo/1.0/
IFoo.hal 143 transposeMe(FiveFloats[3] in) generates (ThreeFloats[5] out);
  /system/tools/hidl/test/
hidl_test_client.cpp     [all...]

Completed in 420 milliseconds