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

/hardware/interfaces/tests/pointer/1.0/default/
H A DGraph.cpp26 Return<void> Graph::giveAGraph(giveAGraph_cb _cb) { argument
29 _cb(g);
65 Return<void> Graph::giveASimpleRef(giveASimpleRef_cb _cb) { argument
68 _cb(&a);
/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp45 const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) {
46 return mFoo->doSomethingElse(param, _cb);
50 doStuffAndReturnAString_cb _cb) {
51 return mFoo->doStuffAndReturnAString(_cb);
55 const hidl_vec<int32_t> &param, mapThisVector_cb _cb) {
56 return mFoo->mapThisVector(param, _cb);
86 haveSomeStrings_cb _cb) {
87 return mFoo->haveSomeStrings(array, _cb);
92 haveAStringVec_cb _cb) {
93 return mFoo->haveAStringVec(vector, _cb);
44 doSomethingElse( const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) argument
49 doStuffAndReturnAString( doStuffAndReturnAString_cb _cb) argument
54 mapThisVector( const hidl_vec<int32_t> &param, mapThisVector_cb _cb) argument
84 haveSomeStrings( const hidl_array<hidl_string, 3> &array, haveSomeStrings_cb _cb) argument
90 haveAStringVec( const hidl_vec<hidl_string> &vector, haveAStringVec_cb _cb) argument
96 transposeMe( const hidl_array<float, 3, 5> &in, transposeMe_cb _cb) argument
[all...]
/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.cpp74 const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) {
85 _cb(result);
91 doStuffAndReturnAString_cb _cb) {
94 _cb("Hello, world");
100 const hidl_vec<int32_t> &param, mapThisVector_cb _cb) {
110 _cb(out);
206 haveSomeStrings_cb _cb) {
220 _cb(result);
227 haveAStringVec_cb _cb) {
242 _cb(resul
73 doSomethingElse( const hidl_array<int32_t, 15> &param, doSomethingElse_cb _cb) argument
90 doStuffAndReturnAString( doStuffAndReturnAString_cb _cb) argument
99 mapThisVector( const hidl_vec<int32_t> &param, mapThisVector_cb _cb) argument
204 haveSomeStrings( const hidl_array<hidl_string, 3> &array, haveSomeStrings_cb _cb) argument
225 haveAStringVec( const hidl_vec<hidl_string> &vector, haveAStringVec_cb _cb) argument
247 transposeMe( const hidl_array<float, 3, 5> &in, transposeMe_cb _cb) argument
[all...]

Completed in 236 milliseconds