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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
rwhod.h 43 int32_t out_time; /* time on */ member in struct:outmp
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_pproc.h 91 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
180 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_pproc.h 71 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
161 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
  /hardware/qcom/msm8998/kernel-headers/media/
msmb_pproc.h 92 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
181 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
  /hardware/qcom/msm8998/original-kernel-headers/media/
msmb_pproc.h 72 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
162 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
  /external/libchrome/base/time/
time.cc 233 Time out_time; local
234 if (FromLocalExploded(exploded, &out_time))
235 return out_time;
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 156 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
215 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
316 struct compat_timeval in_time, out_time; member in struct:msm_cpp_frame_info32_t
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_pproc.h 211 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
300 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_pproc.h 167 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
235 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 206 struct timeval in_time, out_time; member in struct:msm_cpp_frame_info_t
296 struct timeval in_time, out_time; member in struct:msm_vpe_frame_info_t
402 struct compat_timeval in_time, out_time; member in struct:msm_cpp_frame_info32_t
  /system/core/libziparchive/
zip_writer.cc 153 static void ExtractTimeAndDate(time_t when, uint16_t* out_time, uint16_t* out_date) {
171 *out_time = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
  /external/libchrome/base/metrics/
field_trial.cc 114 Time out_time; local
115 if (!Time::FromLocalExploded(exploded, &out_time)) {
117 // We might just return |out_time|, which is Time(0).
121 return out_time;
    [all...]

Completed in 260 milliseconds