Searched defs:readLock (Results 1 – 5 of 5) sorted by relevance
167 if (std::shared_lock readLock(mRWMutex); mService == nullptr || mService->asBinder() != who) { in checkIfAlive() local183 if (std::shared_lock readLock(mRWMutex); mService == nullptr || mService->asBinder() != who) { in prepareProcessTermination() local235 if (std::shared_lock readLock(mRWMutex); mService == nullptr) { in getPackageInfosForUids() local251 if (std::shared_lock readLock(mRWMutex); mService == nullptr) { in resetResourceOveruseStats() local262 if (std::shared_lock readLock(mRWMutex); mService == nullptr) { in requestTodayIoUsageStats() local274 if (std::shared_lock readLock(mRWMutex); mService == nullptr) { in onLatestResourceStats() local285 if (std::shared_lock readLock(mRWMutex); mService == nullptr) { in requestAidlVhalPid() local
208 std::shared_lock readLock(mRWMutex); in getPackageNamesForUids() local227 std::shared_lock readLock(mRWMutex); in getPackageInfosForUids() local
552 std::shared_lock readLock(mRwMutex); in getResourceOveruseConfigurations() local639 std::shared_lock readLock(mRwMutex); in getIoOveruseStats() local
107 std::shared_lock readLock(mRWMutex); in connectToDaemon() local
161 public boolean shouldOpenWithFuse(String path, boolean readLock, int fd) { in shouldOpenWithFuse()328 private native boolean native_should_open_with_fuse(long daemon, String path, boolean readLock, in native_should_open_with_fuse()