Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
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);
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 …]
/frameworks/av/media/libstagefright/rtsp/
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()