Searched refs:getStorageUsers (Results 1 – 5 of 5) sorted by relevance
44 getStorageUsers(const String16& mountPoint, int32_t** users) = 0;
213 public int[] getStorageUsers(String path) throws RemoteException { in getStorageUsers() method in IMountService.Stub.Proxy914 int[] pids = getStorageUsers(path); in onTransact()1212 public int[] getStorageUsers(String path) throws RemoteException; in getStorageUsers() method
293 int[] stUsers = ims.getStorageUsers(extStoragePath);
196 int32_t getStorageUsers(const String16& mountPoint, int32_t** users) in getStorageUsers() function in android::BpMountService
404 int pids[] = getStorageUsers(path); in handleMessage()411 pids = getStorageUsers(path); in handleMessage()1412 public int[] getStorageUsers(String path) { in getStorageUsers() method in MountService