Searched refs:new_id (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer_test.cpp86 Id* new_id = test::GetValue<Id>(new_table.get(), "com.app.a:id/foo"); local
87 ASSERT_NE(nullptr, new_id);
88 EXPECT_EQ(id->IsWeak(), new_id->IsWeak());
/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub_client.cpp60 const int new_id = buffer_handle.id(); local
74 id_ = new_id;
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h114 HwcLayer(Layer new_id) { argument
115 info.id = new_id;

Completed in 329 milliseconds