Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmhz16.py49 if (not myCO2.setupTty(upmMhz16.cvar.int_B9600)):
Dublox6.py46 if (not myGPSSensor.setupTty(upmUblox6.cvar.int_B9600)):
Dzfm20.py48 if (not myFingerprintSensor.setupTty(upmZfm20.cvar.int_B57600)):
Dhm11.py50 if (not my_ble_obj.setupTty(upmHm11.cvar.int_B9600)):
Dzfm20-register.py48 if (not myFingerprintSensor.setupTty(upmZfm20.cvar.int_B57600)):
Dhmtrp.py54 if (not my_HMTRP_Radio.setupTty(upmHmtrp.cvar.int_B9600)):
Dwt5001.py46 if (not myMP3Player.setupTty(upmWt5001.cvar.int_B9600)):
/hardware/libhardware/tests/hwc/
Dcnativewindow.c64 pthread_cond_t cvar; member
138 pthread_cond_wait(&win->cvar, &win->lock); in cnw_dequeue_buffer1()
246 pthread_cond_signal(&win->cvar); in cnw_queue_buffer1()
544 pthread_cond_init(&win->cvar, NULL); in cnw_init()