OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapThisVector
(Results
1 - 11
of
11
) sorted by null
/hardware/interfaces/tests/bar/1.0/default/
Bar.cpp
49
Return<void> Bar::
mapThisVector
(
51
return mFoo->
mapThisVector
(param, _cb);
Bar.h
39
virtual Return<void>
mapThisVector
(const hidl_vec<int32_t>& param, mapThisVector_cb _hidl_cb) override;
/hardware/interfaces/tests/baz/1.0/
IBaz.hal
78
mapThisVector
(vec<int32_t> param) generates (vec<int32_t> something);
/hardware/interfaces/tests/baz/1.0/default/
Baz.h
63
Return<void>
mapThisVector
(const hidl_vec<int32_t>& param, mapThisVector_cb _hidl_cb) override;
Baz.cpp
258
Return<void> Baz::
mapThisVector
(const hidl_vec<int32_t>& param, mapThisVector_cb _hidl_cb) {
259
LOG(INFO) << "
mapThisVector
";
/hardware/interfaces/tests/foo/1.0/default/
Foo.h
33
virtual Return<void>
mapThisVector
(const hidl_vec<int32_t>& param, mapThisVector_cb _hidl_cb) override;
Foo.cpp
75
Return<void> Foo::
mapThisVector
(
77
LOG(INFO) << "SERVER(Foo)
mapThisVector
";
/hardware/interfaces/tests/foo/1.0/
IFoo.hal
130
mapThisVector
(vec<int32_t> param) generates (vec<int32_t> something);
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
HidlTestJava.java
502
ArrayList<Integer> outVec = proxy.
mapThisVector
(paramVec);
617
proxy.
mapThisVector
(data4K);
793
public ArrayList<Integer>
mapThisVector
(ArrayList<Integer> param) {
794
Log.d(TAG, "
mapThisVector
" + param.toString());
/system/tools/hidl/test/java_test/
hidl_test_java_native.cpp
428
baz->
mapThisVector
(
/system/tools/hidl/test/
hidl_test_client.cpp
905
EXPECT_OK(foo->
mapThisVector
(vecParam, [&](const auto &something) {
906
ALOGI("CLIENT
mapThisVector
returned %s.",
[
all
...]
Completed in 254 milliseconds