Searched defs:assignName (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/rs/ | ||
H A D | rsObjectBase.h | 52 void assignName(const char *s) {mName = s;} in assignName() function |
H A D | rsContext.cpp | 679 void Context::assignName(ObjectBase *obj, const char *name, uint32_t len) { in assignName() function in android::renderscript::Context |
/aosp12/hardware/interfaces/renderscript/1.0/default/ | ||
H A D | Context.cpp | 494 Return<void> Context::assignName(ObjectBase obj, const hidl_string& name) { in assignName() function in android::hardware::renderscript::V1_0::implementation::Context |