Home
last modified time | relevance | path

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

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