Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmpr121.cxx40 void printButtons(upm::MPR121 *touch) in printButtons() argument
47 if (touch->m_buttonStates & (1 << i)) in printButtons()
57 if (touch->m_overCurrentFault) in printButtons()
70 upm::MPR121 *touch = new upm::MPR121(MPR121_I2C_BUS, MPR121_DEFAULT_I2C_ADDR); in main() local
73 touch->configAN3944(); in main()
77 touch->readButtons(); in main()
78 printButtons(touch); in main()
86 delete touch; in main()
Dat42qt1070.cxx40 void printButtons(upm::AT42QT1070 *touch) in printButtons() argument
43 uint8_t buttons = touch->getButtons(); in printButtons()
60 if (touch->isCalibrating()) in printButtons()
63 if (touch->isOverflowed()) in printButtons()
74 upm::AT42QT1070 *touch = new upm::AT42QT1070(AT42QT1070_I2C_BUS, in main() local
79 touch->updateState(); in main()
80 printButtons(touch); in main()
88 delete touch; in main()
Dttp223.cxx36 upm::TTP223* touch = new upm::TTP223(0); in main() local
41 if ( touch->isPressed() ) { in main()
42 std::cout << touch->name() << " is pressed" << std::endl; in main()
44 std::cout << touch->name() << " is not pressed" << std::endl; in main()
50 delete touch; in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dttp223.py27 touch = ttp223.TTP223(0) variable
32 if touch.isPressed():
33 print touch.name(), 'is pressed'
35 print touch.name(), 'is not pressed'
39 del touch
/hardware/bsp/intel/peripheral/libupm/examples/java/
DMPR121Sample.java12 private static void printButtons(upm_mpr121.MPR121 touch) { in printButtons() argument
17 if ((touch.getM_buttonStates() & (1 << i)) != 0) { in printButtons()
31 upm_mpr121.MPR121 touch = new upm_mpr121.MPR121(0); in main() local
34 touch.configAN3944(); in main()
37 touch.readButtons(); in main()
38 printButtons(touch); in main()
DTTP223Sample.java38 upm_ttp223.TTP223 touch = new upm_ttp223.TTP223(7); in main() local
41 if (touch.isPressed()) in main()
42 System.out.println(touch.name() + " is pressed"); in main()
44 System.out.println(touch.name() + " is not pressed"); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dttp223.js29 var touch = new sensorModule.TTP223(0); variable
34 if ( touch.isPressed() ) {
35 console.log(touch.name() + " is pressed");
37 console.log(touch.name() + " is not pressed");
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
DMakefile334 @touch $@
341 @touch $@
348 @touch $@
355 @touch $@
362 @touch $@
372 @touch $@
380 @touch $@
387 @touch $@
420 @touch $@
Dgen_msvs_sln.sh209 ${TAB}@touch \$@
/hardware/intel/img/psb_video/debian/
Drules44 touch configure-stamp
54 touch $@
/hardware/intel/bootstub/
Dbootstub.mk53 $(hide) touch $@
/hardware/bsp/intel/peripheral/libmraa/docs/
Dintel_nuc5.md11 in a very similar way so could be supported, get in touch if you have one!
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_iht4x4_add_neon.asm21 ; into d16-d19 registers. This macro will touch q10- q15 registers and use
55 ; stored back into d16-d19 registers. This macro will touch q11,q12,q13,
Dvp9_idct16x16_add_neon.asm47 ; will be stored back into q8-q15 registers. This function will touch q0-q7
293 ; will be stored back into q8-q15 registers. This function will touch q0-q7
797 ; will be stored back into q8-q15 registers. This function will touch q0-q7
925 ; will be stored back into q8-q15 registers. This function will touch q0-q7
Dvp9_iht8x8_add_neon.asm120 ; will be stored back into q8-q15 registers. This macro will touch q0-q7
283 ; output will be stored back into q8-q15 registers. This macro will touch
Dvp9_idct8x8_add_neon.asm21 ; This macro will touch q0-q7 registers and use them as buffer during