Home
last modified time | relevance | path

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

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