OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUSED_PARAMETER
(Results
1 - 14
of
14
) sorted by null
/external/tpm2/
InternalRoutines.h
17
//
UNUSED_PARAMETER
19
#ifndef
UNUSED_PARAMETER
20
#define
UNUSED_PARAMETER
(param) (void)(param);
FieldUpgradeData.c
18
UNUSED_PARAMETER
(in);
19
UNUSED_PARAMETER
(out);
FirmwareRead.c
17
UNUSED_PARAMETER
(in);
18
UNUSED_PARAMETER
(out);
FieldUpgradeStart.c
17
UNUSED_PARAMETER
(in);
/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
...]
/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/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h
328
#define
UNUSED_PARAMETER
(x) (void)(x)
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c
434
UNUSED_PARAMETER
(dhd);
435
UNUSED_PARAMETER
(garb);
436
UNUSED_PARAMETER
(argv);
599
UNUSED_PARAMETER
(dhd);
600
UNUSED_PARAMETER
(cmd);
891
UNUSED_PARAMETER
(cmd);
1224
UNUSED_PARAMETER
(cmd);
[
all
...]
dhdu_linux.c
452
UNUSED_PARAMETER
(argc);
647
UNUSED_PARAMETER
(wl);
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
shell.c
318
#define
UNUSED_PARAMETER
(x) (void)(x)
427
UNUSED_PARAMETER
(argc);
428
UNUSED_PARAMETER
(argv);
803
UNUSED_PARAMETER
(NotUsed);
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
shell.c
324
#define
UNUSED_PARAMETER
(x) (void)(x)
433
UNUSED_PARAMETER
(argc);
434
UNUSED_PARAMETER
(argv);
809
UNUSED_PARAMETER
(NotUsed);
[
all
...]
Completed in 545 milliseconds