Lines Matching refs:_cb
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()
248 const hidl_array<float, 3, 5> &in, transposeMe_cb _cb) { in transposeMe() argument
260 _cb(out); in transposeMe()