| 62 | } |
| 63 | |
| 64 | int cancelHighIOFreq(int callertid, int64_t timestamp) { |
| 65 | pdbg("ManufacturerCoder cancelHighIOFreq callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L)); |
| 66 | return RET_OK; |
| 67 | } |
| 68 | |
| 69 | int requestScreenResolution(int level, std::string uiName, int callertid, int64_t timestamp) { |
| 70 | pdbg("ManufacturerCoder requestScreenResolution level::%d uiName:%s callertid:%d timestamp:%d", level, uiName.c_str(), callertid, TOINT(timestamp/1000000L)); |
nothing calls this directly
no outgoing calls
no test coverage detected