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/ |
D | hiddevice.cpp | 157 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()
|
D | hiddevice.h | 20 bool WriteToDevice(unsigned const char * OutputReport, int num_bytes);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 62 OutputReport(thr, rep); in ReportMutexMisuse() 130 OutputReport(thr, rep); in MutexDestroy() 484 OutputReport(thr, rep); in ReportDeadlock()
|
D | tsan_mman.cc | 95 OutputReport(thr, rep); in SignalUnsafeCall()
|
D | tsan_rtl_report.cc | 490 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function 660 if (!OutputReport(thr, rep)) in ReportRace()
|
D | tsan_rtl_thread.cc | 222 OutputReport(thr, rep); in ThreadFinalize()
|
D | tsan_rtl.h | 598 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
|
D | tsan_interceptors.cc | 1969 OutputReport(thr, rep); in CallUserSignalHandler()
|