Searched defs:reportType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/allocator/
H A Dgeneric_allocators.cc109 static int error_handler(int reportType) { argument
110 switch (reportType) {
128 int _CrtDbgReport(int reportType, argument
133 return error_handler(reportType);
136 int _CrtDbgReportW(int reportType, argument
141 return error_handler(reportType);
/external/compiler-rt/lib/asan/
H A Dasan_malloc_win.cc99 int _CrtDbgReportW(int reportType, const wchar_t*, int, argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c1539 static bt_status_t get_report (bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportId, int bufferSize) argument
1546 reportType, reportId, bufferSize);
1563 else if ( ((int) reportType) <= BTA_HH_RPTT_RESRV || ((int) reportType) > BTA_HH_RPTT_FEATURE) {
1569 BTA_HhGetReport(p_dev->dev_handle, reportType,
1585 static bt_status_t set_report (bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report) argument
1591 BTIF_TRACE_DEBUG2("%s:reportType = %d", __FUNCTION__,reportType);
1608 else if ( ( (int) reportType) <= BTA_HH_RPTT_RESRV || ( (int) reportType) > BTA_HH_RPTT_FEATUR
[all...]

Completed in 870 milliseconds