OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HidlDeathHandler
(Results
1 - 2
of
2
) sorted by null
/device/google/wahoo/wifi_offload/
Offload.h
18
class
HidlDeathHandler
: public android::hardware::hidl_death_recipient {
20
HidlDeathHandler
(const on_death_cb_function &user_cb_function)
23
~
HidlDeathHandler
() = default;
40
DISALLOW_COPY_AND_ASSIGN(
HidlDeathHandler
);
75
sp<
HidlDeathHandler
<IOffloadCallback>> death_handler_;
/hardware/interfaces/wifi/1.1/default/
hidl_callback_util.h
31
class
HidlDeathHandler
: public android::hardware::hidl_death_recipient {
33
HidlDeathHandler
(const on_death_cb_function& user_cb_function)
35
~
HidlDeathHandler
() = default;
47
DISALLOW_COPY_AND_ASSIGN(
HidlDeathHandler
);
63
: death_handler_(new
HidlDeathHandler
<CallbackType>(
110
sp<
HidlDeathHandler
<CallbackType>> death_handler_;
Completed in 1602 milliseconds