Searched refs:mMountService (Results 1 – 1 of 1) sorted by relevance
68 sp<IMountService> mMountService; member109 mMountService = interface_cast<IMountService>(sm->getService(String16("mount"))); in initialize()110 if (mMountService == NULL) { in initialize()160 mMountService->mountObb(rawPath16, canonicalPath16, mObbActionListener, cb->nonce, obbInfo); in mountObb()166 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); in unmountObb()171 return mMountService->isObbMounted(filename16); in isObbMounted()177 if (mMountService->getMountedObbPath(filename16, path16)) { in getMountedObbPath()