Searched refs:GetPageLayout (Results 1 – 6 of 6) sorted by relevance
82 uint32_t page_layout = abi->GetPageLayout(page_idx); in TEST_P()
85 SharedMemoryABI::GetNumChunksForLayout(abi.GetPageLayout(page_idx)); in TEST_P()
79 uint32_t page_layout = abi->GetPageLayout(page_idx); in VerifyPackets()
327 PERFETTO_DCHECK(chunk_idx < GetNumChunksForLayout(GetPageLayout(page_idx))); in GetPageAndChunkIndex()
1212 uint32_t layout = abi->GetPageLayout(page_idx); in ScrapeSharedMemoryBuffers()
480 uint32_t GetPageLayout(size_t page_idx) { in GetPageLayout() function