Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
AndroidBitmapHandler::~AndroidBitmapHandler() {
122
if (_isOwned) {
123
JavaEnv::getCache().getBitmapHandlerReleaseMethod().call(_bitmapHandlerRef.toObject());
124
}
125
}
126
127
} // namespace ValdiAndroid
Callers
nothing calls this directly
Calls
2
toObject
Method · 0.80
call
Method · 0.65
Tested by
no test coverage detected