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

  /device/google/contexthub/firmware/inc/
seos.h 278 #ifndef INTERNAL_APP_INIT
279 #define INTERNAL_APP_INIT(_id, _ver, _init, _end, _event) \
280 SET_INTERNAL_LOCATION(location, ".internal_app_init")static const struct AppHdr \
281 SET_INTERNAL_LOCATION_ATTRIBUTES(used, section (".internal_app_init")) mAppHdr = { \
  /device/google/contexthub/firmware/src/drivers/vsync/
vsync.c 222 INTERNAL_APP_INIT(VSYNC_APP_ID, VSYNC_APP_VERSION, startTask, endTask, handleEvent);
  /device/google/contexthub/firmware/src/drivers/hall/
hall.c 227 INTERNAL_APP_INIT(APP_ID_MAKE(APP_ID_VENDOR_GOOGLE, 6), APP_VERSION, startTask, endTask, handleEvent);
  /device/google/contexthub/firmware/src/drivers/hall_twopole/
hall_twopole.c 250 INTERNAL_APP_INIT(APP_ID, APP_VERSION, startTask, endTask, handleEvent);
  /device/google/contexthub/firmware/src/drivers/tilt_detection/
tilt_detection.c 291 INTERNAL_APP_INIT(
  /device/google/contexthub/firmware/src/drivers/synaptics_s3708/
synaptics_s3708.c 575 INTERNAL_APP_INIT(S3708_APP_ID, S3708_APP_VERSION, startTask, endTask, handleEvent);
  /device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c 659 INTERNAL_APP_INIT(
  /device/google/contexthub/firmware/src/drivers/ams_tmd2772/
ams_tmd2772.c 743 INTERNAL_APP_INIT(APP_ID_MAKE(APP_ID_VENDOR_GOOGLE, 9), AMS_TMD2772_APP_VERSION, init_app, end_app, handle_event);
  /device/google/contexthub/firmware/src/drivers/bosch_bmp280/
bosch_bmp280.c 613 INTERNAL_APP_INIT(BMP280_APP_ID, BMP280_APP_VERSION, startTask, endTask, handleEvent);
  /device/google/contexthub/firmware/src/drivers/rohm_rpr0521/
rohm_rpr0521.c 782 INTERNAL_APP_INIT(APP_ID_MAKE(APP_ID_VENDOR_GOOGLE, 10), RPR0521_APP_VERSION, init_app, end_app, handle_event);
  /device/google/contexthub/firmware/src/drivers/ams_tmd4903/
ams_tmd4903.c     [all...]
  /device/google/contexthub/firmware/src/drivers/orientation/
orientation.c 839 INTERNAL_APP_INIT(
  /device/google/contexthub/firmware/src/
hostIntf.c     [all...]
  /device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]

Completed in 424 milliseconds