Searched refs:mAccess (Results 1 – 4 of 4) sorted by relevance
319 ServiceManager::ServiceManager(std::unique_ptr<Access>&& access) : mAccess(std::move(access)) { in ServiceManager()363 auto ctx = mAccess->getCallingContext(); in tryGetService()378 if (!mAccess->canFind(ctx, name)) { in tryGetService()416 auto ctx = mAccess->getCallingContext(); in addService()422 if (!mAccess->canAdd(ctx, name)) { in addService()508 if (!mAccess->canList(mAccess->getCallingContext())) { in listServices()535 auto ctx = mAccess->getCallingContext(); in registerForNotifications()537 if (!mAccess->canFind(ctx, name)) { in registerForNotifications()581 auto ctx = mAccess->getCallingContext(); in unregisterForNotifications()583 if (!mAccess->canFind(ctx, name)) { in unregisterForNotifications()[all …]
112 std::unique_ptr<Access> mAccess; variable
1367 private final Access<T> mAccess = new Access<T>(); field in ViewTreeObserver.CopyOnWriteArray1399 mAccess.mData = mData; in start()1400 mAccess.mSize = mData.size(); in start()1401 return mAccess; in start()1409 mAccess.mData.clear(); in end()1410 mAccess.mSize = 0; in end()
64341 Landroid/view/ViewTreeObserver$CopyOnWriteArray;->mAccess:Landroid/view/ViewTreeObserver$CopyOnWrit…