Searched defs:IsPowerOfTwo (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
H A Dbroadcast_ring.h156 static constexpr bool IsPowerOfTwo(uint32_t size) { function in class:android::dvr::BroadcastRing
166 IsPowerOfTwo(Traits::kStaticRecordCount),
473 if (!IsPowerOfTwo(record_count())) return false;

Completed in 50 milliseconds