/frameworks/av/apex/ |
D | ld.config.txt | 14 # "default" namespace 16 # This namespace is for the binaries and libraries on the swcodec APEX. 19 namespace.default.isolated = true 20 namespace.default.visible = true 22 namespace.default.search.paths = /apex/com.android.media.swcodec/${LIB} 23 namespace.default.asan.search.paths = /apex/com.android.media.swcodec/${LIB} 28 namespace.default.permitted.paths = /system/${LIB} 29 namespace.default.asan.permitted.paths = /system/${LIB} 31 namespace.default.links = platform 34 # namespace.default.link.platform.shared_libs = %LLNDK_LIBRARIES% [all …]
|
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
D | SettingsHelper.java | 40 public static void set(@NonNull String namespace, @NonNull String key, @Nullable String value) { in set() argument 42 delete(namespace, key); in set() 45 ShellHelper.runShellCommand("settings put %s %s %s default", namespace, key, value); in set() 52 public static void syncSet(@NonNull Context context, @NonNull String namespace, in syncSet() argument 55 syncDelete(context, namespace, key); in syncSet() 59 String currentValue = get(namespace, key); in syncSet() 65 OneTimeSettingsListener observer = new OneTimeSettingsListener(context, namespace, key, in syncSet() 67 set(namespace, key, value); in syncSet() 69 assertNewValue(namespace, key, value); in syncSet() 75 public static void delete(@NonNull String namespace, @NonNull String key) { in delete() argument [all …]
|
/frameworks/base/core/java/android/provider/ |
D | DeviceConfig.java | 397 public static String getProperty(@NonNull String namespace, @NonNull String name) { in getProperty() argument 399 String compositeName = createCompositeName(namespace, name); in getProperty() 416 public static String getString(@NonNull String namespace, @NonNull String name, in getString() argument 418 String value = getProperty(namespace, name); in getString() 435 public static boolean getBoolean(@NonNull String namespace, @NonNull String name, in getBoolean() argument 437 String value = getProperty(namespace, name); in getBoolean() 454 public static int getInt(@NonNull String namespace, @NonNull String name, int defaultValue) { in getInt() argument 455 String value = getProperty(namespace, name); in getInt() 462 Log.e(TAG, "Parsing integer failed for " + namespace + ":" + name); in getInt() 480 public static long getLong(@NonNull String namespace, @NonNull String name, long defaultValue) { in getLong() argument [all …]
|
/frameworks/base/core/java/android/util/ |
D | XmlPullAttributes.java | 50 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument 51 return mParser.getAttributeValue(namespace, name); in getAttributeValue() 62 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 65 getAttributeValue(namespace, attribute), options, defaultValue); in getAttributeListValue() 68 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 71 getAttributeValue(namespace, attribute), defaultValue); in getAttributeBooleanValue() 74 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 77 getAttributeValue(namespace, attribute), defaultValue); in getAttributeResourceValue() 80 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 83 getAttributeValue(namespace, attribute), defaultValue); in getAttributeIntValue() [all …]
|
D | AttributeSet.java | 122 public String getAttributeValue(String namespace, String name); in getAttributeValue() argument 161 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 191 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 203 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 217 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 229 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 47 @NonNull ResourceNamespace namespace, @NonNull String attrName); in getEnumValues() 111 ResourceNamespace namespace = ResourceNamespace.fromNamespaceUri(ns); in getAttributeNameResource() local 112 if (namespace != null) { in getAttributeNameResource() 114 ResourceReference.attr(namespace, name)); in getAttributeNameResource() 122 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 124 String value = getAttributeValue(namespace, attribute); in getAttributeListValue() 139 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 141 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue() 156 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() argument 157 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue() [all …]
|
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/ |
D | H2BProducerListener.h | 24 namespace android { 25 namespace hardware { 26 namespace graphics { 27 namespace bufferqueue { 28 namespace V2_0 { 29 namespace utils {
|
D | B2HProducerListener.h | 27 namespace android { 28 namespace hardware { 29 namespace graphics { 30 namespace bufferqueue { 31 namespace V2_0 { 32 namespace utils {
|
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | H2BProducerListener.h | 24 namespace android { 25 namespace hardware { 26 namespace graphics { 27 namespace bufferqueue { 28 namespace V1_0 { 29 namespace utils {
|
D | B2HProducerListener.h | 29 namespace android { 30 namespace hardware { 31 namespace graphics { 32 namespace bufferqueue { 33 namespace V1_0 { 34 namespace utils {
|
/frameworks/av/media/codec2/core/include/media/stagefright/codec2/1.0/ |
D | InputSurfaceConnection.h | 26 namespace android { 27 namespace hardware { 28 namespace media { 29 namespace c2 { 30 namespace V1_0 { 31 namespace implementation {
|
D | InputSurface.h | 25 namespace android { 29 namespace hardware { 30 namespace media { 31 namespace c2 { 32 namespace V1_0 { 33 namespace implementation {
|
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | ClientBlockHelper.h | 24 namespace android { 25 namespace hardware { 26 namespace media { 27 namespace c2 { 28 namespace V1_0 { 29 namespace utils {
|
D | ComponentInterface.h | 32 namespace android { 33 namespace hardware { 34 namespace media { 35 namespace c2 { 36 namespace V1_0 { 37 namespace utils {
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/ |
D | TestableDeviceConfig.java | 87 String namespace = invocationOnMock.getArgument(0); in apply() local 92 onPropertiesChangedListener, new Pair<>(namespace, executor)); in apply() 99 String namespace = invocationOnMock.getArgument(0); in apply() local 104 onPropertyChangedListener, new Pair<>(namespace, executor)); in apply() 111 String namespace = invocationOnMock.getArgument(0); in apply() local 114 mKeyValueMap.put(getKey(namespace, name), value); in apply() 117 if (namespace.equals(mOnPropertiesChangedListenerMap.get(listener).first)) { in apply() 120 getProperties(namespace, name, value))); in apply() 125 if (namespace.equals(mOnPropertyChangedListenerMap.get(listener).first)) { in apply() 127 () -> listener.onPropertyChanged(namespace, name, value)); in apply() [all …]
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DeviceConfigService.java | 108 String namespace = null; in onCommand() local 130 namespace = arg; in onCommand() 139 } else if (namespace == null) { in onCommand() 140 namespace = arg; in onCommand() 187 pout.println(DeviceConfig.getProperty(namespace, key)); in onCommand() 190 DeviceConfig.setProperty(namespace, key, value, makeDefault); in onCommand() 193 pout.println(delete(iprovider, namespace, key) in onCommand() 194 ? "Successfully deleted " + key + " from " + namespace in onCommand() 195 : "Failed to delete " + key + " from " + namespace); in onCommand() local 198 for (String line : list(iprovider, namespace)) { in onCommand() [all …]
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeXmlBlockParser.java | 289 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument 290 return mParser.getAttributeValue(namespace, name); in getAttributeValue() 351 public void require(int type, String namespace, String name) in require() argument 354 || (namespace != null && !namespace.equals(getNamespace())) in require() 414 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue); in getAttributeBooleanValue() 425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() argument 426 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue); in getAttributeFloatValue() 435 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() argument 436 return mAttrib.getAttributeIntValue(namespace, attribute, defaultValue); in getAttributeIntValue() [all …]
|
D | NopAttributeSet.java | 50 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument 65 public int getAttributeListValue(String namespace, String attribute, String[] options, int in getAttributeListValue() argument 71 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 77 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() argument 82 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() argument 87 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 93 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument 150 public ResourceValue getResolvedAttributeValue(@Nullable String namespace, in getResolvedAttributeValue() argument
|
D | BridgeLayoutParamsMapAttributes.java | 41 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument 42 if (BridgeConstants.NS_RESOURCES.equals(namespace)) { in getAttributeValue() 84 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 90 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 96 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 102 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 108 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 114 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
|
/frameworks/base/media/jni/ |
D | android_media_MediaDescrambler.h | 24 namespace android { 26 namespace hardware { 27 namespace cas { 28 namespace native { 29 namespace V1_0 {
|
/frameworks/base/libs/androidfw/tests/data/appaslib/ |
D | R.h | 22 namespace com { 23 namespace android { 24 namespace appaslib { 26 namespace lib { 44 namespace app {
|
/frameworks/native/services/displayservice/include/displayservice/ |
D | DisplayService.h | 23 namespace android { 24 namespace frameworks { 25 namespace displayservice { 26 namespace V1_0 { 27 namespace implementation {
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/ |
D | CreatePluginFactories.h | 23 namespace android { 24 namespace hardware { 25 namespace drm { 26 namespace V1_2 { 27 namespace clearkey {
|
/frameworks/base/identity/java/android/security/identity/ |
D | PersonalizationData.java | 53 NamespaceData getNamespaceData(String namespace) { in getNamespaceData() argument 54 return mNamespaces.get(namespace); in getNamespaceData() 62 private NamespaceData(String namespace) { in NamespaceData() argument 63 this.mNamespace = namespace; in NamespaceData() 123 public @NonNull Builder putEntry(@NonNull String namespace, @NonNull String name, in putEntry() argument 126 NamespaceData namespaceData = mData.mNamespaces.get(namespace); in putEntry() 128 namespaceData = new NamespaceData(namespace); in putEntry() 129 mData.mNamespaces.put(namespace, namespaceData); in putEntry()
|
/frameworks/base/tools/streaming_proto/ |
D | stream_proto_utils.h | 6 namespace android { 7 namespace stream_proto { 9 using namespace google::protobuf; 10 using namespace google::protobuf::compiler; 11 using namespace std;
|