Searched refs:clientWritable (Results 1 – 4 of 4) sorted by relevance
38 public void create(int size, boolean clientWritable) { in onBind()41 mArray = new MemoryIntArray(size, clientWritable); in onBind()
43 public RemoteIntArray(int size, boolean clientWritable) throws IOException, TimeoutException { in RemoteIntArray() argument51 mRemoteInstance.create(size, clientWritable); in RemoteIntArray()
23 void create(int size, boolean clientWritable); in create() argument
67 public MemoryIntArray(int size, boolean clientWritable) throws IOException { in MemoryIntArray() argument72 mClientWritable = clientWritable; in MemoryIntArray()75 mMemoryAddr = nativeOpen(mFd.getFd(), true, clientWritable); in MemoryIntArray()