/hardware/qcom/sm7250/display/gralloc/ |
D | gr_buf_descriptor.h | 77 std::string GetName() const { return name_; } in GetName() function
|
D | gr_buf_mgr.cpp | 1081 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/ |
D | gr_buf_descriptor.h | 78 std::string GetName() const { return name_; } in GetName() function
|
D | gr_buf_mgr.cpp | 1075 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/ |
D | Node.h | 64 const std::string& GetName() const;
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | Node.cc | 60 const std::string& Node::GetName() const { in GetName() function in android::perfmgr::Node
|
D | PropertyNode.cc | 55 const std::string tag = GetName() + ":" + req_value; in Update()
|
D | FileNode.cc | 61 const std::string tag = GetName() + ":" + req_value; in Update()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 382 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()
|
D | PropertyNodeTest.cc | 112 EXPECT_EQ(test_name, t.GetName()); in TEST()
|
D | FileNodeTest.cc | 103 EXPECT_EQ(test_name, t.GetName()); in TEST()
|
/hardware/interfaces/oemlock/aidl/vts/ |
D | VtsHalOemLockTargetTest.cpp | 43 TEST_P(OemLockAidlTest, GetName) { in TEST_P() argument
|
/hardware/interfaces/oemlock/1.0/vts/functional/ |
D | VtsHalOemLockV1_0TargetTest.cpp | 42 TEST_P(OemLockHidlTest, GetName) { in TEST_P() argument
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_base.h | 120 const char *GetName(const LayerComposition &composition);
|
D | display_base.cpp | 593 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/ |
D | display_base.h | 128 const char *GetName(const LayerComposition &composition);
|
D | display_base.cpp | 582 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/ |
D | display_base.h | 128 const char *GetName(const LayerComposition &composition);
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | display_base.h | 128 const char *GetName(const LayerComposition &composition);
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | display_base.h | 131 const char *GetName(const LayerComposition &composition);
|
D | display_base.cpp | 623 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/ |
D | display_base.h | 171 const char *GetName(const LayerComposition &composition);
|
/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | display_base.h | 181 const char *GetName(const LayerComposition &composition);
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_sta_iface_hidl_test.cpp | 198 TEST_P(SupplicantStaIfaceHidlTest, GetName) { in TEST_P() argument
|
D | supplicant_p2p_iface_hidl_test.cpp | 207 TEST_P(SupplicantP2pIfaceHidlTest, GetName) { in TEST_P() argument
|