Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libmraa/examples/python/
Daio.py27 print (mraa.getVersion())
Dhello_gpio.py27 print (mraa.getVersion())
/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
DGPIO_DigitalWrite.js26 console.log('MRAA Version: ' + m.getVersion()); //write the mraa version to the console
DAioA0.js26 console.log('MRAA Version: ' + m.getVersion()); //write the mraa version to the console
DGPIO_DigitalRead.js26 console.log('MRAA Version: ' + m.getVersion()); //write the mraa version to the console
DBlink-IO.js26 console.log('MRAA Version: ' + m.getVersion()); //write the mraa version to the console
Duart.js26 console.log('MRAA Version: ' + m.getVersion());
/hardware/bsp/intel/peripheral/libmraa/tests/
Dgeneral_checks.py32 self.version = m.getVersion()
/hardware/bsp/intel/peripheral/libmraa/examples/java/
DExample.java43 String version = mraa.getVersion(); in main()
DGpioRead6.java43 … System.out.println(String.format("MRAA Version: %s\nStarting Read on IO6\n", mraa.getVersion())); in main()
DGpioMmapped.java44 String version = mraa.getVersion(); in main()
DBmp85.java38 System.out.println(mraa.mraa.getVersion()); in main()
DBlinkOnboard.java54 mraa.getVersion(), platform.toString()); in main()
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
Dcommon.hpp67 getVersion() in getVersion() function
/hardware/bsp/intel/peripheral/libmraa/docs/
Ddebugging.md10 The best way to get this is to call mraa_get_version() or mraa.getVersion(). If
/hardware/libhardware/modules/input/evdev/
DInputHub.h76 virtual uint16_t getVersion() const = 0;
DInputHub.cpp103 virtual uint16_t getVersion() const override { return mVersion; } in getVersion() function in android::EvdevDeviceNode
/hardware/libhardware/tests/input/evdev/
DInputMocks.h48 virtual uint16_t getVersion() const override { return mVersion; } in getVersion() function
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalManager.java500 public static String getVersion() { in getVersion() method in ThermalManager
/hardware/ril/reference-ril/
Dreference-ril.c174 static const char *getVersion();
190 getVersion
2424 static const char * getVersion(void) function
Dril.h5785 RIL_GetVersion getVersion; member
/hardware/ril/include/telephony/
Dril.h5785 RIL_GetVersion getVersion; member
/hardware/ril/libril/
Dril.cpp4092 if (s_callbacks.getVersion != NULL) { in onNewCommandConnect()
4094 version = s_callbacks.getVersion(); in onNewCommandConnect()