OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recipient2
(Results
1 - 2
of
2
) sorted by null
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
HidlTestJava.java
627
HidlDeathRecipient
recipient2
= new HidlDeathRecipient();
local
632
ExpectTrue(proxy.linkToDeath(
recipient2
, cookie2));
633
ExpectTrue(proxy.unlinkToDeath(
recipient2
));
640
ExpectTrue(!
recipient2
.waitUntilServiceDied(2000 /*timeoutMillis*/));
/system/tools/hidl/test/
hidl_test_client.cpp
1387
sp<HidlDeathRecipient>
recipient2
= new HidlDeathRecipient();
local
[
all
...]
Completed in 44 milliseconds