HomeSort by relevance Sort by last modified time
    Searched refs:UNUSED (Results 26 - 50 of 484) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/native/services/sensorservice/
SensorDirectConnection.cpp 21 #define UNUSED(x) (void)(x)
65 UNUSED(handle);
66 UNUSED(enabled);
67 UNUSED(samplingPeriodNs);
68 UNUSED(maxBatchReportLatencyNs);
69 UNUSED(reservedFlags);
76 UNUSED(handle);
77 UNUSED(samplingPeriodNs);
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.h 39 #ifndef UNUSED
40 #define UNUSED(x) (void)(x)
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 29 #define UNUSED(x) (void)(x)
148 UNUSED(priv), UNUSED(buf), UNUSED(len);
167 UNUSED(priv), UNUSED(beacon), UNUSED(proberesp), UNUSED(assocresp);
  /art/runtime/mirror/
accessible_object.h 40 UNUSED(padding_);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ReasonFlags.java 9 * unused (0),
26 public static final int UNUSED = (1 << 7);
60 public static final int unused = (1 << 7); field in class:ReasonFlags
  /external/libavc/encoder/
ime_macros.h 42 #define UNUSED(x) ((void)(x))
  /art/compiler/utils/
jni_macro_assembler.cc 54 UNUSED(instruction_set_features);
89 UNUSED(instruction_set_features);
110 UNUSED(arena);
  /system/nfc/halimpl/pn54x/dnld/
phNxpNciHal_Dnld.c 237 UNUSED(pInfo);
263 UNUSED(pContext);
264 UNUSED(status);
265 UNUSED(pInfo);
320 UNUSED(pInfo);
349 UNUSED(pInfo);
384 UNUSED(pContext);
385 UNUSED(status);
386 UNUSED(pInfo);
456 UNUSED(pContext)
    [all...]
  /system/nfc/halimpl/pn54x/tml/
phDal4Nfc_messageQueueLib.c 56 UNUSED(key);
57 UNUSED(msgflg);
119 UNUSED(cmd);
120 UNUSED(buf);
165 UNUSED(msgflg);
215 UNUSED(msgflg);
216 UNUSED(msgtyp);
  /frameworks/base/core/jni/
android_util_EventLog.cpp 27 #define UNUSED __attribute__((__unused__))
52 static jint android_util_EventLog_writeEvent_Integer(JNIEnv* env UNUSED,
53 jobject clazz UNUSED,
65 static jint android_util_EventLog_writeEvent_Long(JNIEnv* env UNUSED,
66 jobject clazz UNUSED,
78 static jint android_util_EventLog_writeEvent_Float(JNIEnv* env UNUSED,
79 jobject clazz UNUSED,
92 jobject clazz UNUSED,
232 static void android_util_EventLog_readEvents(JNIEnv* env, jobject clazz UNUSED,
249 static void android_util_EventLog_readEventsOnWrapping(JNIEnv* env, jobject clazz UNUSED,
    [all...]
  /external/libunwind/tests/
Gtest-concurrent.c 51 handler (int sig UNUSED)
73 worker (void *arg UNUSED)
107 main (int argc, char **argv UNUSED)
Ltest-cxx-exceptions.cxx 63 int main(int argc, char **argv UNUSED)
test-static-link-loc.c 91 main (int argc, char **argv UNUSED)
  /external/elfutils/tests/
backtrace-child.c 85 main (int argc __attribute__ ((unused)), char **argv)
101 #define UNUSED __attribute__ ((unused))
149 stdarg (int f UNUSED, ...)
194 start (void *arg UNUSED)
202 main (int argc UNUSED, char **argv)
  /cts/tests/tests/net/jni/
NativeMultinetworkJni.c 33 #define UNUSED(X) ((void) (X))
40 UNUSED(env);
41 UNUSED(class);
57 UNUSED(env);
58 UNUSED(class);
71 UNUSED(env);
72 UNUSED(class);
117 UNUSED(env);
118 UNUSED(class);
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 36 #define UNUSED(expr) (void)(expr)
135 UNUSED(obj);
157 UNUSED(obj);
174 UNUSED(obj);
191 UNUSED(obj);
208 UNUSED(obj);
225 UNUSED(obj);
243 UNUSED(obj);
270 UNUSED(obj);
  /bionic/tests/
netinet_in_test.cpp 60 UNUSED(be64);
76 UNUSED(le64);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 41 # define UNUSED __attribute__((unused))
44 # define UNUSED
  /external/libmpeg2/common/x86/
icv_sad_ssse3.c 102 UNUSED(wd);
103 UNUSED(ht);
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
cpuset_mem_hog.c 41 void sighandler1(UNUSED int signo)
45 void sighandler2(UNUSED int signo)
  /external/libese/libese-hw/nxp/pn80t/
nq_nci.c 49 #ifndef UNUSED
50 #define UNUSED(x) x __attribute__((unused))
98 int platform_wait(void *UNUSED(blob), long usec) {
103 int UNUSED(complete)) {
133 int UNUSED(complete)) {
  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 32 #define UNUSED(x) ((void)(x))
139 UNUSED(modulo);
140 UNUSED(limit);
141 UNUSED(plus);
142 UNUSED(timeDivisor);
  /system/chre/host/hal_generic/
generic_context_hub.cc 50 #define UNUSED(param) (void) (param)
184 UNUSED(hubId);
185 UNUSED(appId);
186 UNUSED(transactionId);
194 UNUSED(hubId);
195 UNUSED(appId);
196 UNUSED(transactionId);
204 UNUSED(hubId);
205 UNUSED(appId);
206 UNUSED(transactionId)
    [all...]
  /art/compiler/jit/
jit_logger.cc 80 UNUSED(perf_file_->Flush());
81 UNUSED(perf_file_->Close());
297 // Use UNUSED() here to avoid compiler warnings.
298 UNUSED(jit_dump_file_->WriteFully(reinterpret_cast<const char*>(&jit_code), sizeof(jit_code)));
299 UNUSED(jit_dump_file_->WriteFully(method_name.c_str(), method_name.size() + 1));
300 UNUSED(jit_dump_file_->WriteFully(code, code_size));
309 UNUSED(jit_dump_file_->Flush());
310 UNUSED(jit_dump_file_->Close());
  /external/libavc/common/
ih264_chroma_intra_pred_filters.c 129 UNUSED(src_strd);
315 UNUSED(src_strd);
316 UNUSED(ngbr_avail);
373 UNUSED(src_strd);
374 UNUSED(ngbr_avail);
441 UNUSED(src_strd);
442 UNUSED(ngbr_avail);

Completed in 747 milliseconds

12 3 4 5 6 7 8 91011>>