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

  /device/google/contexthub/util/nanotool/
contexthub.cpp 31 #define UNUSED_PARAM(param) (void) (param)
619 UNUSED_PARAM(sensor_type);
620 UNUSED_PARAM(data);
625 UNUSED_PARAM(sensor_type);
626 UNUSED_PARAM(data);
632 UNUSED_PARAM(sensor_type);
633 UNUSED_PARAM(x);
634 UNUSED_PARAM(y);
635 UNUSED_PARAM(z);
641 UNUSED_PARAM(sensor_type)
    [all...]
  /device/google/contexthub/firmware/os/inc/
util.h 27 #define UNUSED_PARAM(param) (void) (param)
  /external/curl/lib/
krb5.c 76 int level UNUSED_PARAM,
77 struct connectdata *conn UNUSED_PARAM)
curl_setup.h 631 # define UNUSED_PARAM __attribute__((__unused__))
634 # define UNUSED_PARAM /*NOTHING*/

Completed in 528 milliseconds