Searched defs:mapThisVector (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/hardware/interfaces/tests/bar/1.0/default/ | ||
H A D | Bar.cpp | 54 Return<void> Bar::mapThisVector( in mapThisVector() function in android::hardware::tests::bar::V1_0::implementation::Bar |
/aosp_15_r20/hardware/interfaces/tests/foo/1.0/default/ | ||
H A D | Foo.cpp | 99 Return<void> Foo::mapThisVector( in mapThisVector() function in android::hardware::tests::foo::V1_0::implementation::Foo |
/aosp_15_r20/hardware/interfaces/tests/baz/1.0/default/ | ||
H A D | Baz.cpp | 292 Return<void> Baz::mapThisVector(const hidl_vec<int32_t>& param, mapThisVector_cb _hidl_cb) { in mapThisVector() function in android::hardware::tests::baz::V1_0::implementation::Baz |
/aosp_15_r20/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ | ||
D | HidlTestJava.java | 1455 public ArrayList<Integer> mapThisVector(ArrayList<Integer> param) { in mapThisVector() method in HidlTestJava.Baz |