Home | History | Annotate | Download | only in rtsp

Lines Matching refs:sp

32     sp<ABuffer> mContent;
38 void connect(const char *url, const sp<AMessage> &reply);
39 void disconnect(const sp<AMessage> &reply);
41 void sendRequest(const char *request, const sp<AMessage> &reply);
43 void observeBinaryData(const sp<AMessage> &reply);
51 virtual void onMessageReceived(const sp<AMessage> &msg);
86 KeyedVector<int32_t, sp<AMessage> > mPendingRequests;
88 sp<AMessage> mObserveBinaryMessage;
90 void onConnect(const sp<AMessage> &msg);
91 void onDisconnect(const sp<AMessage> &msg);
92 void onCompleteConnection(const sp<AMessage> &msg);
93 void onSendRequest(const sp<AMessage> &msg);
103 sp<ABuffer> receiveBinaryData();
104 bool notifyResponseListener(const sp<ARTSPResponse> &response);
106 bool parseAuthMethod(const sp<ARTSPResponse> &response);
110 const sp<ARTSPResponse> &response, ssize_t *index) const;
112 bool handleServerRequest(const sp<ARTSPResponse> &request);