| 29 | } |
| 30 | |
| 31 | int requestCpuHighFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) { |
| 32 | pdbg("ManufacturerCoder requestCpuHighFreq scene:%d action:%d level:%d timeoutms:%d callertid:%d timestamp:%d", scene, TOINT(action), level, timeoutms, callertid, TOINT(timestamp/1000000L)); |
| 33 | return RET_OK; |
| 34 | } |
| 35 | |
| 36 | int cancelCpuHighFreq(int callertid, int64_t timestamp) { |
| 37 | pdbg("ManufacturerCoder cancelCpuHighFreq callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L)); |
nothing calls this directly
no outgoing calls
no test coverage detected