Home | History | Annotate | Download | only in android

Lines Matching defs:AAsset

33 struct AAsset;
34 typedef struct AAsset AAsset;
59 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
132 int AAsset_isAllocated(AAsset* asset);