Home
last modified time | relevance | path

Searched refs:kCookieKey (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DProtectCallback.h59 explicit DeathMonitor(uintptr_t cookieKey) : kCookieKey(cookieKey) {} in DeathMonitor()
68 uintptr_t getCookieKey() const { return kCookieKey; } in getCookieKey()
79 const uintptr_t kCookieKey; variable
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DProtectCallback.cpp90 sCookies.erase(kCookieKey); in ~DeathMonitor()