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.h402 sp<ARTSPResponse> response =
403 static_cast<ARTSPResponse *>(obj.get());
511 sp<ARTSPResponse> response =
512 static_cast<ARTSPResponse *>(obj.get());
635 sp<ARTSPResponse> response =
636 static_cast<ARTSPResponse *>(obj.get());
974 sp<ARTSPResponse> response =
975 static_cast<ARTSPResponse *>(obj.get());
1092 void parsePlayResponse(const sp<ARTSPResponse> &response) {
H A DARTSPConnection.cpp624 sp<ARTSPResponse> response = new ARTSPResponse;
755 bool ARTSPConnection::handleServerRequest(const sp<ARTSPResponse> &request) {
826 const sp<ARTSPResponse> &response, ssize_t *index) const {
855 const sp<ARTSPResponse> &response) {
878 bool ARTSPConnection::parseAuthMethod(const sp<ARTSPResponse> &response) {

Completed in 50 milliseconds