HomeSort by relevance Sort by last modified time
    Searched refs:osEventSubscribe (Results 1 - 22 of 22) sorted by null

  /device/google/contexthub/firmware/os/drivers/tilt_detection/
tilt_detection.c 148 osEventSubscribe(mTask.taskId, EVT_SENSOR_ANY_MOTION);
158 osEventSubscribe(mTask.taskId, EVT_SENSOR_NO_MOTION);
169 osEventSubscribe(mTask.taskId, EVT_SENSOR_ACCEL);
283 osEventSubscribe(taskId, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 595 osEventSubscribe(mTask.tid, EVT_SENSOR_ACC_DATA_RDY);
616 osEventSubscribe(mTask.tid, EVT_SENSOR_GYR_DATA_RDY);
637 osEventSubscribe(mTask.tid, EVT_SENSOR_MAG_DATA_RDY);
638 osEventSubscribe(mTask.tid, EVT_SENSOR_MAG_BIAS);
871 osEventSubscribe(mTask.tid, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 347 osEventSubscribe(mTask.id, EVT_SENSOR_PROX);
584 osEventSubscribe(taskId, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/leds/
leds_gpio.c 193 osEventSubscribe(taskId, EVT_APP_START);
leds_lp3943.c 349 osEventSubscribe(taskId, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 398 osEventSubscribe(myTid, EVT_APP_START);
  /device/google/contexthub/firmware/os/inc/
seos.h 162 bool osEventSubscribe(uint32_t tid, uint32_t evtType); /* async */
  /device/google/contexthub/firmware/os/core/
hostIntf.c 361 osEventSubscribe(mHostIntfTid, EVT_APP_START);
770 osEventSubscribe(mHostIntfTid, sensorGetMyEventType(si->biasType));
    [all...]
osApi.c 41 *retValP = osEventSubscribe(0, evtType);
seos.c     [all...]
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 487 osEventSubscribe(mTask.tid, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 509 osEventSubscribe(mTask.tid, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 586 osEventSubscribe(mTask.tid, EVT_SENSOR_ACC_DATA_RDY);
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 690 osEventSubscribe(myTid, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 779 osEventSubscribe(taskId, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 738 osEventSubscribe(myTid, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 831 osEventSubscribe(mTask.tid, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 730 osEventSubscribe(mTask.tid, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 1058 osEventSubscribe(mTask.tid, EVT_APP_START);
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 633 milliseconds