Searched refs:mountUserId (Results 1 - 5 of 5) sorted by relevance

/system/vold/model/
H A DVolumeBase.h91 status_t setMountUserId(userid_t mountUserId);
H A DVolumeBase.cpp81 status_t VolumeBase::setMountUserId(userid_t mountUserId) { argument
87 mMountUserId = mountUserId;
/system/vold/binder/android/os/
H A DIVold.aidl40 void mount(@utf8InCpp String volId, int mountFlags, int mountUserId);
/system/vold/
H A DVoldNativeService.h50 binder::Status mount(const std::string& volId, int32_t mountFlags, int32_t mountUserId);
H A DVoldNativeService.cpp314 int32_t mountUserId) {
325 vol->setMountUserId(mountUserId);
313 mount(const std::string& volId, int32_t mountFlags, int32_t mountUserId) argument

Completed in 6597 milliseconds