Searched refs:RtcHostReadTime (Results 1 – 4 of 4) sorted by relevance
55 int32_t RtcHostReadTime(struct RtcHost *host, struct RtcTime *time);
44 return RtcHostReadTime((struct RtcHost *)handle, time); in RtcReadTime()
16 int32_t RtcHostReadTime(struct RtcHost *host, struct RtcTime *time) in RtcHostReadTime() function
25 ret = RtcHostReadTime(host, &time); in RtcServiceIoReadTime()