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

/system/vold/binder/android/os/
H A DIVold.aidl35 void onSecureKeyguardStateChanged(boolean isShowing);
/system/vold/
H A DVolumeManager.h97 int onSecureKeyguardStateChanged(bool isShowing);
H A DVoldNativeService.h45 binder::Status onSecureKeyguardStateChanged(bool isShowing);
H A DVoldNativeService.cpp278 binder::Status VoldNativeService::onSecureKeyguardStateChanged(bool isShowing) { function in class:android::vold::VoldNativeService
282 return translate(VolumeManager::Instance()->onSecureKeyguardStateChanged(isShowing));
H A DVolumeManager.cpp394 int VolumeManager::onSecureKeyguardStateChanged(bool isShowing) { function in class:VolumeManager

Completed in 398 milliseconds