Searched refs:readBytes (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 1003 ssize_t readBytes; in copyCacheFiles() local 1004 while ((readBytes = read(fromFd, &buffer, kBufferSize)) > 0) { in copyCacheFiles() 1005 ASSERT_EQ(write(toFd, &buffer, readBytes), readBytes); in copyCacheFiles() 1007 ASSERT_GE(readBytes, 0); in copyCacheFiles()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 1012 ssize_t readBytes; in copyCacheFiles() local 1013 while ((readBytes = read(fromFd, &buffer, kBufferSize)) > 0) { in copyCacheFiles() 1014 ASSERT_EQ(write(toFd, &buffer, readBytes), readBytes); in copyCacheFiles() 1016 ASSERT_GE(readBytes, 0); in copyCacheFiles()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 570 int readBytes =0; in ebd_thread() local 591 if((readBytes = Read_Buffer(pBuffer)) > 0) { in ebd_thread() 592 pBuffer->nFilledLen = readBytes; in ebd_thread() 601 pBuffer->nFilledLen = readBytes; in ebd_thread() 1030 int readBytes =0; int bufCnt=0; in EmptyBufferDone() local
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 691 int readBytes =0; in ebd_thread() local 715 if (((readBytes = Read_Buffer(pBuffer)) > 0) && !signal_eos) { in ebd_thread() 716 pBuffer->nFilledLen = readBytes; in ebd_thread() 723 pBuffer->nFilledLen = readBytes; in ebd_thread() 1240 int readBytes =0; in EmptyBufferDone() local
|