OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLatestEnqueuedMeta
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h
78
sp<AMessage>
getLatestEnqueuedMeta
();
AnotherPacketSource.cpp
460
sp<AMessage> AnotherPacketSource::
getLatestEnqueuedMeta
() {
/frameworks/av/media/libstagefright/httplive/
LiveSession.cpp
584
lastEnqueueMeta = source->
getLatestEnqueuedMeta
();
[
all
...]
PlaylistFetcher.cpp
811
|| mPacketSources[i]->
getLatestEnqueuedMeta
() == NULL) {
932
sp<AMessage> meta = mPacketSources[i]->
getLatestEnqueuedMeta
();
[
all
...]
Completed in 304 milliseconds