/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidParser.cpp | 117 HidReport report(reportType, flag, top, mLocal); in processMainTag() local 118 mReport.push_back(report); in processMainTag() 119 std::shared_ptr<HidTreeNode> node(new HidReportNode(mCurrent, report)); in processMainTag() 183 const HidReport &report = in digest() local 186 unsigned int id = report.getReportId();; in digest() 193 switch(report.getType()) { in digest() 196 reportGroup[REPORT_TYPE_FEATURE].push_back(report); in digest() 199 reportGroup[REPORT_TYPE_INPUT].push_back(report); in digest() 202 reportGroup[REPORT_TYPE_OUTPUT].push_back(report); in digest() 303 for (const auto &report : packet.reports) { in operator <<() local [all …]
|
/hardware/qcom/sm8150p/gps/core/ |
D | SystemStatus.cpp | 1347 bool SystemStatus::setIteminReport(TYPE_REPORT& report, TYPE_ITEM&& s) in setIteminReport() argument 1349 … if (!report.empty() && report.back().equals(static_cast<TYPE_ITEM&>(s.collate(report.back())))) { in setIteminReport() 1351 report.back().mUtcReported = s.mUtcReported; in setIteminReport() 1356 report.push_back(s); in setIteminReport() 1357 if (report.size() > s.maxItem) { in setIteminReport() 1358 report.erase(report.begin()); in setIteminReport() 1364 void SystemStatus::setDefaultIteminReport(TYPE_REPORT& report, const TYPE_ITEM& s) in setDefaultIteminReport() argument 1366 report.push_back(s); in setDefaultIteminReport() 1367 if (report.size() > s.maxItem) { in setDefaultIteminReport() 1368 report.erase(report.begin()); in setDefaultIteminReport() [all …]
|
/hardware/qcom/sm7250/gps/core/ |
D | SystemStatus.cpp | 1355 bool SystemStatus::setIteminReport(TYPE_REPORT& report, TYPE_ITEM&& s) in setIteminReport() argument 1360 … if (!report.empty() && report.back().equals(static_cast<TYPE_ITEM&>(s.collate(report.back())))) { in setIteminReport() 1362 report.back().mUtcReported = s.mUtcReported; in setIteminReport() 1367 report.push_back(s); in setIteminReport() 1368 if (report.size() > s.maxItem) { in setIteminReport() 1369 report.erase(report.begin()); in setIteminReport() 1375 void SystemStatus::setDefaultIteminReport(TYPE_REPORT& report, const TYPE_ITEM& s) in setDefaultIteminReport() argument 1377 report.push_back(s); in setDefaultIteminReport() 1378 if (report.size() > s.maxItem) { in setDefaultIteminReport() 1379 report.erase(report.begin()); in setDefaultIteminReport() [all …]
|
/hardware/qcom/sm8150/gps/core/ |
D | SystemStatus.cpp | 1355 bool SystemStatus::setIteminReport(TYPE_REPORT& report, TYPE_ITEM&& s) in setIteminReport() argument 1360 … if (!report.empty() && report.back().equals(static_cast<TYPE_ITEM&>(s.collate(report.back())))) { in setIteminReport() 1362 report.back().mUtcReported = s.mUtcReported; in setIteminReport() 1367 report.push_back(s); in setIteminReport() 1368 if (report.size() > s.maxItem) { in setIteminReport() 1369 report.erase(report.begin()); in setIteminReport() 1375 void SystemStatus::setDefaultIteminReport(TYPE_REPORT& report, const TYPE_ITEM& s) in setDefaultIteminReport() argument 1377 report.push_back(s); in setDefaultIteminReport() 1378 if (report.size() > s.maxItem) { in setDefaultIteminReport() 1379 report.erase(report.begin()); in setDefaultIteminReport() [all …]
|
/hardware/qcom/sm7150/gps/core/ |
D | SystemStatus.cpp | 1347 bool SystemStatus::setIteminReport(TYPE_REPORT& report, TYPE_ITEM&& s) in setIteminReport() argument 1352 … if (!report.empty() && report.back().equals(static_cast<TYPE_ITEM&>(s.collate(report.back())))) { in setIteminReport() 1354 report.back().mUtcReported = s.mUtcReported; in setIteminReport() 1359 report.push_back(s); in setIteminReport() 1360 if (report.size() > s.maxItem) { in setIteminReport() 1361 report.erase(report.begin()); in setIteminReport() 1367 void SystemStatus::setDefaultIteminReport(TYPE_REPORT& report, const TYPE_ITEM& s) in setDefaultIteminReport() argument 1369 report.push_back(s); in setDefaultIteminReport() 1370 if (report.size() > s.maxItem) { in setDefaultIteminReport() 1371 report.erase(report.begin()); in setDefaultIteminReport() [all …]
|
/hardware/libhardware/tests/input/evdev/ |
D | MouseInputMapper_test.cpp | 90 MockInputReport report; in TEST_F() local 92 .WillOnce(Return(&report)); in TEST_F() 98 EXPECT_CALL(report, setIntUsage(id, INPUT_USAGE_AXIS_X, 5, 0)); in TEST_F() 99 EXPECT_CALL(report, setIntUsage(id, INPUT_USAGE_AXIS_Y, -3, 0)); in TEST_F() 100 EXPECT_CALL(report, reportEvent(_)); in TEST_F() 101 EXPECT_CALL(report, setBoolUsage(id, INPUT_USAGE_BUTTON_PRIMARY, 1, 0)); in TEST_F() 102 EXPECT_CALL(report, reportEvent(_)); in TEST_F() 103 EXPECT_CALL(report, setBoolUsage(id, INPUT_USAGE_BUTTON_PRIMARY, 0, 0)); in TEST_F() 104 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
|
D | SwitchInputMapper_test.cpp | 80 MockInputReport report; in TEST_F() local 82 .WillOnce(Return(&report)); in TEST_F() 87 EXPECT_CALL(report, setBoolUsage(INPUT_COLLECTION_ID_SWITCH, INPUT_USAGE_SWITCH_LID, 1, 0)); in TEST_F() 88 EXPECT_CALL(report, reportEvent(_)); in TEST_F() 89 EXPECT_CALL(report, setBoolUsage(INPUT_COLLECTION_ID_SWITCH, INPUT_USAGE_SWITCH_LID, 0, 0)); in TEST_F() 90 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
|
/hardware/interfaces/dumpstate/1.1/ |
D | types.hal | 20 * Constants that define the type of bug report being taken to restrict content appropriately. 24 * Takes a bug report without user interference. 28 * Interactive bug report, i.e. triggered by the user. 32 * Remote bug report triggered by DevicePolicyManager, for example. 36 * Bug report triggered on a wear device. 40 * Bug report limited to only connectivity info (cellular, wifi, and networking). Sometimes 50 * Bug report limited to only wifi info. 59 * Takes a report in protobuf.
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatus.cpp | 1588 bool SystemStatus::getReport(SystemStatusReports& report, bool isLatestOnly) const in getReport() argument 1594 report.mLocation.clear(); in getReport() 1596 report.mLocation.push_back(mCache.mLocation.back()); in getReport() 1597 report.mLocation.back().dump(); in getReport() 1600 report.mTimeAndClock.clear(); in getReport() 1602 report.mTimeAndClock.push_back(mCache.mTimeAndClock.back()); in getReport() 1603 report.mTimeAndClock.back().dump(); in getReport() 1605 report.mXoState.clear(); in getReport() 1607 report.mXoState.push_back(mCache.mXoState.back()); in getReport() 1608 report.mXoState.back().dump(); in getReport() [all …]
|
/hardware/qcom/gps/msm8998/core/ |
D | SystemStatus.cpp | 1502 bool SystemStatus::getReport(SystemStatusReports& report, bool isLatestOnly) const in getReport() argument 1508 report.mLocation.clear(); in getReport() 1510 report.mLocation.push_back(mCache.mLocation.back()); in getReport() 1511 report.mLocation.back().dump(); in getReport() 1514 report.mTimeAndClock.clear(); in getReport() 1516 report.mTimeAndClock.push_back(mCache.mTimeAndClock.back()); in getReport() 1517 report.mTimeAndClock.back().dump(); in getReport() 1519 report.mXoState.clear(); in getReport() 1521 report.mXoState.push_back(mCache.mXoState.back()); in getReport() 1522 report.mXoState.back().dump(); in getReport() [all …]
|
/hardware/google/pixel/rebalance_interrupts/ |
D | rebalance_interrupts.cpp | 191 std::string readback, report; in ReportIfAffinityUpdated() local 195 report += "Unable to set "; in ReportIfAffinityUpdated() 197 report += "Success setting "; in ReportIfAffinityUpdated() 199 report += path; in ReportIfAffinityUpdated() 200 report += ": found " + readback + " vs " + expected_value + "\n"; in ReportIfAffinityUpdated() 201 LOG(DEBUG) << report; in ReportIfAffinityUpdated()
|
/hardware/interfaces/sensors/1.0/ |
D | ISensors.hal | 82 * report latency. This function can be called while the sensor is 85 * lost events, nor can transitioning from a high maximum report latency to 86 * a low maximum report latency. 93 * to time of report. 142 * Register direct report channel. 161 * Unregister direct report channel. 164 * registerDirectChannel, and remove all active sensor report configured in 165 * still active sensor report configured in the direct channel. 168 * @return result OK if direct report is supported; INVALID_OPERATION 174 * Configure direct sensor event report in direct channel. [all …]
|
/hardware/interfaces/cas/1.2/ |
D | types.hal | 32 * ERROR_CAS_NO_CARD is used to report no smart card for descrambling. 36 * ERROR_CAS_CARD_MUTE is used to report smart card is muted for 41 * ERROR_CAS_CARD_INVALID is used to report smart card isn't valid. 45 * ERROR_CAS_BLACKOUT is used to report geographical blackout. 49 * ERROR_CAS_REBOOTING is used to report CAS is during rebooting.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_report.adoc | 8 [[debugging-debug-report-callbacks]] 11 [open,refpage='VkDebugReportCallbackEXT',desc='Opaque handle to a debug report callback object',typ… 13 Debug report callbacks are represented by sname:VkDebugReportCallbackEXT 19 [open,refpage='vkCreateDebugReportCallbackEXT',desc='Create a debug report callback object',type='p… 21 Debug report callbacks give more detailed feedback on the application's use 24 To register a debug report callback, an application uses 41 …eInfoEXT',desc='Structure specifying parameters of a newly created debug report callback',type='st… 77 [open,refpage='VkDebugReportFlagBitsEXT',desc='Bitmask specifying events which cause a debug report… 81 which cause a debug report, are: 115 [open,refpage='PFN_vkDebugReportCallbackEXT',desc='Application-defined debug report callback functi… [all …]
|
/hardware/libhardware/modules/input/evdev/ |
D | InputMapper.h | 48 virtual bool configureInputReport(InputDeviceNode* devNode, InputReportDefinition* report) { in configureInputReport() argument 58 virtual bool configureOutputReport(InputDeviceNode* devNode, InputReportDefinition* report) { in configureOutputReport() argument
|
D | SwitchInputMapper.cpp | 85 InputReportDefinition* report) { in configureInputReport() argument 97 setInputReportDefinition(report); in configureInputReport()
|
D | SwitchInputMapper.h | 35 InputReportDefinition* report) override;
|
D | MouseInputMapper.cpp | 52 InputReportDefinition* report) { in configureInputReport() argument 53 setInputReportDefinition(report); in configureInputReport()
|
/hardware/libhardware/include_all/hardware/ |
D | input.h | 456 input_report_definition_t* report, input_collection_id_t id, int32_t arity); 463 input_report_definition_t* report, input_collection_id_t id, 471 input_report_definition_t* report, input_collection_id_t id, 502 void (*report_event)(input_host_t* host, input_device_handle_t* d, input_report_t* report); 564 void (*notify_report)(const input_module_t* module, input_report_t* report);
|
/hardware/libhardware/include/hardware/ |
D | input.h | 456 input_report_definition_t* report, input_collection_id_t id, int32_t arity); 463 input_report_definition_t* report, input_collection_id_t id, 471 input_report_definition_t* report, input_collection_id_t id, 502 void (*report_event)(input_host_t* host, input_device_handle_t* d, input_report_t* report); 564 void (*notify_report)(const input_module_t* module, input_report_t* report);
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | location_gnss.cpp | 61 static void getDebugReport(GnssDebugReport& report); 247 static void getDebugReport(GnssDebugReport& report) { in getDebugReport() argument 250 gGnssAdapter->getDebugReport(report); in getDebugReport()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | location_gnss.cpp | 61 static void getDebugReport(GnssDebugReport& report); 245 static void getDebugReport(GnssDebugReport& report) { in getDebugReport() argument 248 gGnssAdapter->getDebugReport(report); in getDebugReport()
|
/hardware/interfaces/radio/1.4/ |
D | IRadioIndication.hal | 34 * Radio must report all the valid emergency numbers with known mobile country code, mobile 38 * and 119 must be available when sim is not present). Radio shall not report emergency numbers 41 * @1.4::EmergencyNumber to construct each emergency number to report. 43 * Radio must report the complete list of emergency numbers whenever the emergency numbers in
|
/hardware/interfaces/sensors/2.0/ |
D | ISensors.hal | 160 * report latency. This function can be called while the sensor is 163 * lost events, nor can transitioning from a high maximum report latency to 164 * a low maximum report latency. 169 * to time of report. 220 * Register direct report channel. 239 * Unregister direct report channel. 242 * registerDirectChannel, and remove all active sensor report configured in 243 * still active sensor report configured in the direct channel. 246 * @return result OK if direct report is supported; INVALID_OPERATION 252 * Configure direct sensor event report in direct channel. [all …]
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssDebug.hal | 92 * Time duration before this report that this position information was 131 * the satellite. To report status of predicted orbit and clock 143 * Time duration from this report (current time), minus the 155 * Time duration from this report (current time) minus the time of the
|