Home | History | Annotate | Download | only in httplive

Lines Matching defs:LiveDataSource

18 #define LOG_TAG "LiveDataSource"
21 #include "LiveDataSource.h"
30 LiveDataSource::LiveDataSource()
40 LiveDataSource::~LiveDataSource() {
47 status_t LiveDataSource::initCheck() const {
51 size_t LiveDataSource::countQueuedBuffers() {
57 ssize_t LiveDataSource::readAtNonBlocking(
62 ALOGE("Attempt at reading non-sequentially from LiveDataSource.");
85 ssize_t LiveDataSource::readAt(off64_t offset, void *data, size_t size) {
90 ssize_t LiveDataSource::readAt_l(off64_t offset, void *data, size_t size) {
92 ALOGE("Attempt at reading non-sequentially from LiveDataSource.");
136 void LiveDataSource::queueBuffer(const sp<ABuffer> &buffer) {
154 void LiveDataSource::queueEOS(status_t finalResult) {
163 void LiveDataSource::reset() {