Home | History | Annotate | Download | only in cpp

Lines Matching defs:BaseObj

20 using android::RSC::BaseObj;
22 void * BaseObj::getID() const {
29 void * BaseObj::getObjID(const sp<const BaseObj>& o) {
34 BaseObj::BaseObj(void *id, sp<RS> rs) {
39 void BaseObj::checkValid() {
45 BaseObj::~BaseObj() {
53 void BaseObj::updateFromNative() {
59 bool BaseObj::equals(const sp<const BaseObj>& obj) {