Home
last modified time | relevance | path

Searched refs:setPrimary (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DVolumeManager.h96 int setPrimary(const std::shared_ptr<android::vold::VolumeBase>& vol);
DVolumeManager.cpp421 int VolumeManager::setPrimary(const std::shared_ptr<android::vold::VolumeBase>& vol) { in setPrimary() function in VolumeManager
DVoldNativeService.cpp274 res = VolumeManager::Instance()->setPrimary(vol); in mount()