Home | History | Annotate | Download | only in rs

Lines Matching refs:Asset

26     #include <androidfw/Asset.h>
92 bool FileA3D::load(Asset *asset) {
94 mAsset = asset;
95 return load(asset->getBuffer(false), asset->getLength());
433 ALOGE("File load failed. Asset stream is NULL");
448 Asset *asset = static_cast<Asset *>(_asset);
452 fa3d->load(asset);