Searched refs:lastDictIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DParsedMessage.cpp90 ssize_t lastDictIndex = -1; local
127 if (lastDictIndex >= 0) {
131 AString &value = mDict.editValueAt(lastDictIndex);
147 lastDictIndex = mDict.add(key, line);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp672 ssize_t lastDictIndex = -1; local
687 if (lastDictIndex < 0) {
692 AString &value = response->mHeaders.editValueAt(lastDictIndex);
710 lastDictIndex = response->mHeaders.add(key, line);

Completed in 145 milliseconds