Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/test/hidl_test/
H A DFooCallback.h30 Return<void> youBlockedMeFor(const hidl_array<int64_t, 3 /* 3 */>& callerBlockedInfo) override;
H A DFooCallback.cpp112 Return<void> FooCallback::youBlockedMeFor(const hidl_array<int64_t, 3> &ns) { in youBlockedMeFor() function in android::hardware::tests::foo::V1_0::implementation::FooCallback
/aosp12/hardware/interfaces/tests/foo/1.0/
H A DIFooCallback.hal52 youBlockedMeFor(int64_t[3] callerBlockedInfo);
/aosp12/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.cpp165 cb->youBlockedMeFor(c); in callMe()