Home
last modified time | relevance | path

Searched refs:cacheTimePa (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dipc_stream_stub.cpp353 uint64_t cacheTimePa = data.ReadUint64(); in HandleGetOffloadApproximatelyCacheTime() local
354 …y.WriteInt32(GetOffloadApproximatelyCacheTime(timestamp, paWriteIndex, cacheTimeDsp, cacheTimePa)); in HandleGetOffloadApproximatelyCacheTime()
358 reply.WriteUint64(cacheTimePa); in HandleGetOffloadApproximatelyCacheTime()
H A Dipc_stream_in_server.cpp392 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa) in GetOffloadApproximatelyCacheTime() argument
399 …rerInServer_->GetOffloadApproximatelyCacheTime(timestamp, paWriteIndex, cacheTimeDsp, cacheTimePa); in GetOffloadApproximatelyCacheTime()
H A Dpa_renderer_stream_impl.cpp1010 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa) in GetOffloadApproximatelyCacheTime() argument
1040 cacheTimePa = cacheTimeInPulse; in GetOffloadApproximatelyCacheTime()
H A Drenderer_in_server.cpp1190 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa) in GetOffloadApproximatelyCacheTime() argument
1192 …turn stream_->GetOffloadApproximatelyCacheTime(timestamp, paWriteIndex, cacheTimeDsp, cacheTimePa); in GetOffloadApproximatelyCacheTime()
H A Dpro_renderer_stream_impl.cpp471 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa) in GetOffloadApproximatelyCacheTime() argument
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Di_renderer_stream.h52 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa) = 0;
H A Dipc_stream_in_server.h101 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa) override; // renderer only
H A Dpro_renderer_stream_impl.h64 uint64_t &cacheTimePa) override;
H A Dpa_renderer_stream_impl.h60 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa) override;
H A Drenderer_in_server.h71 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Dipc_stream_proxy.h79 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa) override; // renderer only
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Dipc_stream.h86 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa) = 0; // renderer only
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dipc_stream_proxy.cpp416 uint64_t &cacheTimeDsp, uint64_t &cacheTimePa) in GetOffloadApproximatelyCacheTime() argument
427 data.WriteUint64(cacheTimePa); in GetOffloadApproximatelyCacheTime()
436 cacheTimePa = reply.ReadUint64(); in GetOffloadApproximatelyCacheTime()
H A Drenderer_in_client.cpp599 uint64_t cacheTimePa = 0; in GetAudioTime() local
600 …pcStream_->GetOffloadApproximatelyCacheTime(timestampHdi, paWriteIndex, cacheTimeDsp, cacheTimePa); in GetAudioTime()
601 int64_t cacheTime = static_cast<int64_t>(cacheTimeDsp + cacheTimePa) * AUDIO_NS_PER_US; in GetAudioTime()