Home
last modified time | relevance | path

Searched refs:GetOffloadApproximatelyCacheTime (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Di_renderer_stream.h51 virtual int32_t GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWriteIndex,
H A Dipc_stream_in_server.h100 int32_t GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWriteIndex,
H A Dpro_renderer_stream_impl.h63 …int32_t GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWriteIndex, uint64_t &ca…
H A Dpa_renderer_stream_impl.h59 int32_t GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWriteIndex,
H A Drenderer_in_server.h70 int32_t GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWriteIndex,
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Dipc_stream_proxy.h78 int32_t GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWriteIndex,
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Dipc_stream.h85 virtual int32_t GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWriteIndex,
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dipc_stream_in_server.cpp391 int32_t IpcStreamInServer::GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWriteI… in GetOffloadApproximatelyCacheTime() function in OHOS::AudioStandard::IpcStreamInServer
399 …return rendererInServer_->GetOffloadApproximatelyCacheTime(timestamp, paWriteIndex, cacheTimeDsp, … in GetOffloadApproximatelyCacheTime()
H A Dipc_stream_stub.cpp354 …reply.WriteInt32(GetOffloadApproximatelyCacheTime(timestamp, paWriteIndex, cacheTimeDsp, cacheTime… in HandleGetOffloadApproximatelyCacheTime()
H A Drenderer_in_server.cpp1189 int32_t RendererInServer::GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWriteIn… in GetOffloadApproximatelyCacheTime() function in OHOS::AudioStandard::RendererInServer
1192 …return stream_->GetOffloadApproximatelyCacheTime(timestamp, paWriteIndex, cacheTimeDsp, cacheTimeP… in GetOffloadApproximatelyCacheTime()
H A Dpro_renderer_stream_impl.cpp470 int32_t ProRendererStreamImpl::GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWr… in GetOffloadApproximatelyCacheTime() function in OHOS::AudioStandard::ProRendererStreamImpl
H A Dpa_renderer_stream_impl.cpp1009 int32_t PaRendererStreamImpl::GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWri… in GetOffloadApproximatelyCacheTime() function in OHOS::AudioStandard::PaRendererStreamImpl
/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/
H A Daudio_stream_fuzzer.cpp199 ipcStream->GetOffloadApproximatelyCacheTime(framePos, timestamp, timestamp, timestamp); in CallStreamFuncs()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dipc_stream_proxy.cpp415 int32_t IpcStreamProxy::GetOffloadApproximatelyCacheTime(uint64_t &timestamp, uint64_t &paWriteInde… in GetOffloadApproximatelyCacheTime() function in OHOS::AudioStandard::IpcStreamProxy
H A Drenderer_in_client.cpp600 …ipcStream_->GetOffloadApproximatelyCacheTime(timestampHdi, paWriteIndex, cacheTimeDsp, cacheTimePa… in GetAudioTime()