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

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h28 struct ARTSPResponse : public RefBase { struct in namespace:android
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);
H A DMyTransmitter.h265 void authenticate(const sp<ARTSPResponse> &response) {
375 sp<ARTSPResponse> response;
378 response = static_cast<ARTSPResponse *>(obj.get());
463 sp<ARTSPResponse> response;
466 response = static_cast<ARTSPResponse *>(obj.get());
553 sp<ARTSPResponse> response;
556 response = static_cast<ARTSPResponse *>(obj.get());
742 sp<ARTSPResponse> response;
771 sp<ARTSPResponse> response;
774 response = static_cast<ARTSPResponse *>(ob
[all...]
H A DMyHandler.h490 sp<ARTSPResponse> response =
491 static_cast<ARTSPResponse *>(obj.get());
662 sp<ARTSPResponse> response =
663 static_cast<ARTSPResponse *>(obj.get());
792 sp<ARTSPResponse> response =
793 static_cast<ARTSPResponse *>(obj.get());
1136 sp<ARTSPResponse> response =
1137 static_cast<ARTSPResponse *>(obj.get());
1270 sp<ARTSPResponse> response =
1271 static_cast<ARTSPResponse *>(ob
[all...]
H A DARTSPConnection.cpp634 sp<ARTSPResponse> response = new ARTSPResponse;
765 bool ARTSPConnection::handleServerRequest(const sp<ARTSPResponse> &request) {
836 const sp<ARTSPResponse> &response, ssize_t *index) const {
866 const sp<ARTSPResponse> &response) {
889 bool ARTSPConnection::parseAuthMethod(const sp<ARTSPResponse> &response) {

Completed in 54 milliseconds