Home
last modified time | relevance | path

Searched defs:_cb (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp45 const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) { in doSomethingElse()
50 doStuffAndReturnAString_cb _cb) { in doStuffAndReturnAString()
55 const hidl_vec<int32_t> &param, mapThisVector_cb _cb) { in mapThisVector()
86 haveSomeStrings_cb _cb) { in haveSomeStrings()
92 haveAStringVec_cb _cb) { in haveAStringVec()
97 const hidl_array<float, 3, 5> &in, transposeMe_cb _cb) { in transposeMe()
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp74 const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) { in doSomethingElse()
91 doStuffAndReturnAString_cb _cb) { in doStuffAndReturnAString()
100 const hidl_vec<int32_t> &param, mapThisVector_cb _cb) { in mapThisVector()
206 haveSomeStrings_cb _cb) { in haveSomeStrings()
227 haveAStringVec_cb _cb) { in haveAStringVec()
248 const hidl_array<float, 3, 5> &in, transposeMe_cb _cb) { in transposeMe()
/hardware/interfaces/tests/pointer/1.0/default/
DGraph.cpp26 Return<void> Graph::giveAGraph(giveAGraph_cb _cb) { in giveAGraph()
65 Return<void> Graph::giveASimpleRef(giveASimpleRef_cb _cb) { in giveASimpleRef()