Home
last modified time | relevance | path

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

/frameworks/rs/
DrsHidlAdaptation.cpp267 uint64_t _obj = (uint64_t)(uintptr_t)obj; in GetName() local
269 …GetIContextHandle(context)->getName(_obj, [name](hidl_string ret_name) {*name = ret_name.c_str();}… in GetName()
496 uint64_t _obj = (uint64_t)(uintptr_t)obj; in AssignName() local
498 GetIContextHandle(context)->assignName(_obj, hidl_string(name)); in AssignName()
503 uint64_t _obj = (uint64_t)(uintptr_t)obj; in ObjDestroy() local
505 GetIContextHandle(context)->objDestroy(_obj); in ObjDestroy()
855 uint64_t _obj = (uint64_t)(uintptr_t)obj; in ScriptSetVarObj() local
857 GetIContextHandle(context)->scriptSetVarObj(_script, slot, _obj); in ScriptSetVarObj()