/hardware/libhardware/modules/thermal/ |
D | thermal.c | 89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local 124 total = active + idle; in get_cpu_usages() 149 .total = total, in get_cpu_usages()
|
/hardware/libhardware/include/hardware/ |
D | thermal.h | 126 uint64_t total; member
|
D | hdmi_cec.h | 386 struct hdmi_port_info* list[], int* total);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | dhdioctl.h | 96 uint total; /* Total packets (or bursts) */ member
|
/hardware/interfaces/thermal/1.0/vts/functional/ |
D | VtsHalThermalV1_0TargetTest.cpp | 146 (cpuUsage.active >= 0 && cpuUsage.total >= 0 && in checkCpuUsage() 147 cpuUsage.total >= cpuUsage.active)); in checkCpuUsage()
|
/hardware/interfaces/thermal/1.0/default/ |
D | Thermal.cpp | 126 cpuUsages[i].total = list[i].total; in getCpuUsages()
|
/hardware/intel/img/psb_video/src/ |
D | pnw_hostjpeg.h | 71 #define JPEG_CODED_BUF_SEGMENT_SIZE(total, width, height, core, eFormat) \ argument 72 (((total) - PNW_JPEG_HEADER_MAX_SIZE) / \
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 124 uint total; in pkttotlen() local 127 total = 0; in pkttotlen() 130 total += len; in pkttotlen() 133 return (total); in pkttotlen() 192 uint total = pkttotlen(osh, p); in pktdataoffset() local 196 if (offset > total) in pktdataoffset() 214 uint total = pkttotlen(osh, p); in pktoffset() local 217 if (offset > total) in pktoffset()
|
D | dhdu.c | 646 pktgen.total = opts.uval; in dhd_pktgen() 711 if (pktgen.total) { in dhd_pktgen() 712 printf("%slimit %d", str, pktgen.total); in dhd_pktgen()
|
/hardware/interfaces/audio/2.0/ |
D | types.hal | 82 int32_t bufferSizeFrames; // total buffer size in frames
|
D | IStreamIn.hal | 142 * @return frames the total frame count received. This must be as early in
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessageCallback.hal | 132 * 4-byte word (skip B31 and B32), with MSB first, for a total of 40 148 * a total of 2x114 = 228 bits, (sync & tail excluded) that must fit
|
/hardware/interfaces/thermal/1.0/ |
D | types.hal | 108 uint64_t total;
|
D | IThermal.hal | 42 * Retrieves CPU usage information of each core: active and total times
|
/hardware/qcom/display/msm8996/hdmi_cec/ |
D | qhdmi_cec.cpp | 342 struct hdmi_port_info* list[], int* total) in cec_get_port_info() argument 346 *total = NUM_HDMI_PORTS; in cec_get_port_info()
|
/hardware/qcom/display/sdm845/hdmi_cec/ |
D | qhdmi_cec.cpp | 344 struct hdmi_port_info* list[], int* total) in cec_get_port_info() argument 348 *total = NUM_HDMI_PORTS; in cec_get_port_info()
|
/hardware/qcom/display/msm8998/hdmi_cec/ |
D | qhdmi_cec.cpp | 344 struct hdmi_port_info* list[], int* total) in cec_get_port_info() argument 348 *total = NUM_HDMI_PORTS; in cec_get_port_info()
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 269 * The total resource "cost" of using this camera, represented as an integer 270 * value in the range [0, 100] where 100 represents total usage of the 286 * of camera devices with a total resource cost > 100. This may succeed or 289 * must fail during the configure calls. If the total resource cost is <=
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 1604 OMX_U32 total = 0; in Init_Decoder() local 1627 OMX_GetComponentsOfRole(role, &total, 0); in Init_Decoder() 1628 DEBUG_PRINT("\nTotal components of role=%s :%d", role, total); in Init_Decoder() 1630 if(total) in Init_Decoder() 1633 OMX_U8** vidCompNames = (OMX_U8**)malloc((sizeof(OMX_U8*))*total); in Init_Decoder() 1639 for (i = 0; i < total; ++i) { in Init_Decoder() 1646 OMX_GetComponentsOfRole(role, &total, vidCompNames); in Init_Decoder() 1648 for (i = 0; i < total; ++i) { in Init_Decoder() 3910 ALOGE("Available free space %lx largest chunk %lx\n", fs.total, fs.largest); in getFreePmem()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 1812 OMX_U32 total = 0; in Init_Decoder() local 1835 OMX_GetComponentsOfRole(role, &total, 0); in Init_Decoder() 1836 DEBUG_PRINT("\nTotal components of role=%s :%d", role, total); in Init_Decoder() 1838 if (total) { in Init_Decoder() 1840 OMX_U8** vidCompNames = (OMX_U8**)malloc((sizeof(OMX_U8*))*total); in Init_Decoder() 1846 for (i = 0; i < total; ++i) { in Init_Decoder() 1853 OMX_GetComponentsOfRole(role, &total, vidCompNames); in Init_Decoder() 1855 for (i = 0; i < total; ++i) { in Init_Decoder() 4364 ALOGE("Available free space %lx largest chunk %lx\n", fs.total, fs.largest); in getFreePmem()
|
/hardware/interfaces/wifi/offload/1.0/ |
D | types.hal | 188 /* The total time when the Offload module could be performing scans (T2 - T1)
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1840 uint32_t sleepModeTimeMs; // total time (in ms) when modem is in a low power or 1842 uint32_t idleModeTimeMs; // total time (in ms) when modem is awake but neither 1845 // Each index represent total time (in ms) during which 1853 uint32_t rxModeTimeMs; // total time (in ms) for which receiver is
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffect.hal | 364 * the total number of supported configurations exceeds the maximum number
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 827 * partial result together into the total result set. 837 * results is a highly recommended performance optimization to avoid the total
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1931 * bytes must have a sufficient number of bytes to represent the total number of possible
|