/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | crash_event_logger.c | 91 const char *time_stamp, bool is_ssr) in dump_crash_reason() argument 104 time_stamp, BIN_EXTN); in dump_crash_reason() 107 CRASH_REASON_FILE_PREFIX, time_stamp, in dump_crash_reason() 141 const char* time_stamp) in split_crash_dump_buffer() argument 152 if (buf == NULL || time_stamp == NULL || len <= 0) { in split_crash_dump_buffer() 175 dump_crash_reason(buf, len, buf + tot_len, size, time_stamp, in split_crash_dump_buffer() 181 time_stamp, BIN_EXTN); in split_crash_dump_buffer() 197 const char* time_stamp) in split_crash_dump_file() argument 229 ret = split_crash_dump_buffer(buf, len, time_stamp); in split_crash_dump_file() 365 int ssr_split_bin(unsigned char *buf, int len, const char* time_stamp) { in ssr_split_bin() argument [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/ |
D | ipa_nat_drv.c | 162 uint32_t *time_stamp) in ipa_nat_query_timestamp() argument 166 NULL == time_stamp) { in ipa_nat_query_timestamp() 172 return ipa_nati_query_timestamp(tbl_hdl, rule_hdl, time_stamp); in ipa_nat_query_timestamp()
|
D | ipa_nat_drvi.c | 148 return ((time_stamp_proto *)temp)->time_stamp; in Read32BitFieldValue() 978 uint32_t *time_stamp) in ipa_nati_query_timestamp() argument 1006 *time_stamp = Read32BitFieldValue(tbl_ptr[tbl_entry].ts_proto, in ipa_nati_query_timestamp() 1153 sw_rule->time_stamp = 0; in ipa_nati_generate_tbl_rule() 2252 IPADUMP("TS:0x%x Proto:0x%x ", sw_rule.time_stamp, sw_rule.protocol); in ipa_nati_print_rule()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/src/ |
D | ipa_nat_drv.c | 162 uint32_t *time_stamp) in ipa_nat_query_timestamp() argument 166 NULL == time_stamp) { in ipa_nat_query_timestamp() 172 return ipa_nati_query_timestamp(tbl_hdl, rule_hdl, time_stamp); in ipa_nat_query_timestamp()
|
D | ipa_nat_drvi.c | 166 return ((time_stamp_proto *)temp)->time_stamp; in Read32BitFieldValue() 1033 uint32_t *time_stamp) in ipa_nati_query_timestamp() argument 1061 *time_stamp = Read32BitFieldValue(tbl_ptr[tbl_entry].ts_proto, in ipa_nati_query_timestamp() 1241 sw_rule->time_stamp = 0; in ipa_nati_generate_tbl_rule() 2341 IPADUMP("TS:0x%x Proto:0x%x ", sw_rule.time_stamp, sw_rule.protocol); in ipa_nati_print_rule()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/ |
D | ipa_nat_drvi.h | 175 uint32_t time_stamp:24; member 264 uint64_t time_stamp:24; member 403 uint32_t *time_stamp);
|
D | ipa_nat_drv.h | 115 uint32_t *time_stamp);
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/inc/ |
D | ipa_nat_drvi.h | 175 uint32_t time_stamp:24; member 276 uint64_t time_stamp:24; member 427 uint32_t *time_stamp);
|
D | ipa_nat_drv.h | 131 uint32_t *time_stamp);
|
/hardware/google/camera/common/profiler/ |
D | profiler.cc | 501 profiler::TimeStamp& time_stamp = *target.add_runtime(); in DumpPb() local 507 time_stamp.set_start(time_slot.start / std::max(1, time_slot.count)); in DumpPb() 508 time_stamp.set_end(time_slot.end / std::max(1, time_slot.count)); in DumpPb() 509 time_stamp.set_count(time_slot.count); in DumpPb() 510 time_stamp.set_request_id(time_slot.request_id); in DumpPb()
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit_c2d.cpp | 162 void* time_stamp; member 228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop() 628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit() 634 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp, in flush_get_fence_copybit()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit_c2d.cpp | 160 void* time_stamp; member 230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop() 649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit() 655 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp, in flush_get_fence_copybit()
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | copybit_c2d.cpp | 160 void* time_stamp; member 230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop() 649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit() 655 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp, in flush_get_fence_copybit()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit_c2d.cpp | 160 void* time_stamp; member 230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop() 649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit() 655 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp, in flush_get_fence_copybit()
|
/hardware/qcom/sm8150/display/libcopybit/ |
D | copybit_c2d.cpp | 160 void* time_stamp; member 230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop() 649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit() 655 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp, in flush_get_fence_copybit()
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | copybit_c2d.cpp | 158 void* time_stamp; member 228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop() 647 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit() 653 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp, in flush_get_fence_copybit()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit_c2d.cpp | 159 void* time_stamp; member 227 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop() 647 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit() 653 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp, in flush_get_fence_copybit()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_c2d.cpp | 160 void* time_stamp; member 228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop() 644 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit() 650 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp, in flush_get_fence_copybit()
|
/hardware/qcom/sm7250/display/libcopybit/ |
D | copybit_c2d.cpp | 160 void* time_stamp; member 230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop() 649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit() 655 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp, in flush_get_fence_copybit()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_c2d.cpp | 160 void* time_stamp; member 228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop() 638 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit() 644 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp, in flush_get_fence_copybit()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | decoder_driver_test.c | 968 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp; in async_thread()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | decoder_driver_test.c | 1031 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp; in async_thread()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 390 int64_t time_stamp; member 970 OMX_TICKS time_stamp,
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 317 int64_t time_stamp; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 177 …vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread() 289 vdec_msg.msgdata.output_frame.time_stamp = ((uint64_t)ptr[3] * (uint64_t)1000000) + in async_message_thread() 7622 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 7626 (long long)vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 7636 omxhdr, (long long)vdec_msg->msgdata.output_frame.time_stamp, in async_message_process() 7652 omxhdr->nTimeStamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 9252 OMX_TICKS time_stamp = 0; in handle_extradata() local 9343 time_stamp = time_stamp_payload->timestamp_lo; in handle_extradata() 9344 time_stamp |= ((unsigned long long)time_stamp_payload->timestamp_hi << 32); in handle_extradata() 9345 p_buf_hdr->nTimeStamp = time_stamp; in handle_extradata() [all …]
|