Lines Matching refs:mConnector

177     private NativeDaemonConnector mConnector;
625 mConnector.execute("volume", enable ? "share" : "unshare", path, method);
695 mConnector.executeForList("volume", "list"),
935 mConnector.execute("volume", "mount", path);
1011 mConnector.execute(cmd);
1033 mConnector.execute("volume", "format", path);
1050 event = mConnector.execute("volume", "shared", path, method);
1316 mConnector = new NativeDaemonConnector(this, "vold", MAX_CONTAINERS * 2, VOLD_TAG, 25);
1318 Thread thread = new Thread(mConnector, VOLD_TAG);
1557 mConnector.executeForList("storage", "users", path),
1600 mConnector.executeForList("asec", "list"), VoldResponseCode.AsecListResult);
1614 mConnector.execute("asec", "create", id, sizeMb, fstype, key, ownerUid,
1634 mConnector.execute("asec", "finalize", id);
1651 mConnector.execute("asec", "fixperms", id, gid, filename);
1681 mConnector.execute(cmd);
1715 mConnector.execute("asec", "mount", id, key, ownerUid);
1756 mConnector.execute(cmd);
1801 mConnector.execute("asec", "rename", oldId, newId);
1816 event = mConnector.execute("asec", "path", id);
1837 event = mConnector.execute("asec", "fspath", id);
1891 event = mConnector.execute("obb", "path", state.voldPath);
1961 event = mConnector.execute("cryptfs", "cryptocomplete");
1991 event = mConnector.execute("cryptfs", "checkpw", password);
2000 mConnector.execute("cryptfs", "restart");
2030 mConnector.execute("cryptfs", "enablecrypto", "inplace", password);
2055 event = mConnector.execute("cryptfs", "changepw", password);
2088 event = mConnector.execute("cryptfs", "verifypw", password);
2454 mConnector.execute(
2532 mConnector.execute(cmd);
2670 mConnector.dump(fd, pw, args);
2675 if (mConnector != null) {
2676 mConnector.monitor();