Searched refs:youBlockedMeFor (Results 1 – 4 of 4) sorted by relevance
30 Return<void> youBlockedMeFor(const hidl_array<int64_t, 3 /* 3 */>& callerBlockedInfo) override;
112 Return<void> FooCallback::youBlockedMeFor(const hidl_array<int64_t, 3> &ns) { in youBlockedMeFor() function in android::hardware::tests::foo::V1_0::implementation::FooCallback
52 youBlockedMeFor(int64_t[3] callerBlockedInfo);
165 cb->youBlockedMeFor(c); in callMe()