Searched refs:fired (Results 1 – 2 of 2) sorted by relevance
121 uint64_t fired = 0; in main() local146 ssize_t bytes = read(fd, &fired, sizeof(fired)); in main()150 } else if (bytes < (ssize_t)sizeof(fired)) { in main()154 if (fired != 1) { in main()155 fprintf(stderr, "unexpected timer fd fired count: %" PRIu64 "\n", fired); in main()180 i += fired; in main()
13 The events fired to drive the state machine at the time of this writing are:93 #### Events fired from SYS95 1. An event is fired from one of the methods mentioned above in149 responses are also fired as messages through the BTA workqueue thread, which are152 #### Events fired through BTM155 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 timers199 2. `bta_dm_pm_timer_cback` clears the use flag on the timer that fired, and