HomeSort by relevance Sort by last modified time
    Searched refs:mIDataSource (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
CallbackDataSource.cpp 33 : mIDataSource(binderDataSource) {
35 mMemory = mIDataSource->getIMemory();
40 mIDataSource->close();
64 mIDataSource->readAt(offset + totalNumRead, numToRead);
86 status_t err = mIDataSource->getSize(size);
  /frameworks/av/media/libstagefright/include/
CallbackDataSource.h 41 sp<IDataSource> mIDataSource;

Completed in 329 milliseconds