OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARTPConnection
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/rtsp/
ARTPConnection.h
30
struct
ARTPConnection
: public AHandler {
35
ARTPConnection
(uint32_t flags = 0);
54
virtual ~
ARTPConnection
();
92
DISALLOW_EVIL_CONSTRUCTORS(
ARTPConnection
);
ARTPConnection.cpp
18
#define LOG_TAG "
ARTPConnection
"
21
#include "
ARTPConnection
.h"
52
const int64_t
ARTPConnection
::kSelectTimeoutUs = 1000ll;
54
struct
ARTPConnection
::StreamInfo {
69
ARTPConnection
::
ARTPConnection
(uint32_t flags)
75
ARTPConnection
::~
ARTPConnection
() {
78
void
ARTPConnection
::addStream(
94
void
ARTPConnection
::removeStream(int rtpSocket, int rtcpSocket)
[
all
...]
Completed in 435 milliseconds