Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp293 return RecvFully(value, sizeof(*value), timeout_ms); in RecvUint32()
297 return RecvFully(chars, size, timeout_ms); in RecvChars()
386 bool RecvFully(void* data_ptr, size_t size, uint32_t* timeout_ms) { in RecvFully() function in android::init::SocketConnection