Searched refs:reportId (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/ |
D | main.js | 111 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/ |
D | hiddevice.cpp | 231 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()
|
D | hiddevice.h | 76 int GetReport(int *reportId, struct timeval * timeout = NULL);
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothHidFacade.java | 155 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/ |
D | RTCStatsReport.h | 34 @property(nonatomic, readonly) NSString* reportId;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDStatsBuilder.m | 136 [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/ |
D | RTCStatsReport.mm | 41 self.reportId,
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector_unittest.cc | 792 StatsReport::Id reportId = StatsReport::NewTypedIntId( in TEST_F() local 795 EXPECT_TRUE(reportId->Equals(report->id())); in TEST_F()
|