Home
last modified time | relevance | path

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 Dhdi_service_common.h243 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 Daudio_hdi_common.h285 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 Daudio_hdi_common.cpp997 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 Dhdi_service_common.cpp838 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 Daudio_idl_hdicapture_test.cpp448 ret = InitMmapDesc(AUDIO_LOW_LATENCY_CAPTURE_FILE, desc, reqSize, isRender);