Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ clear_codec_info
Function
clear_codec_info
libs/scrap/src/android/ffi.rs:201–203 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
pub fn clear_codec_info() {
202
*MEDIA_CODEC_INFOS.write().unwrap() = None;
203
}
204
205
pub fn call_main_service_pointer_input(kind: &str, mask: i32, x: i32, y: i32) -> JniResult<()> {
206
if let (Some(jvm), Some(ctx)) = (
Callers
2
new
Method · 0.85
new
Method · 0.85
Calls
1
write
Method · 0.80
Tested by
no test coverage detected