Home
last modified time | relevance | path

Searched refs:filesize (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h247 int32_t StartRecord(struct AudioCapture *capture, FILE *file, uint64_t filesize);
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h220 int32_t StartRecord(struct IAudioCapture *capture, FILE *file, uint64_t filesize);
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp668 int32_t StartRecord(struct AudioCapture *capture, FILE *file, uint64_t filesize) in StartRecord() argument
714 } while (totalSize <= filesize * MEGABYTE); in StartRecord()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp714 int32_t StartRecord(struct IAudioCapture *capture, FILE *file, uint64_t filesize) in StartRecord() argument
750 } while (totalSize <= filesize * MEGABYTE); in StartRecord()

Completed in 7 milliseconds