Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/client/
Dinterface.h38 const std::string& getName() const { return mInterfaceName; } in getName() function
/device/google/trout/hal/sensors/2.0/
DSensorsSubHal.h77 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.h44 const std::string& getName() const { return mName; } in getName() function
/device/google/cuttlefish/guest/hals/oemlock/remote/
Dremote_oemlock.cpp43 ::ndk::ScopedAStatus OemLock::getName(std::string *out_name) { in getName() function in aidl::android::hardware::oemlock::OemLock
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothUtils.java90 public static String getName(BluetoothDevice device) { in getName() method in BluetoothUtils
/device/google/trout/hal/dumpstate/aidl/1.0/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/generic/goldfish/wifi/wifi_hal/
Dinterface.cpp83 wifi_error Interface::getName(char* name, size_t size) { in getName() function in Interface
/device/generic/goldfish/sensors/
Dmultihal_sensors.cpp96 const std::string MultihalSensors::getName() { in getName() function in goldfish::MultihalSensors
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h41 C2String getName() const override { return mName; } in getName() function