Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCooling.java552 Object arglist[] = new Object[3]; in loadCoolingDevice() local
553 arglist[0] = mContext; in loadCoolingDevice()
554 arglist[1] = device.getThrottlePath(); in loadCoolingDevice()
555 arglist[2] = device.getThrottleValuesList(); in loadCoolingDevice()
556 init.invoke(cls, arglist); in loadCoolingDevice()
750 Object arglist[] = new Object[1]; in throttleDevice()
751 arglist[0] = new Integer(throttleLevel); in throttleDevice()
755 throt.invoke(c, arglist); in throttleDevice()