Searched refs:getValue (Results 1 - 10 of 10) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/hx711/
H A Dhx711.h100 double getValue(uint8_t times = 10);
103 * Returns getValue() divided by SCALE
H A Dhx711.cxx125 double HX711::getValue(uint8_t times){ function in class:HX711
130 return getValue(times) / SCALE;
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.h39 intptr_t getValue() {return mValue;} function in class:VASurfaceMap
H A DVideoEncoderBase.cpp1926 if ((*node)->getValue() == value)
/hardware/libhardware/tests/input/evdev/
H A DMockInputHost.h59 MOCK_CONST_METHOD0(getValue, const char*());
/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp64 const char* InputProperty::getValue() const { function in class:android::InputProperty
H A DInputDevice.cpp99 const char* propValue = prop.getValue();
H A DInputHost.h119 virtual const char* getValue() const;
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalManager.java627 sThermalZonesList = (ArrayList<ThermalZone>) entryProfZone.getValue();
H A DThermalService.java580 ArrayList<ThermalZone> tzList = (ArrayList<ThermalZone>) entry.getValue();

Completed in 7908 milliseconds