Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DSimpleScriptExec.cpp72 const int READ_SIZE = 1024; in runScript() local
73 char buffer[READ_SIZE]; in runScript()
81 while((len = fread(buffer, 1, READ_SIZE, fpipe)) > 0) { in runScript()