Searched refs:transpose2 (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/tests/bar/1.0/default/ |
D | Bar.cpp | 105 Return<void> Bar::transpose2( in transpose2() function in android::hardware::tests::bar::V1_0::implementation::Bar 107 return mFoo->transpose2(in, _hidl_cb); in transpose2()
|
D | Bar.h | 51 …virtual Return<void> transpose2(const hidl_array<hidl_string, 5 /* 5 */, 3 /* 3 */>& in, transpose…
|
/hardware/interfaces/tests/baz/1.0/ |
D | IBase.hal | 96 transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);
|
/hardware/interfaces/tests/baz/1.0/default/ |
D | Baz.h | 48 Return<void> transpose2(const hidl_array<hidl_string, 5, 3>& in,
|
D | Baz.cpp | 178 Return<void> Baz::transpose2(const hidl_array<hidl_string, 5, 3>& in, transpose2_cb _hidl_cb) { in transpose2() function in android::hardware::tests::baz::V1_0::implementation::Baz
|
/hardware/interfaces/tests/foo/1.0/default/ |
D | Foo.h | 45 …virtual Return<void> transpose2(const hidl_array<hidl_string, 5 /* 5 */, 3 /* 3 */>& in, transpose…
|
D | Foo.cpp | 273 Return<void> Foo::transpose2( in transpose2() function in android::hardware::tests::foo::V1_0::implementation::Foo
|
/hardware/interfaces/tests/foo/1.0/ |
D | IFoo.hal | 147 transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);
|