Searched refs:mInternalEmulated (Results 1 – 2 of 2) sorted by relevance
264 CHECK(mInternalEmulated == nullptr); in start()265 mInternalEmulated = std::shared_ptr<android::vold::VolumeBase>( in start()267 mInternalEmulated->create(); in start()273 CHECK(mInternalEmulated != nullptr); in stop()274 mInternalEmulated->destroy(); in stop()275 mInternalEmulated = nullptr; in stop()366 if (mInternalEmulated->getId() == id) { in findVolume()367 return mInternalEmulated; in findVolume()624 mInternalEmulated->destroy(); in reset()625 mInternalEmulated->create(); in reset()[all …]
214 std::shared_ptr<android::vold::VolumeBase> mInternalEmulated; variable