Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.h28 struct ARTSPResponse : public RefBase { struct
110 bool notifyResponseListener(const sp<ARTSPResponse> &response);
112 bool parseAuthMethod(const sp<ARTSPResponse> &response);
118 const sp<ARTSPResponse> &response, ssize_t *index) const;
120 bool handleServerRequest(const sp<ARTSPResponse> &request);
DMyTransmitter.h268 void authenticate(const sp<ARTSPResponse> &response) { in authenticate()
378 sp<ARTSPResponse> response; in onMessageReceived()
381 response = static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
466 sp<ARTSPResponse> response; in onMessageReceived()
469 response = static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
556 sp<ARTSPResponse> response; in onMessageReceived()
559 response = static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
745 sp<ARTSPResponse> response; in onMessageReceived()
774 sp<ARTSPResponse> response; in onMessageReceived()
777 response = static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
DARTSPConnection.cpp634 sp<ARTSPResponse> response = new ARTSPResponse; in receiveRTSPReponse()
765 bool ARTSPConnection::handleServerRequest(const sp<ARTSPResponse> &request) { in handleServerRequest()
836 const sp<ARTSPResponse> &response, ssize_t *index) const { in findPendingRequest()
866 const sp<ARTSPResponse> &response) { in notifyResponseListener()
889 bool ARTSPConnection::parseAuthMethod(const sp<ARTSPResponse> &response) { in parseAuthMethod()
DMyHandler.h502 sp<ARTSPResponse> response = in onMessageReceived()
503 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
674 sp<ARTSPResponse> response = in onMessageReceived()
675 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
804 sp<ARTSPResponse> response = in onMessageReceived()
805 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
1143 sp<ARTSPResponse> response = in onMessageReceived()
1144 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
1289 sp<ARTSPResponse> response = in onMessageReceived()
1290 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
[all …]