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.h155 struct TokenInfo { struct
170 TokenInfo(HistogramDevice* histogramDevice, const ndk::SpAIBinder& token, pid_t pid) in TokenInfo() argument
387 std::unordered_map<AIBinder*, TokenInfo> mTokenInfoMap GUARDED_BY(mHistogramMutex);
465 HistogramErrorCode searchTokenInfo(const ndk::SpAIBinder& token, TokenInfo*& tokenInfo)
DHistogramDevice.cpp40 HistogramDevice::TokenInfo* tokenInfo = (HistogramDevice::TokenInfo*)cookie; in histogramOnBinderDied()
284 TokenInfo* tokenInfo = nullptr; in reconfigHistogram()
337 TokenInfo* tokenInfo = nullptr; in unregisterHistogram()
666 TokenInfo*& tokenInfo) { in searchTokenInfo()
778 TokenInfo* tokenInfo = nullptr; in getChanIdBlobId()
1523 void HistogramDevice::TokenInfo::dump(String8& result, const char* prefix) const { in dump()