Home
last modified time | relevance | path

Searched refs:callMe (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp59 Return<void> Bar::callMe( in callMe() function in android::hardware::tests::bar::V1_0::implementation::Bar
61 return mFoo->callMe(cb); in callMe()
DBar.h42 virtual Return<void> callMe(const sp<IFooCallback>& cb) override;
/hardware/interfaces/tests/baz/1.0/default/
DBaz.h81 Return<void> callMe(const sp<IBazCallback>& cb) override;
DBaz.cpp306 Return<void> Baz::callMe(const sp<IBazCallback>& cb) { in callMe() function in android::hardware::tests::baz::V1_0::implementation::Baz
/hardware/interfaces/tests/baz/1.0/
DIBaz.hal106 callMe(IBazCallback cb);
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h39 virtual Return<void> callMe(const sp<IFooCallback>& cb) override;
DFoo.cpp115 Return<void> Foo::callMe( in callMe() function in android::hardware::tests::foo::V1_0::implementation::Foo
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal187 oneway callMe(IFooCallback cb);