MCPcopy Create free account
hub / github.com/Snapchat/Valdi / ~AndroidBitmapHandler

Method ~AndroidBitmapHandler

valdi/src/valdi/android/AndroidBitmap.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 _isOwned(isOwned) {}
120
121AndroidBitmapHandler::~AndroidBitmapHandler() {
122 if (_isOwned) {
123 JavaEnv::getCache().getBitmapHandlerReleaseMethod().call(_bitmapHandlerRef.toObject());
124 }
125}
126
127} // namespace ValdiAndroid

Callers

nothing calls this directly

Calls 2

toObjectMethod · 0.80
callMethod · 0.65

Tested by

no test coverage detected