HomeSort by relevance Sort by last modified time
    Searched refs:report_data (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/feedback/
feedback_uploader_unittest.cc 73 void MockDispatchReport(const std::string& report_data) {
74 if (ContainsKey(dispatched_reports_, report_data)) {
75 dispatched_reports_[report_data]++;
77 dispatched_reports_[report_data] = 1;
  /hardware/libhardware/include/hardware/
fused_location.h 363 typedef void (*report_data)(char* data, int length); typedef
376 report_data data_cb;

Completed in 52 milliseconds