MCPcopy Create free account
hub / github.com/alibaba/MNN / Unlock

Method Unlock

tools/cpp/GpuInterTest.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 return send_handle_(buffer, socket_fd);
168}
169int AndroidHardwareBufferCompat::Unlock(AHardwareBuffer* buffer,
170 int32_t* fence) {
171 DCHECK(IsSupportAvailable());
172 return unlock_(buffer, fence);
173}
174
175static std::shared_ptr<AndroidHardwareBufferCompat> gFunction;
176

Callers 10

creatAHardwareBufferFunction · 0.45
arenastring.ccFile · 0.45
AddArrayMethod · 0.45
AssignDescriptorsImplFunction · 0.45
GOOGLE_PROTOBUF_RELEASEFunction · 0.45
~MutexLockMaybeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected