Home
last modified time | relevance | path

Searched refs:reportType (Results 1 – 6 of 6) sorted by relevance

/external/rmi4utils/f54test/
Dmain.cpp51 int RunF54Test(const char * deviceFile, f54_report_types reportType, bool continuousMode, bool noRe… in RunF54Test() argument
74 rc = f54Test.Prepare(reportType); in RunF54Test()
116 f54_report_types reportType = F54_16BIT_IMAGE; in main() local
129 reportType = (f54_report_types)strtol(optarg, NULL, 0); in main()
151 rc = RunF54Test(deviceName, reportType, continuousMode, noReset); in main()
169 rc = RunF54Test(deviceFile, reportType, continuousMode, noReset); in main()
Df54test.h651 int Prepare(f54_report_types reportType);
Df54test.cpp61 int F54Test::Prepare(f54_report_types reportType) in Prepare() argument
86 retval = SetF54ReportType(reportType); in Prepare()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDStatsBuilder.m134 NSString *reportType = statsReport.type;
135 if ([reportType isEqualToString:@"ssrc"] &&
143 } else if ([reportType isEqualToString:@"VideoBwe"]) {
145 } else if ([reportType isEqualToString:@"googCandidatePair"]) {
/external/jsoncpp/src/test_lib_json/
Djsontest.cpp366 msvcrtSilentReportHook(int reportType, char* message, int* /*returnValue*/) { in msvcrtSilentReportHook() argument
372 if (reportType == _CRT_ERROR || reportType == _CRT_ASSERT) { in msvcrtSilentReportHook()
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc154 int _CrtDbgReportW(int reportType, const wchar_t*, int, in _CrtDbgReportW() argument