Home
last modified time | relevance | path

Searched refs:mmapBuffer (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/
H A Daudio_alsa_if_lib_render_test.cpp554 char mmapBuffer[mmapFrameData]; variable
555 for (int i = 0; i < sizeof(mmapBuffer); i++) {
556 mmapBuffer[i] = random() & 0xff;
569 …(void)memcpy_s(handleData->frameRenderMode.mmapBufDesc.memoryAddress, mmapFrameData, mmapBuffer, m…
595 char mmapBuffer[mmapFrameData]; variable
596 for (int i = 0; i < sizeof(mmapBuffer); i++) {
597 mmapBuffer[i] = random() & 0xff;
599 handleData->frameRenderMode.mmapBufDesc.memoryAddress = mmapBuffer ;
602 …(void)memcpy_s(handleData->frameRenderMode.mmapBufDesc.memoryAddress, mmapFrameData, mmapBuffer, m…
/ohos5.0/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_capture/src/
H A Daudio_alsa_if_lib_capture_test.cpp521 char mmapBuffer[capMmapFrameData]; variable
529 handleData->frameCaptureMode.mmapBufDesc.memoryAddress = mmapBuffer ;