Home
last modified time | relevance | path

Searched refs:someBoolArrayMethod (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/tests/baz/1.0/
DIBase.hal83 someBoolArrayMethod(bool[3] x) generates (bool[4] y);
/hardware/interfaces/tests/baz/1.0/default/
DBaz.h32 Return<void> someBoolArrayMethod(const hidl_array<bool, 3>& x,
DBaz.cpp58 Return<void> Baz::someBoolArrayMethod(const hidl_array<bool, 3>& x, in someBoolArrayMethod() function in android::hardware::tests::baz::V1_0::implementation::Baz