Searched refs:tokenInfo (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | HistogramDevice.cpp | 40 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 …]
|
D | HistogramDevice.h | 465 HistogramErrorCode searchTokenInfo(const ndk::SpAIBinder& token, TokenInfo*& tokenInfo)
|