Searched refs:GetSurfaceId (Results 1 – 3 of 3) sorted by relevance
131 int GetSurfaceId() const { in GetSurfaceId() function135 surface_id = surface_source.GetSurfaceId(); in GetSurfaceId()151 return GetSurfaceId() < other.GetSurfaceId();153 bool operator<(int surface_id) const { return GetSurfaceId() < surface_id; }237 int GetSurfaceId() const { return surface->surface_id(); } in GetSurfaceId() function266 int GetSurfaceId() const { return -1; } in GetSurfaceId() function
485 stream << " surface_id=" << layers_[i].GetSurfaceId(); in Dump()1057 search->GetSurfaceId() == surface->surface_id(); in UpdateLayerConfig()1076 layer_index, layers[layer_index].GetSurfaceId()); in UpdateLayerConfig()
238 Status<int> GetSurfaceId(size_t surface_index) { in GetSurfaceId() function in android::dvr::__anonbaaf89620111::TestDisplayManager520 EXPECT_STATUS_EQ(surface_id, manager_->GetSurfaceId(0)); in TEST_F()