Home
last modified time | relevance | path

Searched refs:fired (Results 1 – 3 of 3) sorted by relevance

/system/extras/tests/suspend_stress/
Dsuspend_stress.cpp120 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()
/system/bt/doc/
Dpower_management.md13 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
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1658 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()