Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp57 mReceiveResponseEventPending(false) { in ARTSPConnection()
480 mReceiveResponseEventPending = false; in onReceiveResponse()
525 if (mReceiveResponseEventPending) { in postReceiveReponseEvent()
532 mReceiveResponseEventPending = true; in postReceiveReponseEvent()
H A DARTSPConnection.h91 bool mReceiveResponseEventPending; member