Home
last modified time | relevance | path

Searched defs:GetMmapPosition (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_attribute.h136 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time); member
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_attribute.h137 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time); member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_attribute.h136 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time); member
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_snd_capture.h47 int32_t (*GetMmapPosition)(struct AlsaCapture *); member
H A Dalsa_snd_render.h47 int32_t (*GetMmapPosition)(struct AlsaRender *); member
/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_capture_vdi.h52 …int32_t (*GetMmapPosition)(struct IAudioCaptureVdi *self, uint64_t *frames, struct AudioTimeStampV… member
H A Diaudio_render_vdi.h60 …int32_t (*GetMmapPosition)(struct IAudioRenderVdi *self, uint64_t *frames, struct AudioTimeStampVd… member
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp331 int32_t AudioCaptureExtImpl::GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) in GetMmapPosition() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
H A Daudio_capture_interface_impl.cpp342 int32_t AudioCaptureInterfaceImpl::GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) in GetMmapPosition() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
H A Daudio_render_ext_impl.cpp449 int32_t AudioRenderExtImpl::GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) in GetMmapPosition() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_render_interface_impl.cpp431 int32_t AudioRenderInterfaceImpl::GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) in GetMmapPosition() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h226 int32_t GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) override in GetMmapPosition() function
387 int32_t GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) override in GetMmapPosition() function
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp567 BENCHMARK_F(AudioCaptureBenchmarkTest, GetMmapPosition)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp505 BENCHMARK_F(AudioRenderBenchmarkTest, GetMmapPosition)(benchmark::State &state) in BENCHMARK_F() argument