Home | History | Annotate | Download | only in rs

Lines Matching refs:asset

26     #include <androidfw/Asset.h>
91 bool FileA3D::load(Asset *asset) {
93 mAsset = asset;
94 return load(asset->getBuffer(false), asset->getLength());
421 ALOGE("File load failed. Asset stream is NULL");
436 Asset *asset = static_cast<Asset *>(_asset);
440 fa3d->load(asset);