Searched defs:typeID (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp127 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID()); local
128 if(typeID != NULL) {
130 sp<Type> t = new Type((void *)typeID, mRS);

Completed in 130 milliseconds