OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASessionDescription
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/media/libstagefright/rtsp/
ARTPSession.h
27
struct
ASessionDescription
;
33
status_t setup(const sp<
ASessionDescription
> &desc);
56
sp<
ASessionDescription
> mDesc;
ASessionDescription.h
32
struct
ASessionDescription
: public RefBase {
33
ASessionDescription
();
67
virtual ~
ASessionDescription
();
78
DISALLOW_EVIL_CONSTRUCTORS(
ASessionDescription
);
ASessionDescription.cpp
18
#define LOG_TAG "
ASessionDescription
"
21
#include "
ASessionDescription
.h"
30
ASessionDescription
::
ASessionDescription
()
34
ASessionDescription
::~
ASessionDescription
() {
37
bool
ASessionDescription
::setTo(const void *data, size_t size) {
48
bool
ASessionDescription
::parse(const void *data, size_t size) {
164
bool
ASessionDescription
::isValid() const {
168
size_t
ASessionDescription
::countTracks() const
[
all
...]
APacketSource.h
29
struct
ASessionDescription
;
32
APacketSource(const sp<
ASessionDescription
> &sessionDesc, size_t index);
ARTPConnection.h
28
struct
ASessionDescription
;
39
const sp<
ASessionDescription
> &sessionDesc, size_t index,
ARTPSource.h
32
struct
ASessionDescription
;
37
const sp<
ASessionDescription
> &sessionDesc, size_t index,
Android.mk
19
ASessionDescription
.cpp \
rtp_test.cpp
32
#include "
ASessionDescription
.h"
163
sp<
ASessionDescription
> desc = new
ASessionDescription
;
ARawAudioAssembler.cpp
24
#include "
ASessionDescription
.h"
135
ASessionDescription
::ParseFormatDesc(
APacketSource.cpp
24
#include "
ASessionDescription
.h"
426
const sp<
ASessionDescription
> &sessionDesc, size_t index)
499
ASessionDescription
::ParseFormatDesc(
515
ASessionDescription
::ParseFormatDesc(
528
ASessionDescription
::ParseFormatDesc(
579
ASessionDescription
::ParseFormatDesc(
ARTPConnection.cpp
24
#include "
ASessionDescription
.h"
57
sp<
ASessionDescription
> mSessionDesc;
80
const sp<
ASessionDescription
> &sessionDesc,
197
info->mSessionDesc = static_cast<
ASessionDescription
*>(obj.get());
ARTPSession.cpp
34
#include "
ASessionDescription
.h"
42
status_t ARTPSession::setup(const sp<
ASessionDescription
> &desc) {
ARTPSource.cpp
29
#include "
ASessionDescription
.h"
41
const sp<
ASessionDescription
> &sessionDesc, size_t index,
MyHandler.h
28
#include "
ASessionDescription
.h"
427
mSessionDesc = new
ASessionDescription
;
[
all
...]
Completed in 961 milliseconds