Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.cpp40 HistogramDevice::TokenInfo* tokenInfo = (HistogramDevice::TokenInfo*)cookie; in histogramOnBinderDied() local
41 ATRACE_NAME(String8::format("%s pid=%d", __func__, tokenInfo->mPid).c_str()); in histogramOnBinderDied()
42 ALOGI("%s: process %d with token(%p) is died", __func__, tokenInfo->mPid, in histogramOnBinderDied()
43 tokenInfo->mToken.get()); in histogramOnBinderDied()
46 tokenInfo->mHistogramDevice->unregisterHistogram(tokenInfo->mToken, &histogramErrorCode); in histogramOnBinderDied()
174 auto tokenInfo = &it->second; in registerHistogram() local
183 auto& configInfo = tokenInfo->mConfigInfo; in registerHistogram()
196 if ((status = AIBinder_linkToDeath(token.get(), mDeathRecipient, tokenInfo))) { in registerHistogram()
284 TokenInfo* tokenInfo = nullptr; in reconfigHistogram() local
286 if ((*histogramErrorCode = searchTokenInfo(token, tokenInfo)) != HistogramErrorCode::NONE) { in reconfigHistogram()
[all …]
DHistogramDevice.h465 HistogramErrorCode searchTokenInfo(const ndk::SpAIBinder& token, TokenInfo*& tokenInfo)