Lines Matching refs:Bar

17 Bar::Bar() {  in Bar()  function in android::hardware::tests::bar::V1_0::implementation::Bar
22 Return<void> Bar::doThis(float param) { in doThis()
26 Return<int32_t> Bar::doThatAndReturnSomething( in doThatAndReturnSomething()
31 Return<double> Bar::doQuiteABit( in doQuiteABit()
39 Return<void> Bar::doSomethingElse( in doSomethingElse()
44 Return<void> Bar::doStuffAndReturnAString( in doStuffAndReturnAString()
49 Return<void> Bar::mapThisVector( in mapThisVector()
54 Return<void> Bar::callMe( in callMe()
59 Return<Bar::SomeEnum> Bar::useAnEnum(SomeEnum param) { in useAnEnum()
63 Return<void> Bar::haveAGooberVec(const hidl_vec<Goober>& param) { in haveAGooberVec()
67 Return<void> Bar::haveAGoober(const Goober &g) { in haveAGoober()
71 Return<void> Bar::haveAGooberArray(const hidl_array<Goober, 20> &lots) { in haveAGooberArray()
75 Return<void> Bar::haveATypeFromAnotherFile(const Abc &def) { in haveATypeFromAnotherFile()
79 Return<void> Bar::haveSomeStrings( in haveSomeStrings()
85 Return<void> Bar::haveAStringVec( in haveAStringVec()
91 Return<void> Bar::transposeMe( in transposeMe()
96 Return<void> Bar::callingDrWho( in callingDrWho()
101 Return<void> Bar::transpose(const StringMatrix5x3 &in, transpose_cb _hidl_cb) { in transpose()
105 Return<void> Bar::transpose2( in transpose2()
110 Return<void> Bar::sendVec( in sendVec()
115 Return<void> Bar::sendVecVec(sendVecVec_cb _hidl_cb) { in sendVecVec()
119 Return<void> Bar::haveAVectorOfInterfaces( in haveAVectorOfInterfaces()
127 Return<void> Bar::haveAVectorOfGenericInterfaces( in haveAVectorOfGenericInterfaces()
135 Return<void> Bar::createMyHandle(createMyHandle_cb _hidl_cb) { in createMyHandle()
139 Return<void> Bar::createHandles(uint32_t size, createHandles_cb _hidl_cb) { in createHandles()
143 Return<void> Bar::closeHandles() { in closeHandles()
147 Return<void> Bar::echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) { in echoNullInterface()
152 Return<void> Bar::thisIsNew() { in thisIsNew()
158 Return<void> Bar::expectNullHandle(const hidl_handle& h, const Abc& xyz, expectNullHandle_cb _hidl_… in expectNullHandle()
164 Return<void> Bar::takeAMask(BitField bf, uint8_t first, const MyMask& second, uint8_t third, in takeAMask()
170 Return<sp<ISimple>> Bar::haveAInterface(const sp<ISimple> &in) { in haveAInterface()
176 return new Bar(); in HIDL_FETCH_IBar()