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.cpp40 const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) { in doSomethingElse()
45 doStuffAndReturnAString_cb _cb) { in doStuffAndReturnAString()
50 const hidl_vec<int32_t> &param, mapThisVector_cb _cb) { in mapThisVector()
81 haveSomeStrings_cb _cb) { in haveSomeStrings()
87 haveAStringVec_cb _cb) { in haveAStringVec()
92 const hidl_array<float, 3, 5> &in, transposeMe_cb _cb) { in transposeMe()
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp50 const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) { in doSomethingElse()
67 doStuffAndReturnAString_cb _cb) { in doStuffAndReturnAString()
76 const hidl_vec<int32_t> &param, mapThisVector_cb _cb) { in mapThisVector()
182 haveSomeStrings_cb _cb) { in haveSomeStrings()
203 haveAStringVec_cb _cb) { in haveAStringVec()
224 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()