Searched refs:RecvFully (Results 1 – 1 of 1) sorted by relevance
245 return RecvFully(value, sizeof(*value), timeout_ms); in RecvUint32()249 return RecvFully(chars, size, timeout_ms); in RecvChars()345 bool RecvFully(void* data_ptr, size_t size, uint32_t* timeout_ms) { in RecvFully() function in android::init::SocketConnection