Searched refs:properties (Results 126 - 150 of 288) sorted by relevance

1234567891011>>

/frameworks/av/media/libmediametrics/include/
H A DMediaAnalyticsItem.h20 #include <cutils/properties.h>
/frameworks/av/media/libstagefright/
H A DDataSource.cpp37 #include <cutils/properties.h>
/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp26 #include <cutils/properties.h>
129 // see if this experiment should be disabled/enabled based on properties.
/frameworks/av/services/radio/
H A DRadioHalHidl.h48 virtual int getProperties(radio_hal_properties_t *properties);
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp29 #include <cutils/properties.h>
H A DSkiaVulkanPipeline.cpp34 #include <cutils/properties.h>
/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp24 #include <cutils/properties.h>
/frameworks/native/libs/vr/libvrflinger/
H A Dvr_flinger.cpp14 #include <cutils/properties.h>
/frameworks/native/opengl/libs/EGL/
H A Degl.cpp23 #include <cutils/properties.h>
/frameworks/opt/net/wifi/libwifi_system/
H A Dhostapd_manager.cpp28 #include <cutils/properties.h>
/frameworks/base/location/java/android/location/
H A DILocationManager.aidl91 void addTestProvider(String name, in ProviderProperties properties, String opPackageName);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp27 #include <cutils/properties.h>
66 rc = halInterface->getProperties(&descriptor.properties);
68 ALOGE("could not read implementation properties");
73 ALOGI("loaded default module %s, handle %d", descriptor.properties.description,
598 if (mModels.size() >= mDescriptor.properties.max_sound_models) {
600 mDescriptor.properties.max_sound_models);
822 state = (active && !mDescriptor.properties.concurrent_capture) ?
/frameworks/native/libs/input/
H A DInputTransport.cpp30 #include <cutils/properties.h>
344 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]);
665 uint32_t id = msg->body.motion.pointers[i].properties.id;
918 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties);
961 if (head.body.motion.pointers[i].properties
962 != msg->body.motion.pointers[i].properties) {
/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp30 #include <cutils/properties.h>
782 // Request the android-specific presentation properties via GPDP2
783 VkPhysicalDeviceProperties2KHR properties = {
798 &properties);
1017 VkPhysicalDeviceProperties properties; local
1019 &properties);
1022 data->driver_version = properties.driverVersion;
/frameworks/base/core/java/android/transition/
H A DTransition.java59 * changes to visibility-related properties and is able to construct and run
60 * animations that fade items in or out based on changes to those properties.
406 * properties on which they based their animations agree with the end values of
407 * the same properties in the new transition. If the end values are not equal,
739 String[] properties = getTransitionProperties();
740 if (view != null && properties != null && properties.length > 0) {
745 for (int j = 0; j < properties.length; ++j) {
746 infoValues.values.put(properties[j],
747 newValues.values.get(properties[
[all...]
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org ...
/frameworks/support/development/checkstyle/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org ...
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java727 ProviderProperties properties = new ProviderProperties(
737 addTestProviderLocked(name, properties);
872 ProviderProperties properties = locationProvider != null
874 if (properties != null
875 && properties.mPowerRequirement == Criteria.POWER_HIGH
1439 ProviderProperties properties = lp.getProperties();
1440 if (properties != null) {
1441 if (properties.mRequiresSatellite) {
1444 } else if (properties.mRequiresNetwork || properties
2836 addTestProvider(String name, ProviderProperties properties, String opPackageName) argument
2862 addTestProviderLocked(String name, ProviderProperties properties) argument
[all...]
/frameworks/support/transition/src/android/support/transition/
H A DTransition.java66 * changes to visibility-related properties and is able to construct and run
67 * animations that fade items in or out based on changes to those properties.
416 * properties on which they based their animations agree with the end values of
417 * the same properties in the new transition. If the end values are not equal,
749 String[] properties = getTransitionProperties();
750 if (view != null && properties != null && properties.length > 0) {
755 for (int j = 0; j < properties.length; ++j) {
756 infoValues.values.put(properties[j],
757 newValues.values.get(properties[
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewTestCase.java608 CameraCharacteristics properties = mCameraManager.getCameraCharacteristics(cameraId);
609 mStaticInfo = new StaticMetadata(properties, CheckLevel.ASSERT, /*collector*/null);
611 properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationGestureHandler.java302 PointerProperties[] properties = getTempPointerPropertiesWithMinSize(
308 event.getPointerProperties(i, properties[i]);
311 event.getEventTime(), event.getAction(), pointerCount, properties,
/frameworks/base/libs/hwui/
H A DAnimator.cpp269 // because the staging properties reflect the final value, we always need
350 // we delay the properties update to push staging.
377 return (target->properties().*mPropertyAccess->getter)();
458 return target->properties().getRevealClip().getRadius();
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java215 void setConnectionProperties(String callId, int properties) { argument
218 adapter.setConnectionProperties(callId, properties, Log.getExternalSession());
/frameworks/av/camera/
H A DCameraBase.cpp23 #include <cutils/properties.h>

Completed in 6514 milliseconds

1234567891011>>