Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.h28 struct ARTSPResponse : public RefBase { struct
112 bool notifyResponseListener(const sp<ARTSPResponse> &response);
114 bool parseAuthMethod(const sp<ARTSPResponse> &response);
120 const sp<ARTSPResponse> &response, ssize_t *index) const;
122 bool handleServerRequest(const sp<ARTSPResponse> &request);
DARTSPConnection.cpp636 sp<ARTSPResponse> response = new ARTSPResponse; in receiveRTSPReponse()
767 bool ARTSPConnection::handleServerRequest(const sp<ARTSPResponse> &request) { in handleServerRequest()
838 const sp<ARTSPResponse> &response, ssize_t *index) const { in findPendingRequest()
868 const sp<ARTSPResponse> &response) { in notifyResponseListener()
891 bool ARTSPConnection::parseAuthMethod(const sp<ARTSPResponse> &response) { in parseAuthMethod()
DMyHandler.h516 sp<ARTSPResponse> response = in onMessageReceived()
517 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
688 sp<ARTSPResponse> response = in onMessageReceived()
689 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
818 sp<ARTSPResponse> response = in onMessageReceived()
819 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
1165 sp<ARTSPResponse> response = in onMessageReceived()
1166 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
1311 sp<ARTSPResponse> response = in onMessageReceived()
1312 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
[all …]