HomeSort by relevance Sort by last modified time
    Searched full:bufit (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
android_bluetooth_HeadsetBase.cpp 109 char *bufit=buf; local
114 *bufit = 0;
136 while ((int)(bufit - buf) < (len - 1))
139 int rc = read(fd, bufit, 1);
156 if (*bufit=='\xd') {
160 if (*bufit=='\xa')
161 bufit = buf;
163 bufit++;
166 *bufit = NULL;

Completed in 135 milliseconds