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

/frameworks/av/media/libstagefright/wifi-display/
H A DParsedMessage.cpp89 ssize_t lastDictIndex = -1; local
123 if (lastDictIndex >= 0) {
127 AString &value = mDict.editValueAt(lastDictIndex);
143 lastDictIndex = mDict.add(key, line);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp662 ssize_t lastDictIndex = -1; local
677 if (lastDictIndex < 0) {
682 AString &value = response->mHeaders.editValueAt(lastDictIndex);
700 lastDictIndex = response->mHeaders.add(key, line);

Completed in 38 milliseconds