MCPcopy Create free account
hub / github.com/Tencent/tgfx / Get

Method Get

src/platform/android/AHardwareBufferFunctions.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31const AHardwareBufferFunctions* AHardwareBufferFunctions::Get() {
32 static AHardwareBufferFunctions functions = *new AHardwareBufferFunctions();
33 return &functions;
34}
35
36AHardwareBufferFunctions::AHardwareBufferFunctions() {
37 char sdk[PROP_VALUE_MAX] = "0";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected