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
111 bool notifyResponseListener(const sp<ARTSPResponse> &response);
113 bool parseAuthMethod(const sp<ARTSPResponse> &response);
119 const sp<ARTSPResponse> &response, ssize_t *index) const;
121 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.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()
DMyHandler.h512 sp<ARTSPResponse> response = in onMessageReceived()
513 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
684 sp<ARTSPResponse> response = in onMessageReceived()
685 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
814 sp<ARTSPResponse> response = in onMessageReceived()
815 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
1161 sp<ARTSPResponse> response = in onMessageReceived()
1162 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
1307 sp<ARTSPResponse> response = in onMessageReceived()
1308 static_cast<ARTSPResponse *>(obj.get()); in onMessageReceived()
[all …]