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

  /device/google/contexthub/firmware/os/inc/
osApi.h 88 #define SYSCALL_OS_MAIN_SENSOR_FIND 4 // (uint32_t sensorType, uint32_t idx, uint32_t *handleP) -> const struct SensorInfo* or NULL
syscallDo.h 124 return (const struct SensorInfo*)syscallDo3P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_FIND), sensorType, idx, handleP);
  /device/google/contexthub/firmware/os/core/
osApi.c 516 [SYSCALL_OS_MAIN_SENSOR_FIND] = { .func = osExpApiSensorFind, },

Completed in 427 milliseconds