Home | History | Annotate | Download | only in adaptation

Lines Matching refs:buffer

48 ** Parameters       p_buf   - buffer to read the data into.
49 ** nbytes - number of bytes to read into the buffer.
54 ** called with the buffer of data, along with the number
55 ** of bytes read into the buffer, and a status. The
74 ALOGD ("%s: buffer len=%u; file=%s", __FUNCTION__, nbytes, filename);
106 ** Parameters p_buf - buffer to read the data from.
168 char buffer [100];
169 memset (buffer, 0, sizeof(buffer));
170 if (!GetStrValue (NAME_NFA_STORAGE, buffer, sizeof(buffer)))
173 return std::string (buffer);