Home
last modified time | relevance | path

Searched refs:OutputReport (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
Dhiddevice.cpp157 bool cHIDDevice::WriteToDevice(unsigned const char * OutputReport, int num_bytes) in WriteToDevice() argument
163 …retval = (WriteFile( WriteHandle, OutputReport, num_bytes, &bytes_written, &mOverlapped) == TRUE); in WriteToDevice()
Dhiddevice.h20 bool WriteToDevice(unsigned const char * OutputReport, int num_bytes);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc62 OutputReport(thr, rep); in ReportMutexMisuse()
130 OutputReport(thr, rep); in MutexDestroy()
484 OutputReport(thr, rep); in ReportDeadlock()
Dtsan_mman.cc95 OutputReport(thr, rep); in SignalUnsafeCall()
Dtsan_rtl_report.cc490 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function
660 if (!OutputReport(thr, rep)) in ReportRace()
Dtsan_rtl_thread.cc222 OutputReport(thr, rep); in ThreadFinalize()
Dtsan_rtl.h598 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
Dtsan_interceptors.cc1969 OutputReport(thr, rep); in CallUserSignalHandler()