Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp63 msg->app_name = mCachedHubInfo[hubId].osAppName; in setOsAppAsDestination()
72 mCachedHubInfo.clear(); in getHubs()
97 mCachedHubInfo[hub->hub_id] = info; in getHubs()
116 if (!mCachedHubInfo.count(hubId)) { in isValidHubId()
128 return mCachedHubInfo[hubId].callback; in getCallBackForHubId()
174 if (mCachedHubInfo[hubId].callback != nullptr) { in registerCallback()
176 mCachedHubInfo[hubId].callback->unlinkToDeath(mDeathRecipient); in registerCallback()
179 mCachedHubInfo[hubId].callback = cb; in registerCallback()
312 mCachedHubInfo[hubId].callback.clear(); in handleServiceDeath()
DNanohubHidlAdapter.h96 std::unordered_map<uint32_t, CachedHubInformation> mCachedHubInfo; member