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.h503 sp<ARTSPResponse> response = in onMessageReceived()
504 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
675 sp<ARTSPResponse> response = in onMessageReceived()
676 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
805 sp<ARTSPResponse> response = in onMessageReceived()
806 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
1144 sp<ARTSPResponse> response = in onMessageReceived()
1145 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
1290 sp<ARTSPResponse> response = in onMessageReceived()
1291 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
[all …]