/aosp12/system/extras/tests/suspend_stress/ |
H A D | suspend_stress.cpp | 120 uint64_t fired = 0; in main() local 145 ssize_t bytes = read(fd, &fired, sizeof(fired)); in main() 149 } else if (bytes < (ssize_t)sizeof(fired)) { in main() 153 if (fired != 1) { in main() 154 fprintf(stderr, "unexpected timer fd fired count: %" PRIu64 "\n", fired); in main() 179 i += fired; in main()
|
/aosp12/hardware/google/pixel/usb/ |
H A D | UsbOverheatEvent.cpp | 132 uint64_t fired; in monitorThread() local 170 int numRead = read(overheatEvent->timer_fd_, &fired, sizeof(fired)); in monitorThread() 171 if (numRead != sizeof(fired)) { in monitorThread() 174 if (fired != 1) { in monitorThread() 179 read(overheatEvent->event_fd_, &fired, sizeof(fired)); in monitorThread()
|
/aosp12/system/bt/doc/ |
H A D | power_management.md | 13 The events fired to drive the state machine at the time of this writing are: 93 #### Events fired from SYS 95 1. An event is fired from one of the methods mentioned above in 149 responses are also fired as messages through the BTA workqueue thread, which are 152 #### Events fired through BTM 155 fired from the SYS side of things, except from the initial path they take: 157 1. An event is fired from a callback in BTM to `bta_dm_pm_btm_cback`. 193 #### Events fired from timers 199 2. `bta_dm_pm_timer_cback` clears the use flag on the timer that fired, and
|
/aosp12/hardware/interfaces/tetheroffload/control/1.0/ |
H A D | types.hal | 29 * after OFFLOAD_SUPPORT_AVAILABLE event is fired. 50 * in order to resume. This event is fired when the limit, applied in
|
/aosp12/hardware/interfaces/tetheroffload/control/1.1/ |
H A D | IOffloadControl.hal | 52 * for this upstream, no further {@code OFFLOAD_WARNING_REACHED} event will be fired for this 60 * event will be fired for this upstream unless this method is called again with the same
|
H A D | types.hal | 23 * This event is fired when the quota, applied in setDataWarning, has expired. It is
|
/aosp12/packages/modules/StatsD/statsd/src/ |
H A D | statsd_metadata.proto | 49 // The earliest time the alert can be fired again in wall clock time.
|
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/ |
H A D | README | 83 invoke the callback when any event is fired.
|
/aosp12/frameworks/base/packages/SystemUI/docs/ |
H A D | falsing.md | 47 There is also an event fired by the `FalsingManager` that can be listened to by anyone, that 49 fired, modal features, such as quick settings, keyguard bouncer, and others should retract
|
/aosp12/system/tools/hidl/test/hidl_test/ |
H A D | hidl_test_client.cpp | 1658 bool fired = false; member 1663 fired = true; in serviceDied() 1700 return recipient->fired; in TEST_F() 1702 EXPECT_TRUE(recipient->fired); in TEST_F() 1707 return recipient2->fired; in TEST_F() 1709 EXPECT_FALSE(recipient2->fired); in TEST_F()
|
/aosp12/hardware/interfaces/camera/device/3.2/ |
H A D | ICameraDeviceCallback.hal | 118 * Asynchronous notification callback from the HAL, fired for various
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 1729 // The App Standby bucket of the app that scheduled the alarm at the time the alarm fired. 4300 // Uid that owns the config whose anomaly detection alert fired. 4303 // Id of the config whose anomaly detection alert fired. 12285 // The event which fired. 12288 // The name of the trigger which fired.
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |