MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / requestGpuHighFreq

Method requestGpuHighFreq

libapp2sys/src/main/cpp/protocol.h:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 virtual int requestGpuHighFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) {
159 UNUSED(scene);
160 UNUSED(timeoutms);
161 UNUSED(callertid);
162 UNUSED(timestamp);
163 return ERR_FUNCTION_NOT_SUPPORT;
164 }
165
166 virtual int cancelGpuHighFreq(int callertid, int64_t timestamp) {
167 UNUSED(callertid);

Calls

no outgoing calls

Tested by

no test coverage detected