Home
last modified time | relevance | path

Searched refs:debug_store_end (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/debugstore/rust/src/
Dlib.rs37 fn debug_store_end(id: u64, data: &CxxVector<CxxString>); in debug_store_end() function
59 fn debug_store_end(id: u64, data: &CxxVector<CxxString>) { in debug_store_end() function
/frameworks/base/core/jni/
Dcom_android_internal_os_DebugStore.cpp64 debugstore::debug_store_end(static_cast<uint64_t>(eventId), attributes); in com_android_internal_os_DebugStore_endEvent()