Searched refs:idle (Results 1 – 5 of 5) sorted by relevance
/hardware/libhardware/modules/thermal/ |
D | thermal.c | 89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local 111 &nice, &system, &idle); in get_cpu_usages() 124 total = active + idle; in get_cpu_usages()
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 144 int idle; member 1545 dump_printf(&log, " idle timeout: %dms\n", hwc_dev->idle); in omap4_hwc_dump() 1858 timeout = hwc_dev->idle ? hwc_dev->idle : -1; in omap4_hwc_hdmi_thread() 1863 err = poll(fds, hwc_dev->idle ? 2 : 1, timeout); in omap4_hwc_hdmi_thread() 1866 if (hwc_dev->idle) { in omap4_hwc_hdmi_thread() 1891 if (hwc_dev->idle && fds[1].revents & POLLIN) { in omap4_hwc_hdmi_thread() 1895 timeout = hwc_dev->idle ? hwc_dev->idle : -1; in omap4_hwc_hdmi_thread() 2094 hwc_dev->idle = atoi(value); in omap4_hwc_device_open()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 183 int idle; member 2096 dump_printf(&log, " idle timeout: %dms\n", hwc_dev->idle); in omap4_hwc_dump() 2503 timeout = hwc_dev->idle ? hwc_dev->idle : -1; in omap4_hwc_hdmi_thread() 2559 if (hwc_dev->idle && (now >= idle_wakeup)) { in omap4_hwc_hdmi_thread() 2593 timeout = hwc_dev->idle ? hwc_dev->idle : -1; in omap4_hwc_hdmi_thread() 2852 hwc_dev->idle = atoi(value); in omap4_hwc_device_open()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 217 uint8 idle; /* avail in pool */ member
|
D | wlioctl.h | 1104 uint32 idle; /* time since data pkt rx'd from sta */ member
|