Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DDeathNotifier.cpp76 sCookies.erase(mCookieKey); in ~DeathRecipient()
79 uintptr_t mCookieKey; member in android::DeathNotifier::DeathRecipient
104 mDeathRecipient->mCookieKey = sCookieKeyCounter++;
105 sCookies[mDeathRecipient->mCookieKey] = mDeathRecipient;
110 reinterpret_cast<void*>(mDeathRecipient->mCookieKey));
134 reinterpret_cast<void*>(mDeathRecipient->mCookieKey)); in ~DeathNotifier()