| 34 | } |
| 35 | |
| 36 | int cancelCpuHighFreq(int callertid, int64_t timestamp) { |
| 37 | pdbg("ManufacturerCoder cancelCpuHighFreq callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L)); |
| 38 | return RET_OK; |
| 39 | } |
| 40 | |
| 41 | int requestCpuCoreForThread(int scene, int64_t action, std::vector<int>bindtids, int timeoutms, int callertid, int64_t timestamp) { |
| 42 | pdbg("ManufacturerCoder requestCpuCoreForThread scene:%d action:%d bindtids len:%d timeoutms:%d callertid:%d timestamp:%d", scene, TOINT(action), TOINT(bindtids.size()), timeoutms, callertid, TOINT(timestamp/1000000L)); |
nothing calls this directly
no outgoing calls
no test coverage detected