Searched refs:timezone (Results 1 – 25 of 34) sorted by relevance
12
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | tm1637.cxx | 47 int timezone = -7; // Your UTC offset in main() local 68 snprintf(myTime, 5, "%2d%02d", (hour + timezone + 24) % 24, min); in main()
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | DSPProcessor.c | 219 struct timezone tz; in DSPProcessor_FlushMemory() 263 struct timezone tz; in DSPProcessor_InvalidateMemory() 405 struct timezone tz; in DSPProcessor_Map() 535 struct timezone tz; in DSPProcessor_ReserveMemory() 599 struct timezone tz; in DSPProcessor_UnMap() 645 struct timezone tz; in DSPProcessor_UnReserveMemory()
|
D | perfutils.c | 41 struct timezone tz; in getTimeStamp()
|
D | DSPManager.c | 300 struct timezone tz; in DSPManager_RegisterObject() 343 struct timezone tz; in DSPManager_UnregisterObject()
|
D | DSPProcessor_OEM.c | 102 struct timezone tz; in DSPProcessor_Load()
|
D | DSPNode.c | 418 struct timezone tz; in DSPNode_Create() 466 struct timezone tz; in DSPNode_Delete() 652 struct timezone tz; in DSPNode_GetMessage()
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 37 struct timezone tz; \
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 37 struct timezone tz; \
|
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 37 struct timezone tz; \
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
D | platform_lib_macros.h | 37 struct timezone tz; \
|
/hardware/qcom/gps/msm8994/platform_lib_abstractions/ |
D | platform_lib_macros.h | 37 struct timezone tz; \
|
/hardware/qcom/gps/platform_lib_abstractions/ |
D | platform_lib_macros.h | 37 struct timezone tz; \
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
D | OMX_JpegDec_Utils.h | 162 struct timezone sTimeZone; \ 189 struct timezone sTimeZone; \ 216 struct timezone sTimeZone; \
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_log.cpp | 231 struct timezone tz; in get_timestamp()
|
/hardware/qcom/gps/utils/ |
D | loc_log.cpp | 232 struct timezone tz; in get_timestamp()
|
/hardware/qcom/gps/msm8994/utils/ |
D | loc_log.cpp | 232 struct timezone tz; in get_timestamp()
|
/hardware/qcom/gps/msm8960/utils/ |
D | loc_log.cpp | 225 struct timezone tz; in get_timestamp()
|
/hardware/qcom/gps/msm8996/utils/ |
D | loc_log.cpp | 233 struct timezone tz; in get_timestamp()
|
/hardware/qcom/gps/msm8909/utils/ |
D | loc_log.cpp | 233 struct timezone tz; in get_timestamp()
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_x11.c | 78 gettimeofday(&time_deta, (struct timezone *)NULL); in psb_doframerate() 497 gettimeofday(&inter_period, (struct timezone *)NULL); in psb_PutSurface()
|
/hardware/ril/include/telephony/ |
D | ril_cdma_sms.h | 631 signed char timezone; /* +/-, [-48,+48] number of 15 minutes - GW only */ member
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 57 gettimeofday(&tv, (struct timezone *) NULL); in loc_eng_nmea_send()
|
/hardware/ril/reference-ril/ |
D | atchannel.c | 89 gettimeofday(&tv, (struct timezone *) NULL); in setTimespecRelative()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 60 gettimeofday(&tv, (struct timezone *) NULL); in loc_eng_nmea_send()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 60 gettimeofday(&tv, (struct timezone *) NULL); in loc_eng_nmea_send()
|
12