Home | History | Annotate | Download | only in android

Lines Matching defs:AAsset

31 struct AAsset;
32 typedef struct AAsset AAsset;
57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
86 int AAsset_read(AAsset* asset, void* buf, size_t count);
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
99 void AAsset_close(AAsset* asset);
106 const void* AAsset_getBuffer(AAsset* asset);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset);
124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
130 int AAsset_isAllocated(AAsset* asset);