HomeSort by relevance Sort by last modified time
    Searched refs:cooling_device_t (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/include/hardware/
thermal.h 108 } cooling_device_t; typedef in typeref:struct:__anon30969
183 * and caller should allocate a cooling_device_t array with that number
185 * Caller is responsible for allocating cooling_device_t array |list| of
201 ssize_t (*getCoolingDevices)(struct thermal_module *module, cooling_device_t *list,
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 66 cooling_device_t *list = (cooling_device_t *)
67 malloc(list_size * sizeof(cooling_device_t));
  /hardware/libhardware/modules/thermal/
thermal.c 160 static ssize_t get_cooling_devices(thermal_module_t *module, cooling_device_t *list, size_t size) {

Completed in 33 milliseconds