Home
last modified time | relevance | path

Searched refs:tz (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZoneMonitor.java34 public ThermalZoneMonitor(ThermalZone tz) { in ThermalZoneMonitor() argument
35 zone = tz; in ThermalZoneMonitor()
DThermalService.java582 for (ThermalZone tz : tzList) tz.printAttrs(); in onStartCommand()
/hardware/ti/omap3/dspbridge/libbridge/
Dperfutils.c41 struct timezone tz; in getTimeStamp() local
42 Result = gettimeofday(tv, &tz); in getTimeStamp()
DDSPProcessor.c219 struct timezone tz; in DSPProcessor_FlushMemory() local
263 struct timezone tz; in DSPProcessor_InvalidateMemory() local
405 struct timezone tz; in DSPProcessor_Map() local
535 struct timezone tz; in DSPProcessor_ReserveMemory() local
599 struct timezone tz; in DSPProcessor_UnMap() local
645 struct timezone tz; in DSPProcessor_UnReserveMemory() local
DDSPManager.c300 struct timezone tz; in DSPManager_RegisterObject() local
343 struct timezone tz; in DSPManager_UnregisterObject() local
DDSPNode.c418 struct timezone tz; in DSPNode_Create() local
466 struct timezone tz; in DSPNode_Delete() local
652 struct timezone tz; in DSPNode_GetMessage() local
760 struct timeval tz; in DSPNode_PutMessage() local
DDSPProcessor_OEM.c102 struct timezone tz; in DSPProcessor_Load() local
/hardware/qcom/gps/platform_lib_abstractions/
Dplatform_lib_macros.h37 struct timezone tz; \
39 gettimeofday(&tv, &tz); \
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_macros.h37 struct timezone tz; \
39 gettimeofday(&tv, &tz); \
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp225 struct timezone tz; in get_timestamp() local
227 gettimeofday(&tv, &tz); in get_timestamp()
/hardware/qcom/gps/utils/
Dloc_log.cpp231 struct timezone tz; in get_timestamp() local
233 gettimeofday(&tv, &tz); in get_timestamp()