Searched defs:reportId (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCStatsReport.h34 @property(nonatomic, readonly) NSString* reportId; variable
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothHidFacade.java266 * @param reportId ID for the requesting report
278 @RpcParameter(name = "reportId")
279 Integer reportId,
284 Log.d("type=" + type + " reportId=" + reportId);
286 device, (byte) (int) type, (byte) (int) reportId, buffSize);
272 bluetoothHidGetReport( @pcParametername = �, description = �) String deviceID, @RpcParameter(name = �) @RpcDefault(value = �) Integer type, @RpcParameter(name = �) Integer reportId, @RpcParameter(name = �) Integer buffSize) argument
/external/rmi4utils/rmidevice/
H A Dhiddevice.cpp231 int reportId; local
276 rc = GetReport(&reportId);
277 if (rc > 0 && reportId == RMI_READ_DATA_REPORT_ID) {
375 int reportId; local
380 rc = GetReport(&reportId, timeout);
382 if (reportId == RMI_ATTN_REPORT_ID) {
412 int HIDDevice::GetReport(int *reportId, struct timeval * timeout) argument
456 if (reportId)
457 *reportId = m_inputReport[HID_RMI4_REPORT_ID];
/external/webrtc/talk/app/webrtc/
H A Dstatscollector_unittest.cc792 StatsReport::Id reportId = StatsReport::NewTypedIntId( local
795 EXPECT_TRUE(reportId->Equals(report->id()));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 463 milliseconds