Home
last modified time | relevance | path

Searched refs:GetDeviceHandleInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_endpoint.h171 bool GetDeviceHandleInfo(uint64_t &frames, int64_t &nanoTime);
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp367 if (!GetDeviceHandleInfo(curHdiReadPos, readTime)) { in ResyncPosition()
368 AUDIO_ERR_LOG("ResyncPosition call GetDeviceHandleInfo failed."); in ResyncPosition()
374 AUDIO_ERR_LOG("GetDeviceHandleInfo may cost long time."); in ResyncPosition()
628 bool AudioEndpointSeparate::GetDeviceHandleInfo(uint64_t &frames, int64_t &nanoTime) in GetDeviceHandleInfo() function in OHOS::AudioStandard::AudioEndpointSeparate
636 AUDIO_ERR_LOG("GetDeviceHandleInfo failed: sink is not inited."); in GetDeviceHandleInfo()
647 Trace infoTrace("AudioEndpoint::GetDeviceHandleInfo frames=>" + std::to_string(frames) + " " + in GetDeviceHandleInfo()
H A Daudio_endpoint.cpp206 bool GetDeviceHandleInfo(uint64_t &frames, int64_t &nanoTime);
928 CHECK_AND_RETURN_LOG(GetDeviceHandleInfo(curHdiWritePos, writeTime), in RecordReSyncPosition()
934 AUDIO_WARNING_LOG("GetDeviceHandleInfo cost long time %{public}" PRIu64".", temp); in RecordReSyncPosition()
955 bool res = GetDeviceHandleInfo(curHdiReadPos, readTime); in ReSyncPosition()
956 CHECK_AND_RETURN_LOG(res, "ReSyncPosition call GetDeviceHandleInfo failed."); in ReSyncPosition()
960 AUDIO_ERR_LOG("GetDeviceHandleInfo may cost long time."); in ReSyncPosition()
1810 bool AudioEndpointInner::GetDeviceHandleInfo(uint64_t &frames, int64_t &nanoTime) in GetDeviceHandleInfo() function in OHOS::AudioStandard::AudioEndpointInner
1823 false, "GetDeviceHandleInfo failed: sink is not inited."); in GetDeviceHandleInfo()
1830 Trace infoTrace("AudioEndpoint::GetDeviceHandleInfo frames=>" + std::to_string(frames) + " " + in GetDeviceHandleInfo()
1856 if (!GetDeviceHandleInfo(curHdiHandlePo in AsyncGetPosTime()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Daudio_endpoint_separate_unit_test.cpp588 * @tc.desc : Test AudioEndpointSeparate::GetDeviceHandleInfo
599 auto ret = ptr->GetDeviceHandleInfo(frames, nanoTime); in HWTEST()
601 ptr->GetDeviceHandleInfo(frames, nanoTime); in HWTEST()
1143 * @tc.desc : Test AudioEndpointSeparate::GetDeviceHandleInfo
1154 ptr->GetDeviceHandleInfo(frames, nanoTime); in HWTEST()

Completed in 8 milliseconds