/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/ |
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() 141 UNUSED(name); in getPropertyByteArray() 142 UNUSED(value); in getPropertyByteArray() [all …]
|
D | Utils.h | 30 #define UNUSED(x) (void)(x); macro
|
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 551 UNUSED(handle); in configureChannel() 552 UNUSED(rateLevel); in configureChannel()
|
/frameworks/base/core/jni/ |
D | android_util_EventLog.cpp | 27 #define UNUSED __attribute__((__unused__)) macro 52 static jint android_util_EventLog_writeEvent_Integer(JNIEnv* env UNUSED, in android_util_EventLog_writeEvent_Integer() argument 53 jobject clazz UNUSED, in android_util_EventLog_writeEvent_Integer() argument 65 static jint android_util_EventLog_writeEvent_Long(JNIEnv* env UNUSED, in android_util_EventLog_writeEvent_Long() argument 66 jobject clazz UNUSED, in android_util_EventLog_writeEvent_Long() argument 78 static jint android_util_EventLog_writeEvent_Float(JNIEnv* env UNUSED, in android_util_EventLog_writeEvent_Float() argument 79 jobject clazz UNUSED, in android_util_EventLog_writeEvent_Float() argument 92 jobject clazz UNUSED, in android_util_EventLog_writeEvent_String() argument 232 static void android_util_EventLog_readEvents(JNIEnv* env, jobject clazz UNUSED, in android_util_EventLog_readEvents() argument 249 static void android_util_EventLog_readEventsOnWrapping(JNIEnv* env, jobject clazz UNUSED, in android_util_EventLog_readEventsOnWrapping() argument
|
D | android_net_LocalSocketImpl.cpp | 43 void UNUSED(T t) {} in UNUSED() function 414 UNUSED(err); in socket_write() 450 UNUSED(err); in socket_writeba()
|
/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/native/cmds/installd/ |
D | otapreopt_chroot.cpp | 43 UNUSED(result); // Ignore result. Printing to logcat will open a new descriptor in CloseDescriptor() 118 UNUSED(vendor_result); in otapreopt_chroot()
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | aacenc.c | 30 #define UNUSED(x) (void)(x) macro 54 UNUSED(vType); in voAACEncInit() 480 UNUSED(hCodec); in voAACEncGetParam() 481 UNUSED(uParamID); in voAACEncGetParam() 482 UNUSED(pData); in voAACEncGetParam()
|
D | qc_main.c | 36 #define UNUSED(x) (void)(x) macro 208 UNUSED(hQC); in QCDelete() 209 UNUSED(pMemOP); in QCDelete()
|
/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/media/libstagefright/codecs/aacenc/basic_op/ |
D | oper_32b.c | 27 #define UNUSED(x) (void)(x) macro 250 UNUSED(accuracy); in rsqrt()
|
/frameworks/av/media/libmedia/ |
D | MediaProfiles.cpp | 97 #define UNUSED __unused macro 99 #define UNUSED macro 103 MediaProfiles::logVideoCodec(const MediaProfiles::VideoCodec& codec UNUSED) in logVideoCodec() argument 114 MediaProfiles::logAudioCodec(const MediaProfiles::AudioCodec& codec UNUSED) in logAudioCodec() argument 124 MediaProfiles::logVideoEncoderCap(const MediaProfiles::VideoEncoderCap& cap UNUSED) in logVideoEncoderCap() argument 135 MediaProfiles::logAudioEncoderCap(const MediaProfiles::AudioEncoderCap& cap UNUSED) in logAudioEncoderCap() argument 145 MediaProfiles::logVideoDecoderCap(const MediaProfiles::VideoDecoderCap& cap UNUSED) in logVideoDecoderCap() argument 152 MediaProfiles::logAudioDecoderCap(const MediaProfiles::AudioDecoderCap& cap UNUSED) in logAudioDecoderCap() argument
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.h | 42 #define UNUSED(x) ((void)(x)) macro
|
D | SoftHEVC.cpp | 88 UNUSED(ctxt); in ivd_aligned_malloc() 93 UNUSED(ctxt); in ivd_aligned_free() 470 UNUSED(portIndex); in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | H264SwDecApi.c | 50 #define UNUSED(x) (void)(x) macro 83 UNUSED(string); in H264SwDecTrace()
|
D | h264bsd_dpb.h | 49 UNUSED = 0, enumerator
|
/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/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.h | 45 #define UNUSED(x) ((void)(x)) macro
|