MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / powerLock

Function powerLock

utils.c:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void powerLock() {
147 if (!lock_power)
148 sceShellUtilLock(SCE_SHELL_UTIL_LOCK_TYPE_PS_BTN);
149
150 lock_power++;
151}
152
153void powerUnlock() {
154 if (lock_power)

Callers 15

delete_threadFunction · 0.85
copy_threadFunction · 0.85
export_threadFunction · 0.85
hash_threadFunction · 0.85
send_threadFunction · 0.85
receive_threadFunction · 0.85
install_threadFunction · 0.85
update_extract_threadFunction · 0.85
fileBrowserMenuCtrlFunction · 0.85
compress_threadFunction · 0.85
initUsbFunction · 0.85
downloadFileProcessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected