OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBufferAvailable
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/libstagefright/mpeg2ts/
AnotherPacketSource.h
44
bool
hasBufferAvailable
(status_t *finalResult);
AnotherPacketSource.cpp
174
bool AnotherPacketSource::
hasBufferAvailable
(status_t *finalResult) {
MPEG2TSExtractor.cpp
104
while (!mImpl->
hasBufferAvailable
(&finalResult)) {
/frameworks/base/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp
132
if (!source->
hasBufferAvailable
(&finalResult)) {
HTTPLiveSource.cpp
161
if (!source->
hasBufferAvailable
(&finalResult)) {
Completed in 181 milliseconds