Searched defs:getName (Results 1 - 25 of 25) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DConfigurableC2Intf.h47 C2String getName() const { return mName; } function in struct:hardware::google::media::c2::V1_0::utils::ConfigurableC2Intf
/hardware/interfaces/broadcastradio/2.0/default/
H A DVirtualRadio.cpp51 std::string VirtualRadio::getName() const { function in class:android::hardware::broadcastradio::V2_0::implementation::VirtualRadio
/hardware/interfaces/wifi/1.2/default/
H A Dwifi_p2p_iface.cpp42 std::string WifiP2pIface::getName() { return ifname_; } function in class:android::hardware::wifi::V1_2::implementation::WifiP2pIface
44 Return<void> WifiP2pIface::getName(getName_cb hidl_status_cb) { function in class:android::hardware::wifi::V1_2::implementation::WifiP2pIface
H A Dwifi_ap_iface.cpp43 std::string WifiApIface::getName() { return ifname_; } function in class:android::hardware::wifi::V1_2::implementation::WifiApIface
45 Return<void> WifiApIface::getName(getName_cb hidl_status_cb) { function in class:android::hardware::wifi::V1_2::implementation::WifiApIface
H A Dwifi_nan_iface.cpp517 std::string WifiNanIface::getName() { return ifname_; } function in class:android::hardware::wifi::V1_2::implementation::WifiNanIface
529 Return<void> WifiNanIface::getName(getName_cb hidl_status_cb) { function in class:android::hardware::wifi::V1_2::implementation::WifiNanIface
H A Dwifi_sta_iface.cpp52 std::string WifiStaIface::getName() { return ifname_; } function in class:android::hardware::wifi::V1_2::implementation::WifiStaIface
58 Return<void> WifiStaIface::getName(getName_cb hidl_status_cb) { function in class:android::hardware::wifi::V1_2::implementation::WifiStaIface
/hardware/libhardware/tests/input/evdev/
H A DTestHelpers.h52 const char* getName() const { return mName; } function in class:TempFile
73 const char* getName() const { return mName; } function in class:TempDir
/hardware/qcom/gps/msm8909w_3100/core/observer/
H A DIOsObserver.h64 inline virtual void getName (string & /*name*/) {} function in class:loc_core::IOsObserver
/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatusOsObserver.h99 inline virtual void getName(string& name) { function in class:loc_core::SystemStatusOsObserver
/hardware/google/av/codec2/hidl/1.0/utils/
H A DConfigurable.cpp48 Return<void> CachedConfigurable::getName(getName_cb _hidl_cb) { function in class:hardware::google::media::c2::V1_0::utils::CachedConfigurable
49 _hidl_cb(mIntf->getName());
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DDummyDevice.cpp201 const char* DummyDevice::getName() const function in class:android::intel::DummyDevice
H A DPhysicalDevice.cpp454 const char* PhysicalDevice::getName() const function in class:android::intel::PhysicalDevice
/hardware/google/av/media/sfplugin/
H A DCCodec.h147 inline const char *getName() const { return mName; } function in struct:android::CCodec::NamedTimePoint
H A DCCodec.cpp397 virtual C2String getName() const { function in class:android::__anon272::Codec2ClientInterfaceWrapper
398 return mClient->getName();
453 ALOGE("Codec2 component \"%s\" died.", comp->getName().c_str());
598 mCallback->onComponentAllocated(comp->getName().c_str());
642 if ((!encoder) != (comp->getName().find("encoder") == std::string::npos)) {
828 if (state->comp->getName().find("encoder") == std::string::npos) {
1450 name = deadline->getName();
/hardware/qcom/gps/msm8909w_3100/gnss/
H A DXtraSystemStatusObserver.cpp165 void XtraSystemStatusObserver::getName(string& name) function in class:XtraSystemStatusObserver
/hardware/google/av/media/v4l2store/
H A DC2VDAComponentStore.cpp32 C2String getName() const override;
205 traits->name = intf->getName();
287 C2String C2VDAComponentStore::getName() const { function in class:android::C2VDAComponentStore
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DPhysicalDevice.cpp476 const char* PhysicalDevice::getName() const function in class:android::intel::PhysicalDevice
H A DVirtualDevice.cpp2304 const char* VirtualDevice::getName() const function in class:android::intel::VirtualDevice
/hardware/google/av/codec2/vndk/
H A DC2AllocatorGralloc.cpp548 C2String getName() const { function in class:android::__anon223::C2AllocatorGralloc::Impl
691 C2String C2AllocatorGralloc::getName() const { function in class:android::__anon223::C2AllocatorGralloc
692 return mImpl->getName();
H A DC2AllocatorIon.cpp439 C2String C2AllocatorIon::getName() const { function in class:android::C2AllocatorIon
H A DC2Store.cpp65 virtual C2String getName() const override {
450 virtual C2String getName() const override;
724 traits->name = intf->getName();
896 C2String C2PlatformComponentStore::getName() const { function in class:android::C2PlatformComponentStore
/hardware/google/av/codec2/hidl/client/
H A Dclient.cpp97 const C2String& Codec2ConfigurableClient::getName() const { function in class:android::Codec2ConfigurableClient
107 Return<void> transStatus = base->getName(
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp194 displayHook<decltype(&Display::getName),
195 &Display::getName, uint32_t*, char*>);
712 Error HWC2On1Adapter::Display::getName(uint32_t* outSize, char* outName) { function in class:android::HWC2On1Adapter::Display
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp232 displayHook<decltype(&Display::getName),
233 &Display::getName, uint32_t*, char*>);
756 Error HWC2On1Adapter::Display::getName(uint32_t* outSize, char* outName) function in class:android::HWC2On1Adapter::Display
/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp485 Return<void> Context::getName(ObjectBase obj, getName_cb _hidl_cb) { function in class:android::hardware::renderscript::V1_0::implementation::Context

Completed in 3199 milliseconds