OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heyItsYouIsntIt
(Results
1 - 4
of
4
) sorted by null
/hardware/interfaces/tests/foo/1.0/
IFooCallback.hal
24
heyItsYouIsntIt
(IFooCallback cb) generates (bool yesOrNo);
/system/tools/hidl/test/
FooCallback.h
27
Return<bool>
heyItsYouIsntIt
(const sp<IFooCallback>& cb) override;
FooCallback.cpp
45
Return<bool> FooCallback::
heyItsYouIsntIt
(const sp<IFooCallback> &_cb) {
47
ALOGI("SERVER(FooCallback) 3:
heyItsYouIsntIt
cb = %p sleeping for %" PRId64 " seconds", _cb.get(), DELAY_S);
49
ALOGI("SERVER(FooCallback) 4:
heyItsYouIsntIt
cb = %p responding", _cb.get());
57
ALOGI("SERVER(FooCallback) 5:
heyItsYouIsntIt
cb = %p responding", _cb.get());
/hardware/interfaces/tests/foo/1.0/default/
Foo.cpp
110
<< " calling IFooCallback::
heyItsYouIsntIt
, should block for"
114
bool answer = cb->
heyItsYouIsntIt
(cb);
119
<< " calling IFooCallback::
heyItsYouIsntIt
, responded with "
Completed in 502 milliseconds