Home
last modified time | relevance | path

Searched refs:hasDataBufferAvailable (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.h50 bool hasDataBufferAvailable(status_t *finalResult);
DAnotherPacketSource.cpp385 bool AnotherPacketSource::hasDataBufferAvailable(status_t *finalResult) { in hasDataBufferAvailable() function in android::AnotherPacketSource
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp355 if (!packetSource->hasDataBufferAvailable(&finalResult)) { in dequeueAccessUnit()