| 102 | } |
| 103 | |
| 104 | int configure(const std::string& data, int callertid, int64_t timestamp) { |
| 105 | pdbg("ManufacturerCoder configure"); |
| 106 | return RET_OK; |
| 107 | } |
| 108 | |
| 109 | int getParameters(const std::string& data, int callertid, int64_t timestamp) { |
| 110 | pdbg("ManufacturerCoder getParameters"); |
nothing calls this directly
no outgoing calls
no test coverage detected