/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | crash_event_logger.c | 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() 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() 405 time_stamp, BIN_EXTN); in ssr_split_bin() 449 ret = ssr_split_bin(buf, len, time_stamp); in ssr_split_crash_dump_file() 515 void check_crash_reason_file(const char *time_stamp) in check_crash_reason_file() argument [all …]
|
/aosp12/system/media/audio_utils/ |
H A D | echo_reference.c | 155 (int)buffer->time_stamp.tv_sec, in echo_reference_write() 156 (int)buffer->time_stamp.tv_nsec, er->playback_delay); in echo_reference_write() 161 if ((buffer->time_stamp.tv_sec == 0) && (buffer->time_stamp.tv_nsec == 0) && in echo_reference_write() 178 er->wr_render_time.tv_sec = buffer->time_stamp.tv_sec; in echo_reference_write() 179 er->wr_render_time.tv_nsec = buffer->time_stamp.tv_nsec; in echo_reference_write() 370 (buffer->time_stamp.tv_sec == 0 && buffer->time_stamp.tv_nsec == 0)) { in echo_reference_read() 375 if (buffer->time_stamp.tv_nsec < er->wr_render_time.tv_nsec) { in echo_reference_read() 376 tmp.tv_sec = buffer->time_stamp.tv_sec - er->wr_render_time.tv_sec - 1; in echo_reference_read() 377 tmp.tv_nsec = 1000000000 + buffer->time_stamp.tv_nsec - er->wr_render_time.tv_nsec; in echo_reference_read() 379 tmp.tv_sec = buffer->time_stamp.tv_sec - er->wr_render_time.tv_sec; in echo_reference_read() [all …]
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/ |
H A 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()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/src/ |
H A 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()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/src/ |
H A 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()
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/ |
H A D | ipa_nat_drvi.h | 175 uint32_t time_stamp:24; member 264 uint64_t time_stamp:24; member 403 uint32_t *time_stamp);
|
H A D | ipa_nat_drv.h | 115 uint32_t *time_stamp);
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/inc/ |
H A D | ipa_nat_drvi.h | 175 uint32_t time_stamp:24; member 276 uint64_t time_stamp:24; member 427 uint32_t *time_stamp);
|
H A D | ipa_nat_drv.h | 131 uint32_t *time_stamp);
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/inc/ |
H A D | ipa_nat_drvi.h | 175 uint32_t time_stamp:24; member 276 uint64_t time_stamp:24; member 427 uint32_t *time_stamp);
|
H A D | ipa_nat_drv.h | 131 uint32_t *time_stamp);
|
/aosp12/hardware/google/camera/common/profiler/ |
H A D | profiler.cc | 481 profiler::TimeStamp& time_stamp = *target.add_runtime(); in DumpPb() local 487 time_stamp.set_start(time_slot.start / std::max(1, time_slot.count)); in DumpPb() 488 time_stamp.set_end(time_slot.end / std::max(1, time_slot.count)); in DumpPb() 489 time_stamp.set_count(time_slot.count); in DumpPb() 490 time_stamp.set_request_id(time_slot.request_id); in DumpPb()
|
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/ |
H A D | Replayer.cpp | 75 mCurrentTime = mTrace.increment(0).time_stamp(); in Replayer() 93 mCurrentTime = mTrace.increment(0).time_stamp(); in Replayer() 122 if (mHasStopped == false && mCurrentIncrement.time_stamp() >= mStopTimeStamp) { in replay() 130 waitUntilTimestamp(mCurrentIncrement.time_stamp()); in replay() 152 mCurrentTime = mCurrentIncrement.time_stamp(); in replay() 250 std::cout << "Time stamp: " << mCurrentIncrement.time_stamp() << "\n"; in waitForConsoleCommmand()
|
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | echo_reference.h | 30 struct timespec time_stamp; // time stamp for this buffer (see comment below) member
|
/aosp12/system/bt/stack/avdt/ |
H A D | avdt_api.cc | 862 uint16_t AVDT_WriteReqOpt(uint8_t handle, BT_HDR* p_pkt, uint32_t time_stamp, in AVDT_WriteReqOpt() argument 869 __func__, handle, time_stamp, m_pt, opt); in AVDT_WriteReqOpt() 877 evt.apiwrite.time_stamp = time_stamp; in AVDT_WriteReqOpt()
|
H A D | avdt_scb_act.cc | 232 uint32_t time_stamp; in avdt_scb_hdl_pkt_no_frag() local 247 BE_STREAM_TO_UINT32(time_stamp, p); in avdt_scb_hdl_pkt_no_frag() 285 avdt_scb_to_hdl(p_scb), p_data->p_pkt, time_stamp, in avdt_scb_hdl_pkt_no_frag() 1029 UINT32_TO_BE_STREAM(p, p_data->apiwrite.time_stamp); in avdt_scb_hdl_write_req()
|
/aosp12/system/bt/include/hardware/ |
H A D | bt_common_types.h | 39 uint16_t time_stamp; member
|
H A D | ble_scanner.h | 65 uint16_t time_stamp; variable
|
/aosp12/system/bt/stack/include/ |
H A D | avdt_api.h | 480 uint32_t time_stamp, uint8_t m_pt); 868 uint32_t time_stamp, uint8_t m_pt,
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_avdt_api.cc | 121 uint16_t AVDT_WriteReqOpt(uint8_t handle, BT_HDR* p_pkt, uint32_t time_stamp, in AVDT_WriteReqOpt() argument
|
/aosp12/system/bt/gd/hci/ |
H A D | le_scanning_manager.h | 41 uint16_t time_stamp; variable
|
/aosp12/hardware/qcom/msm8960/kernel-headers/linux/ |
H A D | msm_q6venc.h | 222 long long time_stamp; member
|
/aosp12/hardware/qcom/msm8960/original-kernel-headers/linux/ |
H A D | msm_q6venc.h | 186 long long time_stamp; member
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | msm_q6venc.h | 222 long long time_stamp; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | msm_q6venc.h | 186 long long time_stamp; member
|