Home
last modified time | relevance | path

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

/external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
Dmain.js111 function analyzeData(reports, filesNames, chartName, botName, reportId, argument
122 average = getStateAverage(reports[index], botName, reportId, statName);
125 max = getStateMax(reports[index], botName, reportId, statName);
134 function getStateAverage(reports, botName, reportId, statName) { argument
145 if(key.search(reportId) != -1) {
155 function getStateMax(reports, botName, reportId, statName) { argument
165 if(key.search(reportId) != -1) {
/external/rmi4utils/rmidevice/
Dhiddevice.cpp231 int reportId; in Read() local
276 rc = GetReport(&reportId); in Read()
277 if (rc > 0 && reportId == RMI_READ_DATA_REPORT_ID) { in Read()
375 int reportId; in GetAttentionReport() local
380 rc = GetReport(&reportId, timeout); in GetAttentionReport()
382 if (reportId == RMI_ATTN_REPORT_ID) { in GetAttentionReport()
412 int HIDDevice::GetReport(int *reportId, struct timeval * timeout) in GetReport() argument
456 if (reportId) in GetReport()
457 *reportId = m_inputReport[HID_RMI4_REPORT_ID]; in GetReport()
Dhiddevice.h76 int GetReport(int *reportId, struct timeval * timeout = NULL);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidFacade.java155 String reportId, in bluetoothHidGetReport()
160 Log.d("type " + type.getBytes()[0] + "reportId " + reportId.getBytes()[0]); in bluetoothHidGetReport()
161 return sHidProfile.getReport(device, type.getBytes()[0], reportId.getBytes()[0], buffSize); in bluetoothHidGetReport()
/external/webrtc/talk/app/webrtc/objc/public/
DRTCStatsReport.h34 @property(nonatomic, readonly) NSString* reportId;
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDStatsBuilder.m136 [statsReport.reportId rangeOfString:@"ssrc"].location != NSNotFound) {
137 if ([statsReport.reportId rangeOfString:@"send"].location != NSNotFound) {
140 if ([statsReport.reportId rangeOfString:@"recv"].location != NSNotFound) {
/external/webrtc/talk/app/webrtc/objc/
DRTCStatsReport.mm41 self.reportId,
/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc792 StatsReport::Id reportId = StatsReport::NewTypedIntId( in TEST_F() local
795 EXPECT_TRUE(reportId->Equals(report->id())); in TEST_F()