Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h101 void onCompleteConnection(const sp<AMessage> &msg);
H A DARTSPConnection.cpp110 onCompleteConnection(msg); in onMessageReceived()
350 void ARTSPConnection::onCompleteConnection(const sp<AMessage> &msg) { in onCompleteConnection() function in android::ARTSPConnection