HomeSort by relevance Sort by last modified time
    Searched defs:UNUSED_PARAMETER (Results 1 - 9 of 9) sorted by null

  /external/tpm2/
InternalRoutines.h 17 // UNUSED_PARAMETER
19 #ifndef UNUSED_PARAMETER
20 #define UNUSED_PARAMETER(param) (void)(param);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 328 #define UNUSED_PARAMETER(x) (void)(x)
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 47 #ifndef UNUSED_PARAMETER
48 #define UNUSED_PARAMETER(P) (P)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 47 #ifndef UNUSED_PARAMETER
48 #define UNUSED_PARAMETER(P) (P)
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 69 #define UNUSED_PARAMETER(x) (void)(x)
287 UNUSED_PARAMETER(stream);
288 UNUSED_PARAMETER(rate);
332 UNUSED_PARAMETER(stream);
339 UNUSED_PARAMETER(stream);
340 UNUSED_PARAMETER(format);
371 UNUSED_PARAMETER(stream);
372 UNUSED_PARAMETER(fd);
557 UNUSED_PARAMETER(stream);
558 UNUSED_PARAMETER(left)
    [all...]
  /external/sqlite/dist/orig/
shell.c 318 #define UNUSED_PARAMETER(x) (void)(x)
427 UNUSED_PARAMETER(argc);
428 UNUSED_PARAMETER(argv);
803 UNUSED_PARAMETER(NotUsed);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c 324 #define UNUSED_PARAMETER(x) (void)(x)
433 UNUSED_PARAMETER(argc);
434 UNUSED_PARAMETER(argv);
809 UNUSED_PARAMETER(NotUsed);
    [all...]
sqlite3.c     [all...]

Completed in 2831 milliseconds