Searched refs:read_size (Results 1 – 3 of 3) sorted by relevance
38 ssize_t read_size = ::read(mFD, pBuf, count); in read() local40 if (read_size >= 0) { in read()41 return read_size; in read()
156 bwr.read_size = 0; in binder_write()347 bwr.read_size = sizeof(readbuf); in binder_call()383 bwr.read_size = sizeof(readbuf); in binder_loop()
821 bwr.read_size = mIn.dataCapacity(); in talkWithDriver()824 bwr.read_size = 0; in talkWithDriver()838 alog << "Size of receive buffer: " << bwr.read_size in talkWithDriver()843 if ((bwr.write_size == 0) && (bwr.read_size == 0)) return NO_ERROR; in talkWithDriver()