Searched refs:_cb (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/tests/bar/1.0/default/ |
D | Bar.cpp | 45 const hidl_array<int32_t, 15> ¶m, 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> ¶m, 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/ |
D | Foo.cpp | 74 const hidl_array<int32_t, 15> ¶m, 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> ¶m, 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/ |
D | wifi_hidl_call_util.h | 120 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_hidl_call_util.h | 123 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
|
/hardware/interfaces/wifi/offload/1.0/vts/functional/ |
D | hidl_call_util.h | 119 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
|
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
D | hostapd_hidl_call_util.h | 131 std::remove_reference<decltype(*strong_pointer)>::type::method##_cb>( \
|