Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/
DUtils.h32 #define UNUSED(x) (void)(x); macro
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/include/
DAidlUtils.h79 #define UNUSED(x) (void)(x); macro
/frameworks/av/media/libmedia/
DMediaProfiles.cpp177 #define UNUSED __unused macro
179 #define UNUSED macro
183 MediaProfiles::logVideoCodec(const MediaProfiles::VideoCodec& codec UNUSED) in logVideoCodec()
201 MediaProfiles::logAudioCodec(const MediaProfiles::AudioCodec& codec UNUSED) in logAudioCodec()
212 MediaProfiles::logVideoEncoderCap(const MediaProfiles::VideoEncoderCap& cap UNUSED) in logVideoEncoderCap()
223 MediaProfiles::logAudioEncoderCap(const MediaProfiles::AudioEncoderCap& cap UNUSED) in logAudioEncoderCap()
233 MediaProfiles::logVideoDecoderCap(const MediaProfiles::VideoDecoderCap& cap UNUSED) in logVideoDecoderCap()
240 MediaProfiles::logAudioDecoderCap(const MediaProfiles::AudioDecoderCap& cap UNUSED) in logAudioDecoderCap()
/frameworks/av/media/module/codecs/amrwb/enc/src/
Dconvolve.c28 #define UNUSED(x) (void)(x) macro
Dautocorr.c31 #define UNUSED(x) (void)(x) macro
Dsyn_filt.c29 #define UNUSED(x) (void)(x) macro
Dpitch_f4.c34 #define UNUSED(x) (void)(x) macro
DvoAMRWBEnc.c42 #define UNUSED(x) (void)(x) macro
/frameworks/av/media/module/codecs/common/
DcmnMemory.c29 #define UNUSED(x) (void)(x) macro
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkCommon.h31 #define UNUSED(x) (void)(x) macro
/frameworks/av/media/module/foundation/
DADebug.cpp32 #define UNUSED(x) ((void)(x)) macro
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.h42 #define UNUSED(x) ((void)(x)) macro
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.h42 #define UNUSED(x) ((void)(x)) macro
/frameworks/native/services/sensorservice/
DSensorDirectConnection.cpp23 #define UNUSED(x) (void)(x) macro
DSensorEventConnection.cpp30 #define UNUSED(x) (void)(x) macro
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.h45 #define UNUSED(x) ((void)(x)) macro
/frameworks/native/libs/vr/libpdx/fuzz/
Dhelpers.h22 #define UNUSED(expr) \ macro
/frameworks/av/media/libaudioprocessing/
DAudioResamplerSinc.cpp56 #define UNUSED(x) ((void)(x)) macro
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp31 #define UNUSED(expr) \ macro
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.h107 #define UNUSED(x) ((void)(x)) macro
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h117 #define UNUSED(x) ((void)(x)) macro
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp41 void UNUSED(T... t) {} in UNUSED() function
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java5698 public static final int UNUSED = 0; field in WindowManagerService.H