Home | History | Annotate | Download | only in libtiutils

Lines Matching full:read

96    @return android::NO_INIT If the file read descriptor is not set
97 @return android::UNKNOWN_ERROR if the read operation fromthe file read descriptor fails
112 MSGQ_LOGEA("read descriptor not initialized for message queue");
122 int err = read(this->fd_read, p, sizeof(*msg) - read_bytes);
126 MSGQ_LOGEB("read() error: %s", strerror(errno));
148 @return file read descriptor
159 @param fd file read descriptor
253 MSGQ_LOGEA("read descriptor not initialized for message queue");
283 MSGQ_LOGEA("read descriptor not initialized for message queue");
318 @return android::NO_INIT If the file read descriptor of any of the provided queues is not set
337 MSGQ_LOGEA("read descriptor not initialized for message queue1");
349 MSGQ_LOGEA("read descriptor not initialized for message queue2");
365 MSGQ_LOGEA("read descriptor not initialized for message queue3");