Searched refs:holdMs (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_dfx.cpp | 81 int64_t holdMs = chrono::duration_cast<chrono::milliseconds>(now - info.lastOwnerChangeTime).count(); in PrintAllBufferInfo() local 82 s << info.bufferId << ":" << ToString(info.owner) << "(" << holdMs << "), "; in PrintAllBufferInfo() 105 int64_t holdMs = chrono::duration_cast<chrono::milliseconds>(now - info.lastOwnerChangeTime).count(); in OnGetHidumperInfo() local 107 << ", holdMs = " << holdMs << endl; in OnGetHidumperInfo() 114 int64_t holdMs = chrono::duration_cast<chrono::milliseconds>(now - info.lastOwnerChangeTime).count(); in OnGetHidumperInfo() local 116 << ", holdMs = " << holdMs << endl; in OnGetHidumperInfo() 244 double holdMs = holdUs / US_TO_MS; in ChangeOwnerDebug() local 255 idStr, info.bufferId, holdMs, aveHoldM in ChangeOwnerDebug() [all...] |
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.h | 151 explicit EventAction(uint32_t holdMs = 0) : holdMs(holdMs) {}; in EventAction() 153 uint32_t holdMs; member in OHOS::Ace::ComponentTest::EventAction 159 uint32_t holdMs; member 189 uint32_t holdMs; member
|
H A D | action.cpp | 113 postDelay += pointerEventAction.holdMs; in DispatchPointerEvent() 159 pointer.GetEventAction(0, 0).holdMs = PRESS_HOLD_MS; in Decompose()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_codec_dfx.cpp | 63 double holdMs = holdUs / US_TO_MS; in ChangeOwner() local 76 idStr, info.bufferId, holdMs, aveHoldMs, oldOwnerStr, newOwnerStr, in ChangeOwner()
|
Completed in 3 milliseconds