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

  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.h 28 struct ARTSPResponse : public RefBase {
91 bool notifyResponseListener(const sp<ARTSPResponse> &response);
MyTransmitter.h 265 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 *>(obj.get())
    [all...]
MyHandler.h 333 sp<ARTSPResponse> response =
334 static_cast<ARTSPResponse *>(obj.get());
413 sp<ARTSPResponse> response =
414 static_cast<ARTSPResponse *>(obj.get());
497 sp<ARTSPResponse> response =
498 static_cast<ARTSPResponse *>(obj.get());
808 sp<ARTSPResponse> response =
809 static_cast<ARTSPResponse *>(obj.get());
908 void parsePlayResponse(const sp<ARTSPResponse> &response) {
    [all...]
ARTSPConnection.cpp 529 sp<ARTSPResponse> response = new ARTSPResponse;
632 const sp<ARTSPResponse> &response) {

Completed in 805 milliseconds