HomeSort by relevance Sort by last modified time
    Searched refs:ARTSPResponse (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 28 struct ARTSPResponse : public RefBase {
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);
MyTransmitter.h 268 void authenticate(const sp<ARTSPResponse> &response) {
378 sp<ARTSPResponse> response;
381 response = static_cast<ARTSPResponse *>(obj.get());
466 sp<ARTSPResponse> response;
469 response = static_cast<ARTSPResponse *>(obj.get());
556 sp<ARTSPResponse> response;
559 response = static_cast<ARTSPResponse *>(obj.get());
745 sp<ARTSPResponse> response;
774 sp<ARTSPResponse> response;
777 response = static_cast<ARTSPResponse *>(obj.get())
    [all...]
MyHandler.h 503 sp<ARTSPResponse> response =
504 static_cast<ARTSPResponse *>(obj.get());
675 sp<ARTSPResponse> response =
676 static_cast<ARTSPResponse *>(obj.get());
805 sp<ARTSPResponse> response =
806 static_cast<ARTSPResponse *>(obj.get());
    [all...]
ARTSPConnection.cpp 634 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 332 milliseconds