Searched refs:readAt_l (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.h57 ssize_t readAt_l(off64_t offset, void *data, size_t size);
H A DLiveDataSource.cpp82 return readAt_l(offset, data, size);
87 return readAt_l(offset, data, size);
90 ssize_t LiveDataSource::readAt_l(off64_t offset, void *data, size_t size) { function in class:android::LiveDataSource

Completed in 246 milliseconds