Searched defs:getIdentifier (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DElement.h63 const Key &getIdentifier() const { return mIdentifier; } function in class:android::audio_policy::Element
H A DInputSource.h60 audio_source_t getIdentifier() const { return mIdentifier; } function in class:android::audio_policy::Element
H A DStrategy.h60 routing_strategy getIdentifier() const { return mIdentifier; } function in class:android::audio_policy::Element
H A DStream.h61 audio_stream_type_t getIdentifier() const { return mIdentifier; } function in class:android::audio_policy::Element
H A DUsage.h60 audio_usage_t getIdentifier() const { return mIdentifier; } function in class:android::audio_policy::Element
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DPartner.java87 final int partnerId = partner.getIdentifier(name, type);
159 public int getIdentifier(String name, String defType) { method in class:Partner
160 return mResources.getIdentifier(name, defType, mPackageName);
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp162 getIdentifier().c_str(), pSource.getIdentifier().c_str());
189 const std::string &Source::getIdentifier() const { function in class:bcc::Source
/frameworks/minikin/libs/minikin/
H A DFontLanguage.h67 uint64_t getIdentifier() const { return (uint64_t)mScript << 32 | (uint64_t)mLanguage; } function in struct:android::FontLanguage
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DPartnerTest.java140 public int getIdentifier(String name, String defType, String defPackage) { method in class:PartnerTest.TestResources
/frameworks/base/core/java/android/os/
H A DUserHandle.java335 public @UserIdInt int getIdentifier() { method in class:UserHandle
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java204 public int getIdentifier(String name, String defType, String defPackage) { method in class:MockResources
/frameworks/native/include/input/
H A DInputDevice.h82 inline const InputDeviceIdentifier& getIdentifier() const { return mIdentifier; } function in class:android::InputDeviceInfo
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DResourcesWrapper.java243 public int getIdentifier(String name, String defType, String defPackage) { method in class:ResourcesWrapper
244 return mResources.getIdentifier(name, defType, defPackage);
/frameworks/base/core/java/android/content/res/
H A DResources.java1309 * See getIdentifier() for information on how names are mapped to resource
1317 * getIdentifier() with a default type of "string".
1865 public int getIdentifier(String name, String defType, String defPackage) { method in class:Resources
1866 return mResourcesImpl.getIdentifier(name, defType, defPackage);
H A DResourcesImpl.java204 int id = getIdentifier(name, "string", null);
212 int getIdentifier(String name, String defType, String defPackage) { method in class:ResourcesImpl
/frameworks/base/core/java/android/view/
H A DInputDevice.java505 public InputDeviceIdentifier getIdentifier() { method in class:InputDevice

Completed in 2047 milliseconds