Home
last modified time | relevance | path

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

/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp91 Return<void> Bar::transposeMe( in transposeMe() function in android::hardware::tests::bar::V1_0::implementation::Bar
93 return mFoo->transposeMe(in, _cb); in transposeMe()
DBar.h48 …virtual Return<void> transposeMe(const hidl_array<float, 3 /* 3 */, 5 /* 5 */>& in, transposeMe_cb…
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h42 …virtual Return<void> transposeMe(const hidl_array<float, 3 /* 3 */, 5 /* 5 */>& in, transposeMe_cb…
DFoo.cpp223 Return<void> Foo::transposeMe( in transposeMe() function in android::hardware::tests::foo::V1_0::implementation::Foo
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal143 transposeMe(FiveFloats[3] in) generates (ThreeFloats[5] out);