Searched refs:GetHandleInfo (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_select_overlay.h | 98 std::optional<SelectHandleInfo> GetHandleInfo(const RectF& handlePaintRect);
|
H A D | text_field_select_overlay.cpp | 156 return GetHandleInfo(handleRect); in GetFirstHandleInfo() 162 return GetHandleInfo(handleRect); in GetSecondHandleInfo() 190 std::optional<SelectHandleInfo> TextFieldSelectOverlay::GetHandleInfo(const RectF& handlePaintRect) in GetHandleInfo() function in OHOS::Ace::NG::TextFieldSelectOverlay
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | oh_audio_buffer.h | 138 bool GetHandleInfo(uint64_t &frames, int64_t &nanoTime);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_process_in_client.cpp | 605 audioBuffer_->GetHandleInfo(handlePos, handleTime); in Init() 1145 audioBuffer_->GetHandleInfo(serverHandlePos, serverHandleTime); in UpdateHandleInfo() 1395 …CHECK_AND_RETURN_RET_LOG(audioBuffer_->GetHandleInfo(serverHandlePos, serverHandleTime), ERR_OPERA… in RecordReSyncServicePos()
|
H A D | capturer_in_client.cpp | 857 clientBuffer_->GetHandleInfo(writePos, handleTime); in GetAudioTime()
|
H A D | renderer_in_client.cpp | 587 clientBuffer_->GetHandleInfo(readPos, handleTime); in GetAudioTime()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | oh_audio_buffer.cpp | 482 bool OHAudioBuffer::GetHandleInfo(uint64_t &frames, int64_t &nanoTime) in GetHandleInfo() function in OHOS::AudioStandard::OHAudioBuffer
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/unittest/ |
H A D | audio_service_common_unit_test.cpp | 186 bool ret = oHAudioBuffer->GetHandleInfo(frames, nanoTime);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint.cpp | 1173 processBuffer->GetHandleInfo(proHandleFrame, proHandleTime); in OnUpdateHandleInfo()
|