Home
last modified time | relevance | path

Searched refs:transpose2 (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp105 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()
DBar.h51 …virtual Return<void> transpose2(const hidl_array<hidl_string, 5 /* 5 */, 3 /* 3 */>& in, transpose…
/hardware/interfaces/tests/baz/1.0/
DIBase.hal96 transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);
/hardware/interfaces/tests/baz/1.0/default/
DBaz.h48 Return<void> transpose2(const hidl_array<hidl_string, 5, 3>& in,
DBaz.cpp178 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/
DFoo.h45 …virtual Return<void> transpose2(const hidl_array<hidl_string, 5 /* 5 */, 3 /* 3 */>& in, transpose…
DFoo.cpp273 Return<void> Foo::transpose2( in transpose2() function in android::hardware::tests::foo::V1_0::implementation::Foo
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal147 transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);