Lines Matching refs:_value
522 uintptr_t _value = hidl_to_rs<uintptr_t>(value); in closureSetArg() local
524 Device::getHal().ClosureSetArg(mContext, _closure, _index, _value, _size); in closureSetArg()
531 int64_t _value = value; in closureSetGlobal() local
533 Device::getHal().ClosureSetGlobal(mContext, _closure, _fieldID, _value, _size); in closureSetGlobal()
674 int _value = static_cast<int>(value); in scriptSetVarI() local
675 Device::getHal().ScriptSetVarI(mContext, _vs, _slot, _value); in scriptSetVarI()
690 int64_t _value = static_cast<int64_t>(value); in scriptSetVarJ() local
691 Device::getHal().ScriptSetVarJ(mContext, _vs, _slot, _value); in scriptSetVarJ()
698 float _value = value; in scriptSetVarF() local
699 Device::getHal().ScriptSetVarF(mContext, _vs, _slot, _value); in scriptSetVarF()
706 double _value = value; in scriptSetVarD() local
707 Device::getHal().ScriptSetVarD(mContext, _vs, _slot, _value); in scriptSetVarD()