/frameworks/av/media/libstagefright/codecs/common/ |
D | cmnMemory.c | 29 #define UNUSED(x) (void)(x) macro 33 UNUSED(uID); in cmnMemAlloc() 44 UNUSED(uID); in cmnMemFree() 52 UNUSED(uID); in cmnMemSet() 60 UNUSED(uID); in cmnMemCopy() 68 UNUSED(uID); in cmnMemCheck() 69 UNUSED(pBuffer); in cmnMemCheck() 70 UNUSED(uSize); in cmnMemCheck() 77 UNUSED(uID); in cmnMemCompare() 84 UNUSED(uID); in cmnMemMove()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
D | DrmPlugin.h | 91 UNUSED(cert_type); in getProvisionRequest() 92 UNUSED(cert_authority); in getProvisionRequest() 93 UNUSED(request); in getProvisionRequest() 94 UNUSED(defaultUrl); in getProvisionRequest() 102 UNUSED(certificate); in provideProvisionResponse() 103 UNUSED(wrappedKey); in provideProvisionResponse() 112 UNUSED(secureStops); in getSecureStops() 121 UNUSED(secureStop); in getSecureStop() 138 UNUSED(connectedLevel); in getHdcpLevels() 139 UNUSED(maxLevel); in getHdcpLevels() [all …]
|
D | CryptoPlugin.h | 41 UNUSED(mime); in requiresSecureDecoderComponent()
|
/frameworks/native/services/sensorservice/ |
D | SensorDirectConnection.cpp | 21 #define UNUSED(x) (void)(x) macro 75 UNUSED(handle); in enableDisable() 76 UNUSED(enabled); in enableDisable() 77 UNUSED(samplingPeriodNs); in enableDisable() 78 UNUSED(maxBatchReportLatencyNs); in enableDisable() 79 UNUSED(reservedFlags); in enableDisable() 86 UNUSED(handle); in setEventRate() 87 UNUSED(samplingPeriodNs); in setEventRate()
|
D | SensorEventConnection.cpp | 26 #define UNUSED(x) (void)(x) macro 629 UNUSED(handle); in configureChannel() 630 UNUSED(rateLevel); in configureChannel()
|
/frameworks/av/media/libstagefright/foundation/ |
D | ADebug.cpp | 32 #define UNUSED(x) ((void)(x)) macro 139 UNUSED(modulo); in getExperimentFlag() 140 UNUSED(limit); in getExperimentFlag() 141 UNUSED(plus); in getExperimentFlag() 142 UNUSED(timeDivisor); in getExperimentFlag()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/ |
D | CryptoPlugin.h | 64 UNUSED(mime); in requiresSecureDecoderComponent() 69 UNUSED(width); in notifyResolution() 70 UNUSED(height); in notifyResolution()
|
D | DrmPlugin.h | 128 UNUSED(certificateType); in getProvisionRequest() 129 UNUSED(certificateAuthority); in getProvisionRequest() 140 UNUSED(certificateType); in getProvisionRequest_1_2() 141 UNUSED(certificateAuthority); in getProvisionRequest_1_2()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | autocorr.c | 31 #define UNUSED(x) (void)(x) macro 45 UNUSED(m); in Autocorr()
|
D | convolve.c | 28 #define UNUSED(x) (void)(x) macro 40 UNUSED(L); in Convolve()
|
D | syn_filt.c | 29 #define UNUSED(x) (void)(x) macro 100 UNUSED(m); in Syn_filt_32()
|
D | pitch_f4.c | 34 #define UNUSED(x) (void)(x) macro 176 UNUSED(L_subfr); in Norm_Corr()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/ |
D | Utils.h | 32 #define UNUSED(x) (void)(x); macro
|
/frameworks/native/cmds/installd/ |
D | otapreopt_chroot.cpp | 48 UNUSED(result); // Ignore result. Printing to logcat will open a new descriptor in CloseDescriptor() 109 UNUSED(mount_result); in TryExtraMount()
|
/frameworks/av/media/libmedia/ |
D | MediaProfiles.cpp | 111 #define UNUSED __unused macro 113 #define UNUSED macro 117 MediaProfiles::logVideoCodec(const MediaProfiles::VideoCodec& codec UNUSED) in logVideoCodec() argument 128 MediaProfiles::logAudioCodec(const MediaProfiles::AudioCodec& codec UNUSED) in logAudioCodec() argument 138 MediaProfiles::logVideoEncoderCap(const MediaProfiles::VideoEncoderCap& cap UNUSED) in logVideoEncoderCap() argument 149 MediaProfiles::logAudioEncoderCap(const MediaProfiles::AudioEncoderCap& cap UNUSED) in logAudioEncoderCap() argument 159 MediaProfiles::logVideoDecoderCap(const MediaProfiles::VideoDecoderCap& cap UNUSED) in logVideoDecoderCap() argument 166 MediaProfiles::logAudioDecoderCap(const MediaProfiles::AudioDecoderCap& cap UNUSED) in logAudioDecoderCap() argument
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
D | DrmPlugin.cpp | 92 UNUSED(optionalParameters); in getKeyRequest() 154 UNUSED(value); in setPropertyByteArray()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | DrmFactory.cpp | 66 UNUSED(appPackageName); in createPlugin()
|
D | DrmPlugin.cpp | 172 UNUSED(optionalParameters); in getKeyRequestCommon() 243 UNUSED(optionalParameters); in getKeyRequest() 265 UNUSED(optionalParameters); in getKeyRequest_1_1() 286 UNUSED(optionalParameters); in getKeyRequest_1_2() 548 UNUSED(value); in setPropertyByteArray()
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.h | 42 #define UNUSED(x) ((void)(x)) macro
|
D | SoftHEVC.cpp | 89 UNUSED(ctxt); in ivd_aligned_malloc() 94 UNUSED(ctxt); in ivd_aligned_free() 471 UNUSED(portIndex); in onQueueFilled()
|
/frameworks/av/media/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 30 #if !defined(UNUSED) 31 #define UNUSED(expr) \ macro 333 UNUSED(validValueInfos); in getTestValues() 339 UNUSED(invalidValues); in getTestValues()
|
/frameworks/av/media/libstagefright/codecs/avcdec/ |
D | SoftAVCDec.h | 42 #define UNUSED(x) ((void)(x)) macro
|
D | SoftAVCDec.cpp | 96 UNUSED(ctxt); in ivd_aligned_malloc() 101 UNUSED(ctxt); in ivd_aligned_free() 473 UNUSED(portIndex); in onQueueFilled()
|
/frameworks/base/core/jni/ |
D | android_net_LocalSocketImpl.cpp | 335 UNUSED(err); in socket_write() 371 UNUSED(err); in socket_writeba()
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.h | 45 #define UNUSED(x) ((void)(x)) macro
|