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
618 UNUSED_PARAM(sensor_type); in SetCalibration()
619 UNUSED_PARAM(data); in SetCalibration()
624 UNUSED_PARAM(sensor_type); in SetCalibration()
625 UNUSED_PARAM(data); in SetCalibration()
631 UNUSED_PARAM(sensor_type); in SetCalibration()
632 UNUSED_PARAM(x); in SetCalibration()
633 UNUSED_PARAM(y); in SetCalibration()
634 UNUSED_PARAM(z); in SetCalibration()
640 UNUSED_PARAM(sensor_type); in SetCalibration()
[all …]
/device/google/contexthub/firmware/os/inc/
Dutil.h27 #define UNUSED_PARAM(param) (void) (param) macro