Home
last modified time | relevance | path

Searched defs:getName (Results 1 – 11 of 11) sorted by relevance

/device/generic/trusty/dhcp/client/
Dinterface.h38 const std::string& getName() const { return mInterfaceName; } in getName() function
/device/google/trout/hal/sensors/2.1/
DSensorsSubHal.h79 const std::string getName() override { return "Google-IIO-SensorsSubhal"; } in getName() function
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DGceFuture.java37 public String getName() { in getName() method in GceFuture
/device/generic/goldfish-opengl/system/hwc3/
DDrmProperty.h45 const std::string& getName() const { return mName; } in getName() function
/device/google/cuttlefish/guest/hals/oemlock/remote/
Dremote_oemlock.cpp44 ::ndk::ScopedAStatus OemLock::getName(std::string *out_name) { in getName() function in aidl::android::hardware::oemlock::OemLock
/device/google/trout/hal/dumpstate/1.1/config/
Ddumpstate_hal_configuration_V1_0.cpp91 const std::string& Service::getName() const { in getName() function in dumpstate::hal::configuration::V1_0::Service
/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp47 C2String GoldfishComponentStore::getName() const { in getName() function in android::GoldfishComponentStore
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothUtils.java105 public static String getName(BluetoothDevice device) { in getName() method in BluetoothUtils
/device/generic/goldfish/hals/sensors/
Dmultihal_sensors.cpp107 const std::string MultihalSensors::getName() { in getName() function in goldfish::MultihalSensors
/device/generic/goldfish/wifi/wifi_hal/
Dinterface.cpp88 wifi_error Interface::getName(char* name, size_t size) { in getName() function in Interface
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h41 C2String getName() const override { return mName; } in getName() function