Searched refs:mAccess (Results 1 – 4 of 4) sorted by relevance
201 ServiceManager::ServiceManager(std::unique_ptr<Access>&& access) : mAccess(std::move(access)) { in ServiceManager()245 auto ctx = mAccess->getCallingContext(); in tryGetService()263 if (!mAccess->canFind(ctx, name)) { in tryGetService()296 auto ctx = mAccess->getCallingContext(); in addService()302 if (!mAccess->canAdd(ctx, name)) { in addService()350 if (!mAccess->canList(mAccess->getCallingContext())) { in listServices()377 auto ctx = mAccess->getCallingContext(); in registerForNotifications()379 if (!mAccess->canFind(ctx, name)) { in registerForNotifications()413 auto ctx = mAccess->getCallingContext(); in unregisterForNotifications()415 if (!mAccess->canFind(ctx, name)) { in unregisterForNotifications()[all …]
99 std::unique_ptr<Access> mAccess; variable
1364 private final Access<T> mAccess = new Access<T>(); field in ViewTreeObserver.CopyOnWriteArray1396 mAccess.mData = mData; in start()1397 mAccess.mSize = mData.size(); in start()1398 return mAccess; in start()1406 mAccess.mData.clear(); in end()1407 mAccess.mSize = 0; in end()
64984 Landroid/view/ViewTreeObserver$CopyOnWriteArray;->mAccess:Landroid/view/ViewTreeObserver$CopyOnWrit…