Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 25 of 125) sorted by relevance

12345

/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_test.cpp248 uint64_t frames = 0; variable
280 uint64_t frames = 0; variable
322 uint64_t frames = 0; variable
344 uint64_t frames = 0; variable
361 uint64_t frames = 0; variable
395 uint64_t frames = 0; variable
412 uint64_t frames = 0; variable
465 uint64_t *frames = nullptr; variable
483 uint64_t frames = 0; variable
502 uint64_t frames = 0; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_frame_formatter.cpp84 std::string DfxFrameFormatter::GetFramesStr(const std::vector<DfxFrame>& frames) in GetFramesStr()
96 std::string DfxFrameFormatter::GetFramesStr(const std::vector<std::shared_ptr<DfxFrame>>& frames) in GetFramesStr()
108 …or<std::shared_ptr<DfxFrame>> DfxFrameFormatter::ConvertFrames(const std::vector<DfxFrame>& frames) in ConvertFrames()
H A Dunwinder.cpp203 void SetFrames(const std::vector<DfxFrame>& frames) in SetFrames()
415 void Unwinder::FillFrames(std::vector<DfxFrame>& frames) in FillFrames()
435 void Unwinder::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetFramesByPcs()
460 void Unwinder::SetFrames(std::vector<DfxFrame>& frames) in SetFrames()
1191 void Unwinder::FillLocalFrames(std::vector<DfxFrame>& frames) in FillLocalFrames()
1207 void Unwinder::Impl::FillFrames(std::vector<DfxFrame>& frames) in FillFrames()
1346 void Unwinder::Impl::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetFramesByPcs()
1367 void Unwinder::GetLocalFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetLocalFramesByPcs()
1398 std::string Unwinder::GetFramesStr(const std::vector<DfxFrame>& frames) in GetFramesStr()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp117 auto frames = unwinder->GetFrames(); variable
206 auto frames = unwinder->GetFrames(); variable
308 auto frames = unwinder->GetFrames(); variable
344 auto frames = unwinder->GetFrames(); variable
389 auto frames = unwinder->GetFrames(); variable
505 std::vector<DfxFrame> frames; variable
730 std::vector<DfxFrame> frames; variable
780 auto frames = unwinder->GetFrames(); variable
822 std::vector<DfxFrame> frames; variable
825 auto frames = unwinder->GetFrames(); variable
[all …]
H A Dfp_unwinder_test.cpp56 std::vector<DfxFrame> frames; variable
88 std::vector<DfxFrame> frames; variable
H A Dinstr_statistic_test.cpp75 auto frames = unwinder->GetFrames(); variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dlock_parser_test.cpp128 std::vector<DfxFrame> frames; variable
182 std::vector<DfxFrame> frames; variable
232 std::vector<DfxFrame> frames; variable
271 std::vector<DfxFrame> frames; variable
312 std::vector<DfxFrame> frames; variable
H A Dfault_stack_test.cpp89 auto frames = unwinder->GetFrames(); variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_test.cpp255 uint64_t frames = 0; variable
285 uint64_t frames = 0; variable
326 uint64_t frames = 0; variable
348 uint64_t frames = 0; variable
365 uint64_t frames = 0; variable
396 uint64_t frames = 0; variable
412 uint64_t frames = 0; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/formatter/
H A Ddfx_json_formatter.cpp33 static bool FormatJsFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& outStr) in FormatJsFrame()
50 static bool FormatNativeFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& out… in FormatNativeFrame()
90 const Json::Value frames = thread["frames"]; in FormatJsonStack() local
147 Json::Value frames(Json::arrayValue); in FormatKernelStackJson() local
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/image-animator/06/
H A Dindex.js17 const frames = [ constant
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_stack_info_formatter.cpp113 Json::Value frames(Json::arrayValue); in GetNativeCrashInfo() local
134 Json::Value frames(Json::arrayValue); in GetDumpInfo() local
205 Json::Value frames(Json::arrayValue); in AppendThreads() local
H A Ddfx_unwind_async_thread.cpp119 auto frames = thread_->GetFrames(); in MergeStack() local
170 auto frames = thread_->GetFrames(); in UnwindThreadByParseStackIfNeed() local
H A Ddfx_fault_stack.cpp82 bool FaultStack::CollectStackInfo(const std::vector<DfxFrame>& frames, bool needParseStack) in CollectStackInfo()
131 bool FaultStack::CreateBlockForCorruptedStack(const std::vector<DfxFrame>& frames, uintptr_t prevEn… in CreateBlockForCorruptedStack()
277 bool FaultStack::ParseUnwindStack(std::shared_ptr<DfxMaps> maps, std::vector<DfxFrame>& frames) in ParseUnwindStack()
/ohos5.0/drivers/peripheral/audio/test/unittest/common/render/
H A Daudio_render_mmap_test.cpp184 uint64_t frames = 0; variable
193 uint64_t frames = 0; variable
204 uint64_t frames = 0; variable
/ohos5.0/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_mmap_test.cpp221 uint64_t frames = 0; variable
243 uint64_t frames = 0; variable
267 uint64_t frames = 0; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/include/
H A Ddfx_kernel_stack.h27 std::vector<DfxFrame> frames; member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local.cpp55 bool GetBacktraceFramesByTid(std::vector<DfxFrame>& frames, int32_t tid, size_t skipFrameNum, bool … in GetBacktraceFramesByTid()
76 std::vector<DfxFrame> frames; in GetBacktraceStringByTid() local
98 std::vector<DfxFrame> frames; in PrintBacktrace() local
H A Dbacktrace_local_thread.cpp77 void BacktraceLocalThread::SetFrames(const std::vector<DfxFrame>& frames) in SetFrames()
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/capture/src/
H A Daudio_idl_hdicapture_hardware_dependence_test.cpp750 uint64_t frames = 0; variable
786 uint64_t frames = 0; variable
824 uint64_t frames = 0; variable
860 uint64_t frames = 0; variable
894 uint64_t frames = 0; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/render/src/
H A Daudio_idl_hdirender_hardware_dependence_test.cpp724 uint64_t frames = 0; variable
759 uint64_t frames = 0; variable
795 uint64_t frames = 0; variable
831 uint64_t frames = 0; variable
867 uint64_t frames = 0; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_interface/src/
H A Daudio_capture_interface_impl_test.cpp52 uint64_t frames = 0; variable
442 uint64_t frames = 0; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h652 size_t frames; member
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h75 int32_t ReadMmapPosition(int32_t streamId, uint64_t &frames, CurrentTime &time) override in ReadMmapPosition()
101 int32_t GetRenderPosition(uint64_t &frames, AudioTimeStamp &time) override in GetRenderPosition()
226 int32_t GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) override in GetMmapPosition()
297 int32_t GetCapturePosition(uint64_t &frames, AudioTimeStamp &time) override in GetCapturePosition()
387 int32_t GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) override in GetMmapPosition()
517 int32_t ReadMmapPosition(int32_t streamId, uint64_t &frames, CurrentTime &time) override in ReadMmapPosition()
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/dump/
H A Ddump.cpp96 auto frames = unwinder->GetFrames(); in DumpTask() local

12345