Home
last modified time | relevance | path

Searched defs:DeathRecipientCookie (Results 1 – 3 of 3) sorted by relevance

/system/chre/host/hal_generic/common/
Dmessage_hub_manager.h210 struct DeathRecipientCookie { struct
211 MessageHubManager *manager;
212 int64_t hubId;
/system/security/keystore2/apc_compat/
Dapc_compat.cpp218 class DeathRecipientCookie { class in keystore2::ConfuiAidlCompatSession
220 DeathRecipientCookie(std::weak_ptr<ConfuiAidlCompatSession> session) in DeathRecipientCookie() function in keystore2::ConfuiAidlCompatSession::DeathRecipientCookie
/system/chre/host/test/hal_generic/common/
Dmessage_hub_manager_test.cc129 using DeathRecipientCookie = HostHub::DeathRecipientCookie; typedef in android::hardware::contexthub::common::implementation::MessageHubManagerTest