Home
last modified time | relevance | path

Searched refs:mapThisVector (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp54 Return<void> Bar::mapThisVector( in mapThisVector() function in android::hardware::tests::bar::V1_0::implementation::Bar
56 return mFoo->mapThisVector(param, _cb); in mapThisVector()
H A DBar.h41 …virtual Return<void> mapThisVector(const hidl_vec<int32_t>& param, mapThisVector_cb _hidl_cb) ove…
/aosp12/hardware/interfaces/tests/baz/1.0/
H A DIBaz.hal105 mapThisVector(vec<int32_t> param) generates (vec<int32_t> something);
/aosp12/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.h80 Return<void> mapThisVector(const hidl_vec<int32_t>& param, mapThisVector_cb _hidl_cb) override;
H A DBaz.cpp292 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
/aosp12/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.h38 …virtual Return<void> mapThisVector(const hidl_vec<int32_t>& param, mapThisVector_cb _hidl_cb) ove…
H A DFoo.cpp99 Return<void> Foo::mapThisVector( in mapThisVector() function in android::hardware::tests::foo::V1_0::implementation::Foo
/aosp12/hardware/interfaces/tests/foo/1.0/
H A DIFoo.hal186 mapThisVector(vec<int32_t> param) generates (vec<int32_t> something);
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java932 ArrayList<Integer> outVec = proxy.mapThisVector(paramVec); in client()
1057 proxy.mapThisVector(data4K); in client()
1411 public ArrayList<Integer> mapThisVector(ArrayList<Integer> param) { in mapThisVector() method in HidlTestJava.Baz
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp598 baz->mapThisVector( in TEST_F()
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1143 EXPECT_OK(foo->mapThisVector(vecParam, [&](const auto &something) { in TEST_F()