OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:APacketSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
APacketSource.h
29
struct
APacketSource
: public RefBase {
30
APacketSource
(const sp<ASessionDescription> &sessionDesc, size_t index);
37
virtual ~
APacketSource
();
44
DISALLOW_EVIL_CONSTRUCTORS(
APacketSource
);
APacketSource.cpp
18
#define LOG_TAG "
APacketSource
"
21
#include "
APacketSource
.h"
410
APacketSource
::
APacketSource
(
576
APacketSource
::~
APacketSource
() {
579
status_t
APacketSource
::initCheck() const {
583
sp<MetaData>
APacketSource
::getFormat() {
Completed in 117 milliseconds