Searched refs:reportId (Results 1 – 8 of 8) sorted by relevance
/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/webrtc/sdk/objc/api/peerconnection/ |
D | RTCLegacyStatsReport.h | 28 @property(nonatomic, readonly) NSString *reportId;
|
D | RTCLegacyStatsReport.mm | 22 @synthesize reportId = _reportId;
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothHidDeviceFacade.java | 223 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { 224 Log.d("onInterruptData: device=" + device + " reportId=" + reportId); 226 result.putByte("registered", reportId);
|
D | BluetoothHidFacade.java | 284 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/ |
D | uploader.h | 50 typedef void (^UploadCompletionBlock)(NSString *reportId, NSError *error);
|
/external/webrtc/examples/objc/AppRTCMobile/ |
D | ARDStatsBuilder.m | 148 [statsReport.reportId rangeOfString:@"ssrc"].location != NSNotFound) { 149 if ([statsReport.reportId rangeOfString:@"send"].location != NSNotFound) { 152 if ([statsReport.reportId rangeOfString:@"recv"].location != NSNotFound) {
|