Searched refs:onUserStopped (Results 1 - 8 of 8) sorted by relevance

/system/core/storaged/binder/android/os/
H A DIStoraged.aidl22 void onUserStopped(int userId);
/system/core/storaged/include/
H A Dstoraged_service.h41 binder::Status onUserStopped(int32_t userId);
/system/vold/binder/android/os/
H A DIVold.aidl33 void onUserStopped(int userId);
/system/vold/
H A DVolumeManager.h95 int onUserStopped(userid_t userId);
H A DVoldNativeService.h43 binder::Status onUserStopped(int32_t userId);
H A DVoldNativeService.cpp271 binder::Status VoldNativeService::onUserStopped(int32_t userId) { function in class:android::vold::VoldNativeService
275 return translate(VolumeManager::Instance()->onUserStopped(userId));
H A DVolumeManager.cpp389 int VolumeManager::onUserStopped(userid_t userId) { function in class:VolumeManager
/system/core/storaged/
H A Dstoraged_service.cpp172 binder::Status StoragedService::onUserStopped(int32_t userId) { function in class:StoragedService

Completed in 1600 milliseconds