Searched refs:properties (Results 26 - 50 of 125) sorted by relevance

12345

/frameworks/av/media/libstagefright/
H A DHTTPBase.cpp30 #include <cutils/properties.h>
H A DDataSource.cpp44 #include <cutils/properties.h>
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp27 #include <cutils/properties.h>
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorPropertiesMain.cpp97 jobject properties = NULL; local
143 return (properties); // NULL
168 // Allocate a new properties structure.
185 // Allocate a new clip properties structure.
203 // Get Video clip properties
234 // Check if the properties could be retrieved.
237 // Set the properties.
267 // Free the clip properties.
304 // Create a properties object.
305 videoEditPropClass_createProperties(&gotten, pEnv, pProperties, &properties);
[all...]
/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp21 #include <cutils/properties.h>
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp21 #include <cutils/properties.h>
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp298 /* Get the default rate properties */
299 SLuint32 properties = 0; local
300 res = (*rateItf)->GetProperties(rateItf, &properties); CheckErr(res);
301 printf("default rate properties: ");
302 printCapabilities(properties);
304 assert(SL_RATEPROP_NOPITCHCORAUDIO == properties);
/frameworks/base/location/java/android/location/
H A DILocationManager.aidl71 void addTestProvider(String name, in ProviderProperties properties);
H A DLocationManager.java314 private LocationProvider createProvider(String name, ProviderProperties properties) { argument
315 return new LocationProvider(name, properties);
364 ProviderProperties properties = mService.getProviderProperties(name);
365 if (properties == null) {
368 return createProvider(name, properties);
1197 ProviderProperties properties = new ProviderProperties(requiresNetwork,
1205 mService.addTestProvider(name, properties);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java33 * Contains the RRULEs, RDATE, EXRULEs, and EXDATE properties.
501 List<ICalendar.Property> properties = component.getProperties(name);
502 if (properties == null || properties.isEmpty()) {
506 if (properties.size() == 1) {
507 return properties.get(0).getValue();
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java57 // list of all properties in this group
68 // constructs a property group for a list of properties
70 String volume, int[] properties) {
77 int count = properties.length;
83 mProperties[i] = createProperty(properties[i], columns);
193 // for now we are only reading properties from the "objects" table
256 // for now we are only reading properties from the "objects" table
345 // iterate over all properties in the query for the given object
69 MtpPropertyGroup(MtpDatabase database, IContentProvider provider, String packageName, String volume, int[] properties) argument
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp19 #include <cutils/properties.h>
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp10 #include <cutils/properties.h>
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp22 #include <cutils/properties.h>
/frameworks/native/cmds/installd/
H A Dinstalld.h38 #include <cutils/properties.h>
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp27 #include <cutils/properties.h>
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_eglapi.cpp20 #include <cutils/properties.h>
/frameworks/opt/emoji/
H A DEmojiFactory.cpp23 #include <cutils/properties.h>
/frameworks/base/core/java/android/transition/
H A DTransition.java46 * changes to visibility-related properties and is able to construct and run
47 * animations that fade items in or out based on changes to those properties.
246 * properties on which they based their animations agree with the end values of
247 * the same properties in the new transition. If the end values are not equal,
469 String[] properties = getTransitionProperties();
470 if (view != null && properties != null && properties.length > 0) {
475 for (int j = 0; j < properties.length; ++j) {
476 infoValues.values.put(properties[j],
477 newValues.values.get(properties[
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java413 PointerProperties[] properties = getTempPointerPropertiesWithMinSize(pointerCount);
418 event.getPointerProperties(i, properties[i]);
421 event.getEventTime(), event.getAction(), pointerCount, properties,
810 PointerProperties[] properties = getTempPointerPropertiesWithMinSize(pointerCount);
813 event.getPointerProperties(i, properties[i]);
818 event.getAction(), pointerCount, properties, coords,
/frameworks/native/libs/input/
H A DInputTransport.cpp31 #include <cutils/properties.h>
338 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]);
658 uint32_t id = msg->body.motion.pointers[i].properties.id;
901 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties);
943 if (head.body.motion.pointers[i].properties
944 != msg->body.motion.pointers[i].properties) {
/frameworks/base/core/java/android/os/
H A DDebug.java1323 * A Map of typed debug properties.
1328 * Load the debug properties from the standard files into debugProperties.
1336 // Read the properties from each of the files, if present.
1399 private static void modifyFieldIfSet(final Field field, final TypedProperties properties, argument
1402 int stringInfo = properties.getStringInfo(propertyName);
1427 Object value = properties.get(propertyName);
1457 * properties. This method is a no-op if false is
1495 * on internal properties that are fixed at boot time.
1497 * These properties are only set during platform debugging, and are not
1498 * meant to be used as a general-purpose properties stor
[all...]
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp328 jint* properties = env->GetIntArrayElements(array, 0); local
331 list->push(properties[i]);
332 env->ReleaseIntArrayElements(array, properties, 0);
346 jint* properties = env->GetIntArrayElements(array, 0); local
349 list->push(properties[i]);
350 env->ReleaseIntArrayElements(array, properties, 0);
383 // special case date properties, which are strings to MTP
1059 // for read-only properties it is safe to assume current value is default value
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl87 in int properties, in int permissions);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp21 #include <cutils/properties.h>

Completed in 747 milliseconds

12345