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.cpp110 Return<void> Bar::transpose2( in transpose2() function in android::hardware::tests::bar::V1_0::implementation::Bar
112 return mFoo->transpose2(in, _hidl_cb); in transpose2()
DBar.h53 …virtual Return<void> transpose2(const hidl_array<hidl_string, 5 /* 5 */, 3 /* 3 */>& in, transpose…
/hardware/interfaces/tests/baz/1.0/default/
DBaz.h49 Return<void> transpose2(const hidl_array<hidl_string, 5, 3>& in,
DBaz.cpp184 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.h50 …virtual Return<void> transpose2(const hidl_array<hidl_string, 5 /* 5 */, 3 /* 3 */>& in, transpose…
DFoo.cpp297 Return<void> Foo::transpose2( in transpose2() function in android::hardware::tests::foo::V1_0::implementation::Foo
/hardware/interfaces/tests/baz/1.0/
DIBase.hal122 transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal203 transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);