Searched refs:InitMmapDesc (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/ |
H A D | hdi_service_common.h | 243 int32_t InitMmapDesc(const std::string &path, struct AudioMmapBufferDescriptor &desc, int32_t &reqS…
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/ |
H A D | audio_hdi_common.h | 285 int32_t InitMmapDesc(FILE *fp, struct AudioMmapBufferDescriptor &desc, int32_t &reqSize, bool flag);
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/ |
H A D | audio_hdi_common.cpp | 997 int32_t InitMmapDesc(FILE *fp, struct AudioMmapBufferDescriptor &desc, int32_t &reqSize, bool flag) in InitMmapDesc() function 1040 ret = InitMmapDesc(fp, desc, reqSize, isRender); in PlayMapAudioFile() 1070 ret = InitMmapDesc(fp, desc, reqSize, isRender); in RecordMapAudio()
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/ |
H A D | hdi_service_common.cpp | 838 int32_t InitMmapDesc(const string &path, struct AudioMmapBufferDescriptor &desc, int32_t &reqSize, … in InitMmapDesc() function 886 ret = InitMmapDesc(audiopara.path, desc, reqSize, isRender); in PlayMapAudioFile() 911 ret = InitMmapDesc(audiopara.path, desc, reqSize, isRender); in RecordMapAudio()
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/ |
H A D | audio_idl_hdicapture_test.cpp | 448 ret = InitMmapDesc(AUDIO_LOW_LATENCY_CAPTURE_FILE, desc, reqSize, isRender);
|