/aosp12/frameworks/base/apex/jobscheduler/service/jni/ |
H A D | com_android_server_alarm_AlarmManagerService.cpp | 153 struct rtc_time rtc = {}; in setTime() local 154 rtc.tm_sec = tm.tm_sec; in setTime() 155 rtc.tm_min = tm.tm_min; in setTime() 156 rtc.tm_hour = tm.tm_hour; in setTime() 157 rtc.tm_mday = tm.tm_mday; in setTime() 158 rtc.tm_mon = tm.tm_mon; in setTime() 159 rtc.tm_year = tm.tm_year; in setTime() 160 rtc.tm_wday = tm.tm_wday; in setTime() 161 rtc.tm_yday = tm.tm_yday; in setTime() 162 rtc.tm_isdst = tm.tm_isdst; in setTime() [all …]
|
/aosp12/system/extras/tests/timetest/ |
H A D | rtc_test.cpp | 30 static const char rtc[] = "/dev/rtc0"; in hwtime() local 32 int ret = access(rtc, flag & O_WRONLY); in hwtime() 39 ret = TEMP_FAILURE_RETRY(stat(rtc, &st)); in hwtime() 48 ret = TEMP_FAILURE_RETRY(open(rtc, flag)); in hwtime()
|
/aosp12/system/bt/stack/test/rfcomm/ |
H A D | stack_rfcomm_test_utils.cc | 79 std::vector<uint8_t> CreateMccMscFrame(uint8_t dlci, bool fc, bool rtc, in CreateMccMscFrame() argument 88 v24_signals.set(2, rtc); in CreateMccMscFrame() 185 bool fc, bool rtc, bool rtr, bool ic, in CreateQuickMscPacket() argument 190 CreateMccMscFrame(dlci, fc, rtc, rtr, ic, dv); in CreateQuickMscPacket()
|
H A D | stack_rfcomm_test_utils.h | 104 std::vector<uint8_t> CreateMccMscFrame(uint8_t dlci, bool fc, bool rtc, 196 bool fc, bool rtc, bool rtr, bool ic,
|
/aosp12/system/core/bootstat/ |
H A D | boot_reason_test.sh | 528 *rtc* ) var="cold,rtc" ;;
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | genfs_contexts | 99 genfscon sysfs /class/rtc u:object_r:sysfs_rtc:s0
|
H A D | file_contexts | 122 /dev/rtc[0-9] u:object_r:rtc_device:s0
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | genfs_contexts | 114 genfscon sysfs /class/rtc u:object_r:sysfs_rtc:s0
|
H A D | file_contexts | 118 /dev/rtc[0-9] u:object_r:rtc_device:s0
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | file_contexts | 115 /dev/rtc[0-9] u:object_r:rtc_device:s0
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | genfs_contexts | 118 genfscon sysfs /class/rtc u:object_r:sysfs_rtc:s0
|
H A D | file_contexts | 121 /dev/rtc[0-9] u:object_r:rtc_device:s0
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | genfs_contexts | 127 genfscon sysfs /class/rtc u:object_r:sysfs_rtc:s0
|
H A D | file_contexts | 135 /dev/rtc[0-9] u:object_r:rtc_device:s0
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | genfs_contexts | 127 genfscon sysfs /class/rtc u:object_r:sysfs_rtc:s0
|
H A D | file_contexts | 135 /dev/rtc[0-9] u:object_r:rtc_device:s0
|
/aosp12/system/sepolicy/private/ |
H A D | genfs_contexts | 127 genfscon sysfs /class/rtc u:object_r:sysfs_rtc:s0
|
H A D | file_contexts | 135 /dev/rtc[0-9] u:object_r:rtc_device:s0
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | file_contexts | 114 /dev/rtc[0-9] u:object_r:rtc_device:s0
|
/aosp12/system/sepolicy/prebuilts/api/28.0/ |
H A D | vendor_sepolicy.cil | 8 (genfscon sysfs /devices/platform/GFSH0007:00/rtc (u object_r sysfs_rtc ((s0) (s0)))) 9 (genfscon sysfs /devices/pnp0/00:00/rtc (u object_r sysfs_rtc ((s0) (s0))))
|
/aosp12/packages/modules/Virtualization/microdroid/ |
H A D | microdroid_file_contexts | 134 /dev/rtc[0-9] u:object_r:rtc_device:s0
|
/aosp12/bootable/recovery/tests/testdata/ |
H A D | recovery_body | 370 …�y:u:object_r:rtc_device:s0/dev/rtc[0-9]…
|