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

  /frameworks/av/media/libstagefright/foundation/
ParsedMessage.cpp 90 ssize_t lastDictIndex = -1;
127 if (lastDictIndex >= 0) {
131 AString &value = mDict.editValueAt(lastDictIndex);
147 lastDictIndex = mDict.add(key, line);
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 672 ssize_t lastDictIndex = -1;
687 if (lastDictIndex < 0) {
692 AString &value = response->mHeaders.editValueAt(lastDictIndex);
710 lastDictIndex = response->mHeaders.add(key, line);

Completed in 157 milliseconds