Home
last modified time | relevance | path

Searched defs:kMaxLength (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libnblog/include/media/nblog/
H A DEntry.h70 static const size_t kMaxLength = 255; variable
H A DPerformanceAnalysis.h264 static constexpr MaxLength kMaxLength = {.Hists = 60, .Outliers = 12000, variable
/aosp12/packages/modules/adb/daemon/
H A Djdwp_service.cpp406 const int kMaxLength = kind == TrackerKind::kJdwp ? 1024 : 2048; in process_list_updated() local