Lines Matching refs:_value
538 uintptr_t _value = hidl_to_rs<uintptr_t>(value); in closureSetArg() local
540 Device::getHal().ClosureSetArg(mContext, _closure, _index, _value, _size); in closureSetArg()
547 int64_t _value = value; in closureSetGlobal() local
549 Device::getHal().ClosureSetGlobal(mContext, _closure, _fieldID, _value, _size); in closureSetGlobal()
690 int _value = static_cast<int>(value); in scriptSetVarI() local
691 Device::getHal().ScriptSetVarI(mContext, _vs, _slot, _value); in scriptSetVarI()
706 int64_t _value = static_cast<int64_t>(value); in scriptSetVarJ() local
707 Device::getHal().ScriptSetVarJ(mContext, _vs, _slot, _value); in scriptSetVarJ()
714 float _value = value; in scriptSetVarF() local
715 Device::getHal().ScriptSetVarF(mContext, _vs, _slot, _value); in scriptSetVarF()
722 double _value = value; in scriptSetVarD() local
723 Device::getHal().ScriptSetVarD(mContext, _vs, _slot, _value); in scriptSetVarD()