Searched refs:ARTSPConnection (Results 1 – 6 of 6) sorted by relevance
43 const int64_t ARTSPConnection::kSelectTimeoutUs = 1000LL;46 const AString ARTSPConnection::sUserAgent =49 ARTSPConnection::ARTSPConnection(bool uidValid, uid_t uid) in ARTSPConnection() function in android::ARTSPConnection60 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 …]
37 "ARTSPConnection.cpp",
35 struct ARTSPConnection : public AHandler { struct36 explicit ARTSPConnection(bool uidValid = false, uid_t uid = 0);52 virtual ~ARTSPConnection(); argument128 DISALLOW_EVIL_CONSTRUCTORS(ARTSPConnection);
137 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;
7 + [rtsp_connection_fuzzer](#ARTSPConnection)90 # <a name="ARTSPConnection"></a> Fuzzer for ARTSPConnection93 This fuzzer aims at covering ARTSPConnection.cpp. A server is implemented in the fuzzer. After acce…98 ARTSPConnection supports the following parameters:
340 sp<ARTSPConnection> rtspConnection = in process()341 sp<ARTSPConnection>::make(mFdp.ConsumeBool(), mFdp.ConsumeIntegral<uint64_t>()); in process()