Home
last modified time | relevance | path

Searched refs:ARTSPConnection (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp43 const int64_t ARTSPConnection::kSelectTimeoutUs = 1000LL;
46 const AString ARTSPConnection::sUserAgent =
49 ARTSPConnection::ARTSPConnection(bool uidValid, uid_t uid) in ARTSPConnection() function in android::ARTSPConnection
60 ARTSPConnection::~ARTSPConnection() { in ~ARTSPConnection()
72 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) { in connect()
79 void ARTSPConnection::disconnect(const sp<AMessage> &reply) { in disconnect()
85 void ARTSPConnection::sendRequest( in sendRequest()
93 void ARTSPConnection::observeBinaryData(const sp<AMessage> &reply) { in observeBinaryData()
99 void ARTSPConnection::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
134 bool ARTSPConnection::ParseURL( in ParseURL()
[all …]
DAndroid.bp37 "ARTSPConnection.cpp",
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTSPConnection.h35 struct ARTSPConnection : public AHandler { struct
36 explicit ARTSPConnection(bool uidValid = false, uid_t uid = 0);
52 virtual ~ARTSPConnection(); argument
128 DISALLOW_EVIL_CONSTRUCTORS(ARTSPConnection);
DMyHandler.h137 mConn(new ARTSPConnection(mUIDValid, mUID)), in mNotify()
171 CHECK(ARTSPConnection::ParseURL( in mNotify()
266 sp<ARTSPConnection> getARTSPConnection() { in getARTSPConnection()
535 if (ARTSPConnection::ParseURL( in onMessageReceived()
1590 sp<ARTSPConnection> mConn;
/frameworks/av/media/libstagefright/rtsp/fuzzer/
DREADME.md7 + [rtsp_connection_fuzzer](#ARTSPConnection)
90 # <a name="ARTSPConnection"></a> Fuzzer for ARTSPConnection
93 This fuzzer aims at covering ARTSPConnection.cpp. A server is implemented in the fuzzer. After acce…
98 ARTSPConnection supports the following parameters:
Drtsp_connection_fuzzer.cpp340 sp<ARTSPConnection> rtspConnection = in process()
341 sp<ARTSPConnection>::make(mFdp.ConsumeBool(), mFdp.ConsumeIntegral<uint64_t>()); in process()