Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/audio/interfaces/include/
Daudio_attribute.h136 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time); member
/drivers/peripheral/audio/interfaces/2.0/include/
Daudio_attribute.h137 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time); member
/drivers/peripheral/audio/interfaces/include/
Daudio_attribute.h136 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time); member
/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
Dalsa_snd_capture.h47 int32_t (*GetMmapPosition)(struct AlsaCapture *); member
Dalsa_snd_render.h47 int32_t (*GetMmapPosition)(struct AlsaRender *); member
/drivers/peripheral/audio/interfaces/sound/v1_0/
Diaudio_capture_vdi.h51 …int32_t (*GetMmapPosition)(struct IAudioCaptureVdi *self, uint64_t *frames, struct AudioTimeStampV… member
Diaudio_render_vdi.h60 …int32_t (*GetMmapPosition)(struct IAudioRenderVdi *self, uint64_t *frames, struct AudioTimeStampVd… member
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
Daudio_capture_interface_impl.cpp338 int32_t AudioCaptureInterfaceImpl::GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) in GetMmapPosition() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
Daudio_render_interface_impl.cpp420 int32_t AudioRenderInterfaceImpl::GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) in GetMmapPosition() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
Daudio_test_utils.h228 int32_t GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) override in GetMmapPosition() function
389 int32_t GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) override in GetMmapPosition() function
/drivers/peripheral/audio/test/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp568 BENCHMARK_F(AudioCaptureBenchmarkTest, GetMmapPosition)(benchmark::State &state) in BENCHMARK_F() argument
/drivers/peripheral/audio/test/benchmarktest/render/
Daudio_render_benchmarktest.cpp506 BENCHMARK_F(AudioRenderBenchmarkTest, GetMmapPosition)(benchmark::State &state) in BENCHMARK_F() argument