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

  /device/google/contexthub/firmware/os/inc/
osApi.h 90 #define SYSCALL_OS_MAIN_SENSOR_RATE_CHG 6 // (uint32_t clientId, uint32_t sensorHandle, uint32_t newRate) -> bool success
syscallDo.h 140 return syscallDo5P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_RATE_CHG), clientId, sensorHandle, newRate, newLatency_lo, newLatency_hi);
  /device/google/contexthub/firmware/os/core/
osApi.c 518 [SYSCALL_OS_MAIN_SENSOR_RATE_CHG] = { .func = osExpApiSensorRateChg, },

Completed in 45 milliseconds