HomeSort by relevance Sort by last modified time
    Searched refs:reportIndex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCPeerConnectionHandler.cpp 277 size_t reportIndex = response.addReport("Mock video", "ssrc", currentDate);
278 response.addStatistic(reportIndex, "type", "video");
281 size_t reportIndex = response.addReport("Mock audio", "ssrc", currentDate);
282 response.addStatistic(reportIndex, "type", "audio");
283 reportIndex = response.addReport("Mock video", "ssrc", currentDate);
284 response.addStatistic(reportIndex, "type", "video");
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
PeerConnectionTest.java 723 int reportIndex = -1;
725 System.out.println(" Report #" + (++reportIndex));
730 assertEquals(1, reportIndex);
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 208 int reportIndex;
211 reportIndex=4;
215 hidreport[reportIndex++] = (UINT8)HID_REPORT_CAPSLOCK;
220 hidreport[reportIndex++] = (UINT8)HID_REPORT_NUMLOCK;
225 hidreport[reportIndex++] = (UINT8) HID_REPORT_SCROLLLOCK;
    [all...]

Completed in 140 milliseconds