Home
last modified time | relevance | path

Searched refs:_cb (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp45 const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) { in doSomethingElse() argument
46 return mFoo->doSomethingElse(param, _cb); in doSomethingElse()
50 doStuffAndReturnAString_cb _cb) { in doStuffAndReturnAString() argument
51 return mFoo->doStuffAndReturnAString(_cb); in doStuffAndReturnAString()
55 const hidl_vec<int32_t> &param, mapThisVector_cb _cb) { in mapThisVector() argument
56 return mFoo->mapThisVector(param, _cb); in mapThisVector()
86 haveSomeStrings_cb _cb) { in haveSomeStrings() argument
87 return mFoo->haveSomeStrings(array, _cb); in haveSomeStrings()
92 haveAStringVec_cb _cb) { in haveAStringVec() argument
93 return mFoo->haveAStringVec(vector, _cb); in haveAStringVec()
[all …]
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp74 const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) { in doSomethingElse() argument
85 _cb(result); in doSomethingElse()
91 doStuffAndReturnAString_cb _cb) { in doStuffAndReturnAString() argument
94 _cb("Hello, world"); in doStuffAndReturnAString()
100 const hidl_vec<int32_t> &param, mapThisVector_cb _cb) { in mapThisVector() argument
110 _cb(out); in mapThisVector()
206 haveSomeStrings_cb _cb) { in haveSomeStrings() argument
220 _cb(result); in haveSomeStrings()
227 haveAStringVec_cb _cb) { in haveAStringVec() argument
242 _cb(result); in haveAStringVec()
[all …]
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_hidl_call_util.h120 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_hidl_call_util.h123 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
/hardware/interfaces/wifi/offload/1.0/vts/functional/
Dhidl_call_util.h119 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/
Dhostapd_hidl_call_util.h131 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \