Home
last modified time | relevance | path

Searched refs:UNUSED_PARAM (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/nanotool/
Dcontexthub.cpp31 #define UNUSED_PARAM(param) (void) (param) macro
620 UNUSED_PARAM(sensor_type); in SetCalibration()
621 UNUSED_PARAM(data); in SetCalibration()
626 UNUSED_PARAM(sensor_type); in SetCalibration()
627 UNUSED_PARAM(data); in SetCalibration()
633 UNUSED_PARAM(sensor_type); in SetCalibration()
634 UNUSED_PARAM(x); in SetCalibration()
635 UNUSED_PARAM(y); in SetCalibration()
636 UNUSED_PARAM(z); in SetCalibration()
642 UNUSED_PARAM(sensor_type); in SetCalibration()
[all …]
/device/google/contexthub/firmware/os/inc/
Dutil.h27 #define UNUSED_PARAM(param) (void) (param) macro