Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp72 mPollEventPending(false), in ARTPConnection()
232 if (mPollEventPending) { in postPollEvent()
239 mPollEventPending = true; in postPollEvent()
243 mPollEventPending = false; in onPollStreams()
DARTPConnection.h72 bool mPollEventPending; member