Home
last modified time | relevance | path

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

/system/core/storaged/binder/android/os/
DIStoraged.aidl21 void onUserStarted(int userId); in onUserStarted() method
/system/core/storaged/include/
Dstoraged_service.h40 binder::Status onUserStarted(int32_t userId);
/system/vold/
DVolumeManager.h91 int onUserStarted(userid_t userId);
DVoldNativeService.h42 binder::Status onUserStarted(int32_t userId);
DVoldNativeService.cpp265 binder::Status VoldNativeService::onUserStarted(int32_t userId) { in onUserStarted() function in android::vold::VoldNativeService
269 return translate(VolumeManager::Instance()->onUserStarted(userId)); in onUserStarted()
DVolumeManager.cpp390 int VolumeManager::onUserStarted(userid_t userId) { in onUserStarted() function in VolumeManager
/system/vold/binder/android/os/
DIVold.aidl32 void onUserStarted(int userId); in onUserStarted() method
/system/core/storaged/
Dstoraged_service.cpp167 binder::Status StoragedService::onUserStarted(int32_t userId) { in onUserStarted() function in StoragedService