Searched refs:cookieKey (Results 1 – 2 of 2) sorted by relevance
59 explicit DeathMonitor(uintptr_t cookieKey) : kCookieKey(cookieKey) {} in DeathMonitor() argument
139 uintptr_t cookieKey = sCookiesKeyCounter++; in initialize() local141 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()