Searched defs:nread (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp278 size_t nread = fread((void*) *bitcode, 1, bitcodeSize, in); local
280 if (nread != bitcodeSize)
284 return nread;
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp198 ssize_t nread = read(FD, buf, sizeof(buf)); local
199 if (nread < 0) { // bail out on failed read
204 checksum = adler32(checksum, (const unsigned char *) buf, nread);
205 if (static_cast<size_t>(nread) < sizeof(buf)) // EOF
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp148 int nread = ::wifi_wait_for_event(buf, sizeof buf); local
149 if (nread > 0) {

Completed in 545 milliseconds