Home
last modified time | relevance | path

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

/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/webrtc/sdk/objc/api/peerconnection/
DRTCLegacyStatsReport.h28 @property(nonatomic, readonly) NSString *reportId;
DRTCLegacyStatsReport.mm22 @synthesize reportId = _reportId;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidDeviceFacade.java223 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) {
224 Log.d("onInterruptData: device=" + device + " reportId=" + reportId);
226 result.putByte("registered", reportId);
DBluetoothHidFacade.java284 Integer reportId, in bluetoothHidGetReport()
289 Log.d("type=" + type + " reportId=" + reportId); in bluetoothHidGetReport()
291 device, (byte) (int) type, (byte) (int) reportId, buffSize); in bluetoothHidGetReport()
/external/google-breakpad/src/client/mac/sender/
Duploader.h50 typedef void (^UploadCompletionBlock)(NSString *reportId, NSError *error);
/external/webrtc/examples/objc/AppRTCMobile/
DARDStatsBuilder.m148 [statsReport.reportId rangeOfString:@"ssrc"].location != NSNotFound) {
149 if ([statsReport.reportId rangeOfString:@"send"].location != NSNotFound) {
152 if ([statsReport.reportId rangeOfString:@"recv"].location != NSNotFound) {