Searched refs:on (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/hardware/qcom/camera/QCamera2/HAL/android/
H A DQCamera2External.h41 inline android::status_t setCameraLaunchStatus(uint32_t on) { argument
42 return ::setCameraLaunchStatus(on);
/hardware/qcom/camera/QCamera2/HAL3/android/
H A DQCamera3External.h41 inline android::status_t setCameraLaunchStatus(uint32_t on) { argument
42 return ::setCameraLaunchStatus(on);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dgrove_mcfled.js28 // Initialize on GPIO 2
30 myled.on();
40 process.on('SIGINT', function()
H A Dgroveeldriver.js30 // Instantiate a Grove El Driver on digital pin D2
38 eldriver_obj.on();
45 process.on('SIGINT', function()
H A Da110x.js30 // Instantiate a Hall Effect magnet sensor on digital pin D2
43 process.on('SIGINT', function()
H A Dbiss0001.js30 // Instantiate a Grove Motion sensor on GPIO pin D2
41 process.on('SIGINT', function()
H A Dgrovelinefinder.js30 // Instantiate a Grove line finder sensor on digital pin D2
43 process.on('SIGINT', function()
H A Dgrovespeaker.js30 // Instantiate a Grove Speaker on digital pin D2
40 process.on('SIGINT', function()
H A Dgrovewater.js31 // Instantiate a Grove Water sensor on digital pin D2
45 process.on('SIGINT', function()
H A Dlm35.js31 // Instantiate a LM35 on analog pin A0, with a default analog
42 // exit on ^C
43 process.on('SIGINT', function()
H A Dloudness.js31 // Instantiate a Loudness sensor on analog pin A0, with an analog
43 // exit on ^C
44 process.on('SIGINT', function()
H A Dmg811.js31 // Instantiate an MG811 on analog pin A0, and digital pin D2 with an
44 // exit on ^C
45 process.on('SIGINT', function()
H A Drotaryencoder.js38 process.on('SIGINT', function()
H A Dtsl2561.js30 // Instantiate a digital light sensor TSL2561 on I2C
40 process.on('SIGINT', function()
H A Dyg1006.js30 // Instantiate a flame sensor on digital pin D2
43 process.on('SIGINT', function()
H A Dgroveelectromagnet.js29 // Instantiate a Grove Electromagnet on digital pin D2
36 // Turn magnet on and off every 5 seconds
41 electromagnet_obj.on();
44 console.log("Turning magnet " + ((magnetState) ? "on" : "off"));
48 process.on('SIGINT', function()
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dgroveled.py32 # Turn the LED on and off 10 times, pausing one second
35 led.on()
/hardware/bsp/intel/peripheral/libupm/src/groveeldriver/
H A Dgroveeldriver.h67 * Turns the EL wire on
69 void on();
/hardware/bsp/intel/peripheral/libupm/src/groveelectromagnet/
H A Dgroveelectromagnet.h66 * Turns the magnet on
68 void on();
/hardware/bsp/intel/peripheral/bluetooth/bcm43340/
H A Dbt_bcm43340.rc5 on fs
9 on early-boot
12 on post-fs-data
/hardware/ti/omap4xxx/ion/
H A DAndroid.mk1 # only include if running on an omap4 platform
/hardware/broadcom/libbt/include/
H A Dupio.h12 * distributed under the License is distributed on an "AS IS" BASIS,
87 ** on/off.
93 int upio_set_bluetooth_power(int on);
99 ** Description Set i/o based on polarity
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dgroveled-multi.cxx47 // Instantiate a grove LED on D2. Here we are controlling a Grove
48 // Multi-color flash LED. We just just need to turn it on - it will
49 // then cycle through various colors (red, green, blue, purple) on it's
54 led->on();
H A Dgroveled.cxx41 // Turn the LED on and off 10 times, pausing one second
44 led->on();
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DGroveLEDSample.java40 led.on();

Completed in 511 milliseconds

1234567891011>>