Home
last modified time | relevance | path

Searched defs:kMaxId (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/perfetto/src/tracing/core/
H A Did_allocator_unittest.cc50 const IdType kMaxId = 1023; in TEST() local
101 const IdType kMaxId = 1023; in TEST() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dmetric_id_manager.h40 static const int kMaxId; variable
Dmetric_id_manager.cc38 const int MetricIdManager::kMaxId = 65534; // 2^16 - 2 member in bluetooth::common::MetricIdManager
/aosp_15_r20/packages/modules/Bluetooth/system/common/
Dmetric_id_allocator.h41 static const int kMaxId; variable
Dmetric_id_allocator.cc37 const int MetricIdAllocator::kMaxId = 65534; // 2^16 - 2 member in bluetooth::common::MetricIdAllocator
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h50 static const int kMaxId = 1 << kPartShift; variable
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/protozero/
H A Dfield.h194 static constexpr uint32_t kMaxId = (1 << 24) - 1; // See id_ : 24 below. variable
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_leader.hpp559 static constexpr uint8_t kMaxId = 15; member in ot::NetworkData::Leader::ContextIds
/aosp_15_r20/external/perfetto/include/perfetto/protozero/
H A Dfield.h197 static constexpr uint32_t kMaxId = (1 << 24) - 1; // See id_ : 24 below. variable
/aosp_15_r20/external/webrtc/api/
H A Drtp_parameters.cc138 constexpr int RtpExtension::kMaxId; member in webrtc::RtpExtension
H A Drtp_parameters.h396 static constexpr int kMaxId = 255; member