Home
last modified time | relevance | path

Searched refs:intr (Results 1 – 1 of 1) sorted by relevance

/test/dittosuite/src/
Dbinder.cpp74 sp<IDittoBinder> intr; in asInterface() local
76 intr = static_cast<IDittoBinder*>(obj->queryLocalInterface(IDittoBinder::descriptor).get()); in asInterface()
77 if (intr == nullptr) { in asInterface()
78 intr = new BpDittoBinder(obj); in asInterface()
81 return intr; in asInterface()