OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendVec
(Results
1 - 12
of
12
) sorted by null
/hardware/interfaces/tests/libhwbinder/1.0/
IBenchmark.hal
20
sendVec
(vec<uint8_t> data) generates (vec<uint8_t> data);
/hardware/interfaces/tests/libhwbinder/1.0/default/
Benchmark.cpp
12
Return<void> Benchmark::
sendVec
(
Benchmark.h
19
virtual Return<void>
sendVec
(const hidl_vec<uint8_t>& data, sendVec_cb _hidl_cb) override;
/system/libhwbinder/vts/performance/
Benchmark_binder.cpp
58
Status
sendVec
(const vector<uint8_t>& data, vector<uint8_t>* _aidl_return) {
88
service->
sendVec
(data_vec, &data_return);
Benchmark.cpp
79
service->
sendVec
(data_vec, [&] (const auto &/*res*/) {
Benchmark_throughput.cpp
235
Return<void> ret = workers[target]->
sendVec
(data_vec, [&](const auto &) {});
/hardware/interfaces/tests/bar/1.0/default/
Bar.cpp
110
Return<void> Bar::
sendVec
(
112
return mFoo->
sendVec
(data, _hidl_cb);
Bar.h
52
virtual Return<void>
sendVec
(const hidl_vec<uint8_t>& data, sendVec_cb _hidl_cb) override;
/hardware/interfaces/tests/foo/1.0/default/
Foo.h
46
virtual Return<void>
sendVec
(const hidl_vec<uint8_t>& data, sendVec_cb _hidl_cb) override;
Foo.cpp
289
Return<void> Foo::
sendVec
(
/hardware/interfaces/tests/foo/1.0/
IFoo.hal
149
sendVec
(vec<uint8_t> data) generates (vec<uint8_t> data);
/system/tools/hidl/test/
hidl_test_client.cpp
[
all
...]
Completed in 553 milliseconds