OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARTSPConnection
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h
35
struct
ARTSPConnection
: public AHandler {
36
ARTSPConnection
(bool uidValid = false, uid_t uid = 0);
50
virtual ~
ARTSPConnection
();
125
DISALLOW_EVIL_CONSTRUCTORS(
ARTSPConnection
);
ARTSPConnection.cpp
18
#define LOG_TAG "
ARTSPConnection
"
21
#include "
ARTSPConnection
.h"
41
const int64_t
ARTSPConnection
::kSelectTimeoutUs = 1000ll;
44
const AString
ARTSPConnection
::sUserAgent =
47
ARTSPConnection
::
ARTSPConnection
(bool uidValid, uid_t uid)
58
ARTSPConnection
::~
ARTSPConnection
() {
70
void
ARTSPConnection
::connect(const char *url, const sp<AMessage> &reply) {
77
void
ARTSPConnection
::disconnect(const sp<AMessage> &reply)
[
all
...]
Completed in 48 milliseconds