Searched refs:setProtect (Results 1 – 9 of 9) sorted by relevance
217 if (!shm.setProtect(OsConstants.PROT_READ)) { in generateFsVerityIntoSharedMemory()302 if (!mShm.setProtect(OsConstants.PROT_READ | OsConstants.PROT_WRITE)) { in create()
130 public boolean setProtect(int prot) { in setProtect() method in SharedMemory
230 public void setProtect(String protect) { in setProtect() method in BluetoothMapMessageListingElement
465 e.setProtect(protect); in setProtected()
395 if (!shm.setProtect(PROT_READ)) { in packetToSharedMemory()
491 if (sharedMemory != null && !sharedMemory.setProtect(OsConstants.PROT_READ)) { in updateStateLocked()
1251 sharedMemory.setProtect(OsConstants.PROT_READ);
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
31858 method public boolean setProtect(int);