Searched refs:mAccess (Results 1 – 4 of 4) sorted by relevance
88 ServiceManager::ServiceManager(std::unique_ptr<Access>&& access) : mAccess(std::move(access)) { in ServiceManager()132 auto ctx = mAccess->getCallingContext(); in tryGetService()150 if (!mAccess->canFind(ctx, name)) { in tryGetService()183 auto ctx = mAccess->getCallingContext(); in addService()190 if (!mAccess->canAdd(ctx, name)) { in addService()236 if (!mAccess->canList(mAccess->getCallingContext())) { in listServices()263 auto ctx = mAccess->getCallingContext(); in registerForNotifications()265 if (!mAccess->canFind(ctx, name)) { in registerForNotifications()297 auto ctx = mAccess->getCallingContext(); in unregisterForNotifications()299 if (!mAccess->canFind(ctx, name)) { in unregisterForNotifications()[all …]
91 std::unique_ptr<Access> mAccess; variable
1263 private final Access<T> mAccess = new Access<T>(); field in ViewTreeObserver.CopyOnWriteArray1295 mAccess.mData = mData; in start()1296 mAccess.mSize = mData.size(); in start()1297 return mAccess; in start()1305 mAccess.mData.clear(); in end()1306 mAccess.mSize = 0; in end()
79413 Landroid/view/ViewTreeObserver$CopyOnWriteArray;->mAccess:Landroid/view/ViewTreeObserver$CopyOnWrit…