• Home
  • Raw
  • Download

Lines Matching refs:Foo

18 Return<void> Foo::convertToBoolIfSmall(Discriminator d, const hidl_vec<Union>& u,  in convertToBoolIfSmall()
42 Return<void> Foo::doThis(float param) { in doThis()
48 Return<int32_t> Foo::doThatAndReturnSomething( in doThatAndReturnSomething()
55 Return<double> Foo::doQuiteABit( in doQuiteABit()
73 Return<void> Foo::doSomethingElse( in doSomethingElse()
90 Return<void> Foo::doStuffAndReturnAString( in doStuffAndReturnAString()
99 Return<void> Foo::mapThisVector( in mapThisVector()
115 Return<void> Foo::callMe( in callMe()
174 Return<Foo::SomeEnum> Foo::useAnEnum(SomeEnum param) { in useAnEnum()
180 Return<void> Foo::haveAGooberVec(const hidl_vec<Goober>& param) { in haveAGooberVec()
186 Return<void> Foo::haveAGoober(const Goober &g) { in haveAGoober()
192 Return<void> Foo::haveAGooberArray(const hidl_array<Goober, 20> & /* lots */) { in haveAGooberArray()
198 Return<void> Foo::haveATypeFromAnotherFile(const Abc &def) { in haveATypeFromAnotherFile()
204 Return<void> Foo::haveSomeStrings( in haveSomeStrings()
225 Return<void> Foo::haveAStringVec( in haveAStringVec()
247 Return<void> Foo::transposeMe( in transposeMe()
265 Return<void> Foo::callingDrWho( in callingDrWho()
282 Return<void> Foo::transpose(const StringMatrix5x3 &in, transpose_cb _hidl_cb) { in transpose()
297 Return<void> Foo::transpose2( in transpose2()
313 Return<void> Foo::sendVec( in sendVec()
320 Return<void> Foo::sendVecVec(sendVecVec_cb _hidl_cb) { in sendVecVec()
327 Return<void> Foo::haveAVectorOfInterfaces( in haveAVectorOfInterfaces()
335 Return<void> Foo::haveAVectorOfGenericInterfaces( in haveAVectorOfGenericInterfaces()
342 Return<void> Foo::createMyHandle(createMyHandle_cb _hidl_cb) { in createMyHandle()
356 Return<void> Foo::createHandles(uint32_t size, createHandles_cb _hidl_cb) { in createHandles()
368 Return<void> Foo::closeHandles() { in closeHandles()
376 Return<void> Foo::echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) { in echoNullInterface()
382 Return<void> Foo::repeatWithFmq(const IFoo::WithFmq& withFmq, repeatWithFmq_cb _hidl_cb) { in repeatWithFmq()
388 return new Foo(); in HIDL_FETCH_IFoo()