HomeSort by relevance Sort by last modified time
    Searched refs:commaPos (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
APacketSource.cpp 132 ssize_t commaPos = val.find(",", start);
133 size_t end = (commaPos < 0) ? val.size() : commaPos;
158 if (commaPos < 0) {
162 start = commaPos + 1;
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 660 char *commaPos = strchr(s, ',');
661 if (commaPos != NULL) {
662 s = commaPos + 1;
    [all...]

Completed in 69 milliseconds