Searched refs:getMapping (Results 1 – 8 of 8) sorted by relevance
/aosp12/build/soong/android/ |
H A D | expand.go | 54 value, ninjaVariable, w, err := getMapping(s[j+1:], mapping) 69 func getMapping(s string, mapping func(string) (string, bool, error)) (string, bool, int, error) { func
|
/aosp12/packages/apps/Car/libs/car-uxr-client-lib/src/com/android/car/uxr/ |
H A D | UxrContentLimiterImpl.java | 119 if (mCarUxRestrictionsAppConfig.getMapping().containsKey(key)) { in setAdapter() 120 mListConfig = mCarUxRestrictionsAppConfig.getMapping().get(key); in setAdapter()
|
H A D | CarUxRestrictionsAppConfig.java | 65 public Map<Integer, ListConfig> getMapping() { in getMapping() method in CarUxRestrictionsAppConfig
|
/aosp12/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/api/ |
H A D | current.txt | 14 method public String getMapping(); 58 method public String getMapping(); 78 method public String getMapping(); 271 method public String getMapping(); 290 method public String getMapping(); 391 method public String getMapping(); 418 method public String getMapping();
|
/aosp12/frameworks/av/media/libmediaformatshaper/ |
H A D | CodecProperties.h | 50 std::string getMapping(std::string key, std::string kind);
|
H A D | CodecProperties.cpp | 418 std::string CodecProperties::getMapping(std::string key, std::string kind) { in getMapping() function in android::mediaformatshaper::CodecProperties
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewDebug.java | 1616 final IntToString[] mapping = getMapping(clazz, field); 1672 private static IntToString[] getMapping(Class<?> clazz, String field) {
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 67290 Landroid/view/ViewDebug;->getMapping(Ljava/lang/Class;Ljava/lang/String;)[Landroid/view/ViewDebug$I…
|