HomeSort by relevance Sort by last modified time
    Searched full:mpasset (Results 1 - 1 of 1) sorted by null

  /development/simulator/app/
AssetStream.h 27 : mpAsset(pAsset)
30 delete mpAsset;
34 //printf("## GetLength --> %ld\n", (long) mpAsset->getLength());
35 return mpAsset->getLength();
38 //printf("## GetSize --> %ld\n", (long) mpAsset->getLength());
39 return mpAsset->getLength();
45 return (mpAsset->seek(0, SEEK_CUR) == mpAsset->getLength());
62 ssize_t actual = mpAsset->read(buffer, size);
82 newPosn = mpAsset->seek(seek, whence)
    [all...]

Completed in 14 milliseconds