Home | History | Annotate | Download | only in rs

Lines Matching defs:asset

26     #include <androidfw/Asset.h>
94 bool FileA3D::load(Asset *asset) {
96 mAsset = asset;
97 return load(asset->getBuffer(false), asset->getLength());
435 ALOGE("File load failed. Asset stream is NULL");
450 Asset *asset = static_cast<Asset *>(_asset);
454 fa3d->load(asset);