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 511 sp<ARTSPResponse> response =
512 static_cast<ARTSPResponse *>(obj.get());
683 sp<ARTSPResponse> response =
684 static_cast<ARTSPResponse *>(obj.get());
813 sp<ARTSPResponse> response =
814 static_cast<ARTSPResponse *>(obj.get());
    [all...]
ARTSPConnection.cpp 635 sp<ARTSPResponse> response = new ARTSPResponse;
766 bool ARTSPConnection::handleServerRequest(const sp<ARTSPResponse> &request) {
837 const sp<ARTSPResponse> &response, ssize_t *index) const {
867 const sp<ARTSPResponse> &response) {
890 bool ARTSPConnection::parseAuthMethod(const sp<ARTSPResponse> &response) {

Completed in 620 milliseconds