Home
last modified time | relevance | path

Searched refs:heyItsYouIsntIt (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/tools/hidl/test/hidl_test/
H A DFooCallback.h27 Return<bool> heyItsYouIsntIt(const sp<IFooCallback>& cb) override;
H A DFooCallback.cpp45 Return<bool> FooCallback::heyItsYouIsntIt(const sp<IFooCallback> &_cb) { in heyItsYouIsntIt() function in android::hardware::tests::foo::V1_0::implementation::FooCallback
/aosp12/hardware/interfaces/tests/foo/1.0/
H A DIFooCallback.hal24 heyItsYouIsntIt(IFooCallback cb) generates (bool yesOrNo);
/aosp12/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.cpp138 bool answer = cb->heyItsYouIsntIt(cb); in callMe()