HomeSort by relevance Sort by last modified time
    Searched full:reporttype (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 276 * IN HIDP_REPORT_TYPE ReportType,
287 * IN HIDP_REPORT_TYPE ReportType,
306 * IN HIDP_REPORT_TYPE ReportType,
330 HIDP_REPORT_TYPE ReportType,
341 HIDP_REPORT_TYPE ReportType,
359 HIDP_REPORT_TYPE ReportType,
372 HIDP_REPORT_TYPE ReportType,
384 HIDP_REPORT_TYPE ReportType,
396 HIDP_REPORT_TYPE ReportType,
409 HIDP_REPORT_TYPE ReportType,
    [all...]
locationapi.h 121 STDMETHOD_(HRESULT,SetReport)(THIS_ REFIID reportType,ILocationReport *pLocationReport) PURE;
122 STDMETHOD_(HRESULT,GetReport)(THIS_ REFIID reportType,ILocationReport **ppLocationReport) PURE;
130 #define IDefaultLocation_GetReport(This,reportType,ppLocationReport) (This)->lpVtbl->GetReport(This,reportType,ppLocationReport)
131 #define IDefaultLocation_SetReport(This,reportType,pLocationReport) (This)->lpVtbl->SetReport(This,reportType,pLocationReport)
fsrmreports.h 303 STDMETHOD_(HRESULT,get_Type)(THIS_ FsrmReportType *reportType) PURE;
322 #define IFsrmReport_get_Type(This,reportType) (This)->lpVtbl->get_Type(This,reportType)
375 STDMETHOD_(HRESULT,CreateReport)(THIS_ FsrmReportType reportType,IFsrmReport **report) PURE;
408 #define IFsrmReportJob_CreateReport(This,reportType,report) (This)->lpVtbl->CreateReport(This,reportType,report)
442 STDMETHOD_(HRESULT,IsFilterValidForReportType)(THIS_ FsrmReportType reportType,FsrmReportFilter filter,VARIANT_BOOL *valid) PURE;
443 STDMETHOD_(HRESULT,GetDefaultFilter)(THIS_ FsrmReportType reportType,FsrmReportFilter filter,VARIANT *filterValue) PURE;
444 STDMETHOD_(HRESULT,SetDefaultFilter)(THIS_ FsrmReportType reportType,FsrmReportFilter filter,VARIANT filterValue) PURE;
463 #define IFsrmReportManager_IsFilterValidForReportType(This,reportType,filter,valid) (This)->lpVtbl->IsFilterValidForReportType(This,reportType,filter,valid
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
msports.h 16 /* ReportType flags for ComDBGetCurrentPortUsage */
41 IN DWORD ReportType,
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
SupplicantWifiScannerTest.java 66 new ScanPeriod(ScanPeriod.ReportType.RESULT,
69 new ScanPeriod(ScanPeriod.ReportType.RESULT,
89 new ScanPeriod(ScanPeriod.ReportType.FULL_AND_RESULT,
117 new ScanPeriod(ScanPeriod.ReportType.FULL_AND_RESULT,
120 new ScanPeriod(ScanPeriod.ReportType.FULL_AND_RESULT,
143 new ScanPeriod(ScanPeriod.ReportType.FULL_AND_RESULT,
146 new ScanPeriod(ScanPeriod.ReportType.RESULT,
149 new ScanPeriod(ScanPeriod.ReportType.FULL_AND_RESULT,
168 new ScanPeriod(ScanPeriod.ReportType.NONE,
171 new ScanPeriod(ScanPeriod.ReportType.NONE
    [all...]
  /external/rmi4utils/f54test/
main.cpp 51 int RunF54Test(const char * deviceFile, f54_report_types reportType, bool continuousMode, bool noReset)
74 rc = f54Test.Prepare(reportType);
116 f54_report_types reportType = F54_16BIT_IMAGE;
129 reportType = (f54_report_types)strtol(optarg, NULL, 0);
151 rc = RunF54Test(deviceName, reportType, continuousMode, noReset);
169 rc = RunF54Test(deviceFile, reportType, continuousMode, noReset);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothInputDevice.aidl 50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize);
54 boolean setReport(in BluetoothDevice device, byte reportType, String report);
BluetoothInputDevice.java 141 /* int reportType, int reportType, int bufferSize */
590 * @param reportType Report type
597 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
598 if (VDBG) log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId + "bufferSize=" + bufferSize);
601 return mService.getReport(device, reportType, reportId, bufferSize);
617 * @param reportType Report type
623 public boolean setReport(BluetoothDevice device, byte reportType, String report) {
624 if (VDBG) log("setReport(" + device + "), reportType=" + reportType + " report=" + report)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_report.h 22 enum ReportType {
105 ReportType typ;
tsan_suppressions.cc 68 static const char *conv(ReportType typ) {
111 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
130 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_rtl_report.cc 137 ScopedReport::ScopedReport(ReportType typ) {
525 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) {
542 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) {
603 ReportType typ = ReportTypeRace;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 395 static jboolean getReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jbyte reportId, jint bufferSize) {
396 ALOGV("%s: reportType = %d, reportId = %d, bufferSize = %d", __FUNCTION__, reportType, reportId, bufferSize);
409 jint rType = reportType;
423 static jboolean setReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jstring report) {
424 ALOGV("%s: reportType = %d", __FUNCTION__, reportType);
435 jint rType = reportType;
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 194 // * Creates a property view specific to 'reportType' report type.
197 // * @param reportType
200 // public static Properties getReportProperties (final Properties appProperties, final String reportType)
202 // if ((reportType == null) || (reportType.length () == 0))
203 // throw new IllegalArgumentException ("null/empty input: reportType");
207 // return new ReportPropertyLookup (appProperties, reportType);
522 // ReportPropertyLookup (final Properties appProperties, final String reportType)
526 // m_reportType = reportType;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 236 byte reportType = data.getByte(BluetoothInputDevice.EXTRA_REPORT_TYPE);
239 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
264 byte reportType = data.getByte(BluetoothInputDevice.EXTRA_REPORT_TYPE);
266 if(!setReportNative(Utils.getByteAddress(device), reportType, report)) {
378 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
381 return service.getReport(device, reportType, reportId, bufferSize) ;
384 public boolean setReport(BluetoothDevice device, byte reportType, String report) {
387 return service.setReport(device, reportType, report);
504 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
514 data.putByte(BluetoothInputDevice.EXTRA_REPORT_TYPE, reportType);
    [all...]
  /hardware/libhardware/include/hardware/
bt_hh.h 169 bt_status_t (*get_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportId, int bufferSize);
172 bt_status_t (*set_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report);
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDStatsBuilder.m 134 NSString *reportType = statsReport.type;
135 if ([reportType isEqualToString:@"ssrc"] &&
143 } else if ([reportType isEqualToString:@"VideoBwe"]) {
145 } else if ([reportType isEqualToString:@"googCandidatePair"]) {
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 366 msvcrtSilentReportHook(int reportType, char* message, int* /*returnValue*/) {
372 if (reportType == _CRT_ERROR || reportType == _CRT_ASSERT) {
387 // Let's other reportType (_CRT_WARNING) be handled as they would by default
  /packages/apps/Camera2/src_pd/com/android/camera/stats/
UsageStatistics.java 95 public void reportMemoryConsumed(HashMap memoryData, String reportType) {
  /system/bt/btif/src/
btif_hh.c     [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 34 static __thread ReportType expect_report_type;
262 ReportType report_type;
274 void ExpectReport(ReportType type) {
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 132 int _CrtDbgReportW(int reportType, const wchar_t*, int,
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.0/
gradle-0.7.0-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.4/
gradle-0.7.4-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.0/
gradle-0.8.0-sources.jar 

Completed in 668 milliseconds

1 2 3 4 5 6 7