Home
last modified time | relevance | path

Searched refs:UNUSED (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/common/
DcmnMemory.c29 #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/
DDrmPlugin.h91 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 …]
DUtils.h30 #define UNUSED(x) (void)(x); macro
DCryptoPlugin.h41 UNUSED(mime); in requiresSecureDecoderComponent()
/frameworks/native/services/sensorservice/
DSensorDirectConnection.cpp21 #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()
DSensorEventConnection.cpp26 #define UNUSED(x) (void)(x) macro
551 UNUSED(handle); in configureChannel()
552 UNUSED(rateLevel); in configureChannel()
/frameworks/base/core/jni/
Dandroid_util_EventLog.cpp27 #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
Dandroid_net_LocalSocketImpl.cpp43 void UNUSED(T t) {} in UNUSED() function
414 UNUSED(err); in socket_write()
450 UNUSED(err); in socket_writeba()
/frameworks/av/media/libstagefright/foundation/
DADebug.cpp32 #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/
Dotapreopt_chroot.cpp43 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/
Daacenc.c30 #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()
Dqc_main.c36 #define UNUSED(x) (void)(x) macro
208 UNUSED(hQC); in QCDelete()
209 UNUSED(pMemOP); in QCDelete()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dautocorr.c31 #define UNUSED(x) (void)(x) macro
45 UNUSED(m); in Autocorr()
Dconvolve.c28 #define UNUSED(x) (void)(x) macro
40 UNUSED(L); in Convolve()
Dsyn_filt.c29 #define UNUSED(x) (void)(x) macro
100 UNUSED(m); in Syn_filt_32()
Dpitch_f4.c34 #define UNUSED(x) (void)(x) macro
176 UNUSED(L_subfr); in Norm_Corr()
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
Doper_32b.c27 #define UNUSED(x) (void)(x) macro
250 UNUSED(accuracy); in rsqrt()
/frameworks/av/media/libmedia/
DMediaProfiles.cpp97 #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/
DSoftHEVC.h42 #define UNUSED(x) ((void)(x)) macro
DSoftHEVC.cpp88 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/
DH264SwDecApi.c50 #define UNUSED(x) (void)(x) macro
83 UNUSED(string); in H264SwDecTrace()
Dh264bsd_dpb.h49 UNUSED = 0, enumerator
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.h42 #define UNUSED(x) ((void)(x)) macro
DSoftAVCDec.cpp96 UNUSED(ctxt); in ivd_aligned_malloc()
101 UNUSED(ctxt); in ivd_aligned_free()
473 UNUSED(portIndex); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.h45 #define UNUSED(x) ((void)(x)) macro

12