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.cpp54 Return<void> Bar::callMe( in callMe() function in android::hardware::tests::bar::V1_0::implementation::Bar
56 return mFoo->callMe(cb); in callMe()
DBar.h40 virtual Return<void> callMe(const sp<IFooCallback>& cb) override;
/hardware/interfaces/tests/baz/1.0/
DIBaz.hal79 callMe(IBazCallback cb);
/hardware/interfaces/tests/baz/1.0/default/
DBaz.h64 Return<void> callMe(const sp<IBazCallback>& cb) override;
DBaz.cpp272 Return<void> Baz::callMe(const sp<IBazCallback>& cb) { in callMe() function in android::hardware::tests::baz::V1_0::implementation::Baz
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h34 virtual Return<void> callMe(const sp<IFooCallback>& cb) override;
DFoo.cpp91 Return<void> Foo::callMe( in callMe() function in android::hardware::tests::foo::V1_0::implementation::Foo
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal131 oneway callMe(IFooCallback cb);