HomeSort by relevance Sort by last modified time
    Searched refs:heyItsYou (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/tests/foo/1.0/
IFooCallback.hal 23 heyItsYou(IFooCallback cb);
  /system/tools/hidl/test/
FooCallback.h 26 Return<void> heyItsYou(const sp<IFooCallback>& cb) override;
FooCallback.cpp 30 Return<void> FooCallback::heyItsYou(
33 ALOGI("SERVER(FooCallback) 1: heyItsYou cb = %p", _cb.get());
41 ALOGI("SERVER(FooCallback) 2: heyItsYou returned");
  /hardware/interfaces/tests/foo/1.0/default/
Foo.cpp 99 << " calling IFooCallback::heyItsYou, should return immediately";
101 cb->heyItsYou(cb);
105 << " calling IFooCallback::heyItsYou, returned after"

Completed in 79 milliseconds