/aosp12/system/core/libsuspend/ |
H A D | autosuspend_wakeup_count.cpp | 74 std::string wakeup_count; in suspend_thread_func() local 75 if (!ReadFdToString(wakeup_count_fd, &wakeup_count)) { in suspend_thread_func() 80 wakeup_count = Trim(wakeup_count); in suspend_thread_func() 81 if (wakeup_count.empty()) { in suspend_thread_func() 93 LOG(VERBOSE) << "write " << wakeup_count << " to wakeup_count"; in suspend_thread_func() 94 if (WriteStringToFd(wakeup_count, wakeup_count_fd)) { in suspend_thread_func()
|
/aosp12/system/bt/gd/btaa/linux_generic/ |
H A D | attribution_processor.cc | 47 wakelock_duration_aggregator_[key].wakeup_count += 1; in OnBtaaPackets() 78 btaa_aggregator_[it.first].wakeup_count = 0; in OnWakelockReleased() 84 btaa_aggregator_[it.first].wakeup_count += it.second.wakeup_count; in OnWakelockReleased() 136 device_entry_builder.add_wakeup_count(it.second.wakeup_count); in Dump()
|
/aosp12/frameworks/base/cmds/incident_helper/testdata/ |
H A D | kernel_wakeups.txt | 1 name active_count event_count wakeup_count expire_count active_since total_time max_time last_chan…
|
/aosp12/system/bt/gd/btaa/ |
H A D | activity_attribution.fbs | 14 wakeup_count:int;
|
H A D | activity_attribution.h | 33 uint16_t wakeup_count; member
|
/aosp12/system/bt/include/hardware/ |
H A D | bt_activity_attribution.h | 44 uint16_t wakeup_count; member
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | system_suspend.te | 10 # Access to /sys/power/{ wakeup_count, state } suspend interface.
|
H A D | genfs_contexts | 133 genfscon sysfs /power/wakeup_count u:object_r:sysfs_power:s0
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | system_suspend.te | 10 # Access to /sys/power/{ wakeup_count, state } suspend interface.
|
H A D | genfs_contexts | 140 genfscon sysfs /power/wakeup_count u:object_r:sysfs_power:s0
|
/aosp12/system/bt/main/shim/ |
H A D | activity_attribution.cc | 64 (ActivityAttributionCallbacks::Activity)it.activity, it.wakeup_count, in OnActivityLogsReady()
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | system_suspend.te | 10 # Access to /sys/power/{ wakeup_count, state } suspend interface.
|
H A D | genfs_contexts | 151 genfscon sysfs /power/wakeup_count u:object_r:sysfs_power:s0
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | system_suspend.te | 10 # Access to /sys/power/{ wakeup_count, state } suspend interface.
|
H A D | genfs_contexts | 151 genfscon sysfs /power/wakeup_count u:object_r:sysfs_power:s0
|
/aosp12/system/sepolicy/private/ |
H A D | system_suspend.te | 10 # Access to /sys/power/{ wakeup_count, state } suspend interface.
|
H A D | genfs_contexts | 151 genfscon sysfs /power/wakeup_count u:object_r:sysfs_power:s0
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | kernelwake.proto | 38 optional int32 wakeup_count = 4; field
|
/aosp12/frameworks/base/core/proto/android/server/alarm/ |
H A D | alarmmanagerservice.proto | 202 optional int32 wakeup_count = 5; field 242 optional int32 wakeup_count = 5; field
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | genfs_contexts | 114 genfscon sysfs /power/wakeup_count u:object_r:sysfs_power:s0
|
/aosp12/system/core/rootdir/ |
H A D | init.rc | 434 chown system system /sys/power/wakeup_count
|