Searched refs:IsDeviceUnlocked (Results 1 – 8 of 8) sorted by relevance
271 if (IsDeviceUnlocked()) { in IsAvbPermissive()534 bool AvbHandle::IsDeviceUnlocked() { in IsDeviceUnlocked() function in android::fs_mgr::AvbHandle535 return android::fs_mgr::IsDeviceUnlocked(); in IsDeviceUnlocked()
65 bool IsDeviceUnlocked();
109 bool IsDeviceUnlocked() { in IsDeviceUnlocked() function
125 static bool IsDeviceUnlocked();
72 static bool IsDeviceUnlocked() { in IsDeviceUnlocked() function472 fastboot ? "fastboot" : IsRoDebuggable() || IsDeviceUnlocked() ? "adb" : "none"; in main()
301 if (force_debuggable_env && "true"s == force_debuggable_env && AvbHandle::IsDeviceUnlocked()) { in GetUserdebugPlatformPolicyFile()
225 if (AvbHandle::IsDeviceUnlocked()) { in IsStandaloneImageRollback()
790 if (force_debuggable_env && AvbHandle::IsDeviceUnlocked()) { in SecondStageMain()