Home
last modified time | relevance | path

Searched defs:Interval (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/rust/common/src/
Dtime.rs50 pub fn interval(period: Duration) -> Interval { in interval()
58 pub struct Interval { struct
62 impl Interval { impl
/system/core/fs_mgr/liblp/include/liblp/
Dbuilder.h169 struct Interval { struct
174 Interval(uint32_t device_index, uint64_t start, uint64_t end) in Interval() argument
180 bool operator<(const Interval& other) const { argument
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.h35 using Interval = android::fs_mgr::Interval; member
/system/bt/stack/acl/
Dacl.h316 uint16_t Interval() const { return interval_; } in Interval() function
/system/core/fs_mgr/liblp/
Dbuilder_test.cpp893 TEST_F(BuilderTest, Interval) { in TEST_F() argument