Searched defs:AConfiguration (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/android_runtime/
H A Dandroid_content_res_Configuration.h25 struct AConfiguration : android::ResTable_config { struct in inherits:android::ResTable_config
31 JNIEnv* env, jobject clazz, struct AConfiguration* out);
/frameworks/native/include/android/
H A Dconfiguration.h35 struct AConfiguration;
37 * {@link AConfiguration} is an opaque type used to get and set
40 * A {@link AConfiguration} pointer can be obtained using:
44 typedef struct AConfiguration AConfiguration; typedef in typeref:struct:AConfiguration
434 * Create a new AConfiguration, initialized with no values set.
436 AConfiguration* AConfiguration_new();
439 * Free an AConfiguration that was previously created with
442 void AConfiguration_delete(AConfiguration* config);
445 * Create and return a new AConfiguration base
[all...]

Completed in 8120 milliseconds