Home
last modified time | relevance | path

Searched refs:cookieKey (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() argument
/hardware/nxp/keymint/transport/
DOmapiTransport.cpp139 uintptr_t cookieKey = sCookiesKeyCounter++; in initialize() local
141 mCookieKeys.push_back(cookieKey); in initialize()
142 sCookies[cookieKey] = shared_from_this(); in initialize()
143 LOG(INFO) << "linkToDeath on OMAPI service with cookie: " << cookieKey; in initialize()
146 reinterpret_cast<void *>(cookieKey)); in initialize()