HomeSort by relevance Sort by last modified time
    Searched defs:get_timestamp (Results 1 - 21 of 21) sorted by null

  /external/autotest/tko/
utils.py 19 def get_timestamp(mapping, field): function
  /external/libxcam/xcore/
x3a_event.h 45 uint64_t get_timestamp () const { function in class:XCam::X3aEvent
video_buffer.h 77 int64_t get_timestamp () const { function in class:XCam::VideoBuffer
x3a_result.h 61 int64_t get_timestamp () const { function in class:XCam::X3aResult
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys.h 54 (*get_timestamp)(struct vl_screen *vscreen, void *drawable); member in struct:vl_screen
  /external/autotest/tko/parsers/
version_1.py 234 def get_timestamp(self): member in class:status_line
235 return tko_utils.get_timestamp(self.optional_fields, 'timestamp')
407 started_time = line.get_timestamp()
480 finished_time = line.get_timestamp()
504 finished_time = line.get_timestamp()
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/
platform_lib_log_util.cpp 31 char * get_timestamp(char *str, unsigned long buf_size) function
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
platform_lib_log_util.cpp 34 char * get_timestamp(char *str, unsigned long buf_size) function
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 130 uint64_t (*get_timestamp)(struct pipe_screen *); member in struct:pipe_screen
p_context.h 676 * pipe_screen::get_timestamp() but takes a context handle for drivers
679 uint64_t (*get_timestamp)(struct pipe_context *); member in struct:pipe_context
  /hardware/qcom/gps/msm8084/utils/
loc_log.cpp 215 FUNCTION get_timestamp
229 char * get_timestamp(char *str, unsigned long buf_size) function
  /hardware/qcom/gps/msm8909/utils/
loc_log.cpp 217 FUNCTION get_timestamp
231 char * get_timestamp(char *str, unsigned long buf_size) function
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_log.cpp 211 FUNCTION get_timestamp
225 char * get_timestamp(char *str, unsigned long buf_size) function
  /hardware/qcom/gps/msm8960/utils/
loc_log.cpp 209 FUNCTION get_timestamp
223 char * get_timestamp(char *str, unsigned long buf_size) function
  /hardware/qcom/gps/msm8994/utils/
loc_log.cpp 216 FUNCTION get_timestamp
230 char * get_timestamp(char *str, unsigned long buf_size) function
  /hardware/qcom/gps/msm8996/utils/
loc_log.cpp 217 FUNCTION get_timestamp
231 char * get_timestamp(char *str, unsigned long buf_size) function
  /hardware/qcom/gps/msm8998/utils/
loc_log.cpp 213 FUNCTION get_timestamp
227 char * get_timestamp(char *str, unsigned long buf_size) function
  /hardware/qcom/gps/utils/
loc_log.cpp 216 FUNCTION get_timestamp
230 char * get_timestamp(char *str, unsigned long buf_size) function
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.h 161 MIX_RESULT (*get_timestamp) (MixAudio *mix, guint64 *msecs); member in struct:_MixAudioClass
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 502 fs_visitor::get_timestamp(const fs_builder &bld) function in class:fs_visitor
531 get_timestamp(bld.annotate("shader time start")), 0);
542 const fs_reg timestamp = get_timestamp(ibld);
    [all...]
brw_vec4.cpp 1848 vec4_visitor::get_timestamp() function in class:brw::vec4_visitor
    [all...]

Completed in 544 milliseconds