Home
last modified time | relevance | path

Searched defs:getMapping (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/android/
H A Dexpand.go69 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 DCarUxRestrictionsAppConfig.java65 public Map<Integer, ListConfig> getMapping() { in getMapping() method in CarUxRestrictionsAppConfig
/aosp12/frameworks/av/media/libmediaformatshaper/
H A DCodecProperties.cpp418 std::string CodecProperties::getMapping(std::string key, std::string kind) { in getMapping() function in android::mediaformatshaper::CodecProperties