OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:liveSession
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/include/
MPEG2TSExtractor.h
34
struct
LiveSession
;
47
void setLiveSession(const sp<
LiveSession
> &
liveSession
);
56
sp<
LiveSession
> mLiveSession;
/frameworks/base/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp
22
#include "include/
LiveSession
.h"
219
void MPEG2TSExtractor::setLiveSession(const sp<
LiveSession
> &
liveSession
) {
222
mLiveSession =
liveSession
;
/frameworks/base/cmds/stagefright/
stagefright.cpp
34
#include "include/
LiveSession
.h"
640
sp<
LiveSession
>
liveSession
;
1011
liveSession
= new
LiveSession
;
1012
looper->registerHandler(
liveSession
);
1014
liveSession
->connect(uri.string());
1015
dataSource =
liveSession
->getDataSource();
[
all
...]
Completed in 38 milliseconds