Home
last modified time | relevance | path

Searched defs:DebugStore (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/debugstore/rust/src/
Dcore.rs30 pub struct DebugStore { struct
34 event_store: Storage<Event, { DebugStore::DEFAULT_EVENT_LIMIT }>, argument
37 impl DebugStore { implementation
124 impl fmt::Display for DebugStore { implementation
/frameworks/base/core/java/com/android/internal/os/
DDebugStore.java46 public class DebugStore { class