Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h28 struct ARTSPResponse : public RefBase { struct
113 bool notifyResponseListener(const sp<ARTSPResponse> &response);
115 bool parseAuthMethod(const sp<ARTSPResponse> &response);
121 const sp<ARTSPResponse> &response, ssize_t *index) const;
123 bool handleServerRequest(const sp<ARTSPResponse> &request);
H A 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()
H A DMyHandler.h521 sp<ARTSPResponse> response = in onMessageReceived()
522 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
693 sp<ARTSPResponse> response = in onMessageReceived()
694 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
823 sp<ARTSPResponse> response = in onMessageReceived()
824 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
1175 sp<ARTSPResponse> response = in onMessageReceived()
1176 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
1321 sp<ARTSPResponse> response = in onMessageReceived()
1322 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
[all …]
H A DARTSPConnection.cpp637 sp<ARTSPResponse> response = new ARTSPResponse; in receiveRTSPReponse()
768 bool ARTSPConnection::handleServerRequest(const sp<ARTSPResponse> &request) { in handleServerRequest()
839 const sp<ARTSPResponse> &response, ssize_t *index) const { in findPendingRequest()
869 const sp<ARTSPResponse> &response) { in notifyResponseListener()
892 bool ARTSPConnection::parseAuthMethod(const sp<ARTSPResponse> &response) { in parseAuthMethod()