Home
last modified time | relevance | path

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 Dtext_field_select_overlay.h98 std::optional<SelectHandleInfo> GetHandleInfo(const RectF& handlePaintRect);
H A Dtext_field_select_overlay.cpp156 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 Doh_audio_buffer.h138 bool GetHandleInfo(uint64_t &frames, int64_t &nanoTime);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp605 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 Dcapturer_in_client.cpp857 clientBuffer_->GetHandleInfo(writePos, handleTime); in GetAudioTime()
H A Drenderer_in_client.cpp587 clientBuffer_->GetHandleInfo(readPos, handleTime); in GetAudioTime()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Doh_audio_buffer.cpp482 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 Daudio_service_common_unit_test.cpp186 bool ret = oHAudioBuffer->GetHandleInfo(frames, nanoTime);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp1173 processBuffer->GetHandleInfo(proHandleFrame, proHandleTime); in OnUpdateHandleInfo()