Home
last modified time | relevance | path

Searched defs:SetName (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.h38 void SetName(const std::string& name) { mName = name; } in SetName() function
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.h38 void SetName(const string& name) { mName = name; } in SetName() function
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
H A Ddrmproperty.h44 void SetName(std::string name) { name_ = name; }; in SetName() function
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_descriptor.h59 void SetName(std::string name) { name_ = name; } in SetName() function
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_descriptor.h60 void SetName(std::string name) { name_ = name; } in SetName() function
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl41 boolean SetName(String name); in SetName() method
/aosp12/art/runtime/gc/accounting/
H A Dspace_bitmap.h199 void SetName(const std::string& name) { in SetName() function
/aosp12/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
H A Ddmabufinfo.h62 void SetName(const std::string& name) { name_ = name; } in SetName() function
/aosp12/system/bt/service/test/
H A Dadapter_unittest.cc214 TEST_F(AdapterTest, SetName) { in TEST_F() argument
/aosp12/art/runtime/base/
H A Dtiming_logger.cc49 void CumulativeLogger::SetName(const std::string& name) { in SetName() function in art::CumulativeLogger
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Ddevice_properties.h195 void SetName(const std::vector<uint8_t>& name) { in SetName() function
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc100 Status BluetoothBinderServer::SetName(const ::android::String16& name, in SetName() function in ipc::binder::BluetoothBinderServer
/aosp12/frameworks/base/tools/aapt2/test/
H A DBuilders.cpp248 ArtifactBuilder& ArtifactBuilder::SetName(const std::string& name) { in SetName() function in aapt::test::ArtifactBuilder
/aosp12/system/bt/service/
H A Dadapter.cc286 bool SetName(const std::string& name) override { in SetName() function in bluetooth::AdapterImpl
/aosp12/art/runtime/mirror/
H A Dclass-inl.h777 inline void Class::SetName(ObjPtr<String> name) { in SetName() function