OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUSED_UNLESS_VERBOSE
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp
32
#define
UNUSED_UNLESS_VERBOSE
(x) (void)(x)
34
#define
UNUSED_UNLESS_VERBOSE
(x)
365
UNUSED_UNLESS_VERBOSE
(portIndex);
477
UNUSED_UNLESS_VERBOSE
(current_frame);
/frameworks/av/media/libstagefright/
CameraSource.cpp
40
#define
UNUSED_UNLESS_VERBOSE
(x) (void)(x)
42
#define
UNUSED_UNLESS_VERBOSE
(x)
83
UNUSED_UNLESS_VERBOSE
(msgType);
84
UNUSED_UNLESS_VERBOSE
(ext1);
85
UNUSED_UNLESS_VERBOSE
(ext2);
[
all
...]
/frameworks/av/media/libstagefright/rtsp/
MyHandler.h
53
#define
UNUSED_UNLESS_VERBOSE
(x) (void)(x)
55
#define
UNUSED_UNLESS_VERBOSE
(x)
[
all
...]
Completed in 514 milliseconds