Searched refs:UNUSED_UNLESS_VERBOSE (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp31 #define UNUSED_UNLESS_VERBOSE(x) (void)(x) macro
33 #define UNUSED_UNLESS_VERBOSE(x) macro
266 UNUSED_UNLESS_VERBOSE(portIndex);
356 UNUSED_UNLESS_VERBOSE(current_frame);
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp37 #define UNUSED_UNLESS_VERBOSE(x) (void)(x) macro
39 #define UNUSED_UNLESS_VERBOSE(x) macro
74 UNUSED_UNLESS_VERBOSE(msgType);
75 UNUSED_UNLESS_VERBOSE(ext1);
76 UNUSED_UNLESS_VERBOSE(ext2);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp40 #define UNUSED_UNLESS_VERBOSE(x) (void)(x) macro
42 #define UNUSED_UNLESS_VERBOSE(x) macro
707 UNUSED_UNLESS_VERBOSE(buffer);
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h50 #define UNUSED_UNLESS_VERBOSE(x) (void)(x) macro
52 #define UNUSED_UNLESS_VERBOSE(x) macro
1831 UNUSED_UNLESS_VERBOSE(trackIndex);

Completed in 2498 milliseconds