Home
last modified time | relevance | path

Searched refs:GetName (Results 1 – 25 of 28) sorted by relevance

12

/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_descriptor.h77 std::string GetName() const { return name_; } in GetName() function
Dgr_buf_mgr.cpp1081 auto nameLength = std::min(descriptor.GetName().size(), size_t(MAX_NAME_LEN - 1)); in AllocateBuffer()
1082 nameLength = descriptor.GetName().copy(metadata->name, nameLength); in AllocateBuffer()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_descriptor.h78 std::string GetName() const { return name_; } in GetName() function
Dgr_buf_mgr.cpp1075 auto nameLength = std::min(descriptor.GetName().size(), size_t(MAX_NAME_LEN - 1)); in AllocateBuffer()
1076 nameLength = descriptor.GetName().copy(metadata->name, nameLength); in AllocateBuffer()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DNode.h64 const std::string& GetName() const;
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNode.cc60 const std::string& Node::GetName() const { in GetName() function in android::perfmgr::Node
DPropertyNode.cc55 const std::string tag = GetName() + ":" + req_value; in Update()
DFileNode.cc61 const std::string tag = GetName() + ":" + req_value; in Update()
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc382 EXPECT_EQ("CPUCluster0MinFreq", nodes[0]->GetName()); in TEST_F()
383 EXPECT_EQ("CPUCluster1MinFreq", nodes[1]->GetName()); in TEST_F()
399 EXPECT_EQ("ModeProperty", nodes[2]->GetName()); in TEST_F()
475 EXPECT_EQ("CPUCluster0MinFreq", nodes[0]->GetName()); in TEST_F()
476 EXPECT_EQ("CPUCluster1MinFreq", nodes[1]->GetName()); in TEST_F()
492 EXPECT_EQ("ModeProperty", nodes[2]->GetName()); in TEST_F()
DPropertyNodeTest.cc112 EXPECT_EQ(test_name, t.GetName()); in TEST()
DFileNodeTest.cc103 EXPECT_EQ(test_name, t.GetName()); in TEST()
/hardware/interfaces/oemlock/aidl/vts/
DVtsHalOemLockTargetTest.cpp43 TEST_P(OemLockAidlTest, GetName) { in TEST_P() argument
/hardware/interfaces/oemlock/1.0/vts/functional/
DVtsHalOemLockV1_0TargetTest.cpp42 TEST_P(OemLockHidlTest, GetName) { in TEST_P() argument
/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_base.h120 const char *GetName(const LayerComposition &composition);
Ddisplay_base.cpp593 const char *comp_type = GetName(layer->composition); in AppendDump()
677 const char * DisplayBase::GetName(const LayerComposition &composition) { in GetName() function in sdm::DisplayBase
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddisplay_base.h128 const char *GetName(const LayerComposition &composition);
Ddisplay_base.cpp582 const char *comp_type = GetName(sdm_layer->composition); in AppendDump()
654 const char * DisplayBase::GetName(const LayerComposition &composition) { in GetName() function in sdm::DisplayBase
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_base.h128 const char *GetName(const LayerComposition &composition);
/hardware/qcom/display/msm8909/sdm/libs/core/
Ddisplay_base.h128 const char *GetName(const LayerComposition &composition);
/hardware/qcom/sdm845/display/sdm/libs/core/
Ddisplay_base.h131 const char *GetName(const LayerComposition &composition);
Ddisplay_base.cpp623 const char *comp_type = GetName(sdm_layer->composition); in Dump()
724 const char * DisplayBase::GetName(const LayerComposition &composition) { in GetName() function in sdm::DisplayBase
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_base.h171 const char *GetName(const LayerComposition &composition);
/hardware/qcom/sm7250/display/sdm/libs/core/
Ddisplay_base.h181 const char *GetName(const LayerComposition &composition);
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_sta_iface_hidl_test.cpp198 TEST_P(SupplicantStaIfaceHidlTest, GetName) { in TEST_P() argument
Dsupplicant_p2p_iface_hidl_test.cpp207 TEST_P(SupplicantP2pIfaceHidlTest, GetName) { in TEST_P() argument

12