Searched defs:reportIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockWebRTCPeerConnectionHandler.cpp275 size_t reportIndex = response.addReport("Mock video", "ssrc", currentDate); local
276 response.addStatistic(reportIndex, "type", "video");
279 size_t reportIndex = response.addReport("Mock audio", "ssrc", currentDate); local
280 response.addStatistic(reportIndex, "type", "audio");
281 reportIndex = response.addReport("Mock video", "ssrc", currentDate);
282 response.addStatistic(reportIndex, "type", "video");
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c208 int reportIndex; local
211 reportIndex=4;
215 hidreport[reportIndex++] = (UINT8)HID_REPORT_CAPSLOCK;
220 hidreport[reportIndex++] = (UINT8)HID_REPORT_NUMLOCK;
225 hidreport[reportIndex++] = (UINT8) HID_REPORT_SCROLLLOCK;

Completed in 151 milliseconds