Home
last modified time | relevance | path

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

/system/core/storaged/binder/android/os/
DIStoraged.aidl22 void onUserStopped(int userId); in onUserStopped() method
/system/core/storaged/include/
Dstoraged_service.h41 binder::Status onUserStopped(int32_t userId);
/system/vold/
DVolumeManager.h112 int onUserStopped(userid_t userId);
DVoldNativeService.h44 binder::Status onUserStopped(int32_t userId);
DVoldNativeService.cpp211 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped() function in android::vold::VoldNativeService
215 return translate(VolumeManager::Instance()->onUserStopped(userId)); in onUserStopped()
DVolumeManager.cpp440 onUserStopped(userId); in onUserRemoved()
458 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped() function in VolumeManager
/system/vold/binder/android/os/
DIVold.aidl36 void onUserStopped(int userId); in onUserStopped() method
/system/core/storaged/
Dstoraged_service.cpp172 binder::Status StoragedService::onUserStopped(int32_t userId) { in onUserStopped() function in StoragedService