Home
last modified time | relevance | path

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

/frameworks/native/services/gpuservice/gpuwork/
DGpuWork.cpp58 size_t hashGpuIdUid(const android::gpuwork::GpuIdUid& gpuIdUid) { in hashGpuIdUid() function
280 std::unordered_map<GpuIdUid, UidTrackingInfo, decltype(hashGpuIdUid)*, decltype(equalGpuIdUid)*> in pullWorkAtoms()
281 workMap(32, &hashGpuIdUid, &equalGpuIdUid); in pullWorkAtoms()