Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp675 ssize_t lastDictIndex = -1; in receiveRTSPReponse() local
690 if (lastDictIndex < 0) { in receiveRTSPReponse()
695 AString &value = response->mHeaders.editValueAt(lastDictIndex); in receiveRTSPReponse()
713 lastDictIndex = response->mHeaders.add(key, line); in receiveRTSPReponse()