| 107 | } |
| 108 | |
| 109 | int getParameters(const std::string& data, int callertid, int64_t timestamp) { |
| 110 | pdbg("ManufacturerCoder getParameters"); |
| 111 | return RET_OK; |
| 112 | } |
| 113 | |
| 114 | int registerAnrCallback(int uid, int callertid, int64_t timestamp) { |
| 115 | std::list<int>& cbL = this->anrCallbackUidList; |
nothing calls this directly
no outgoing calls
no test coverage detected