Searched refs:properties (Results 76 - 100 of 323) sorted by relevance

1234567891011>>

/frameworks/opt/net/wifi/libwifi_system/
H A Dsupplicant_manager.cpp20 #include <cutils/properties.h>
/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DVisibilityTest.java129 String[] properties = super.getTransitionProperties();
130 if (properties != null) {
131 sTransitionProperties = Arrays.copyOf(properties, properties.length + 1);
/frameworks/native/vulkan/vkjson/
H A Dvkjson_instance.cc101 vkGetPhysicalDeviceProperties(physical_device, &device.properties);
146 if (device.properties.apiVersion >= VK_API_VERSION_1_1) {
405 for (auto properties : group_properties) {
406 device_group.properties = properties;
407 for (uint32_t i = 0; i < properties.physicalDeviceCount; ++i) {
409 device_map[properties.physicalDevices[i]]);
/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp420 jstring implementor = env->NewStringUTF(nModules[i].properties.implementor);
421 jstring description = env->NewStringUTF(nModules[i].properties.description);
422 SoundTrigger::guidToString(&nModules[i].properties.uuid,
428 i, nModules[i].handle, nModules[i].properties.description,
429 nModules[i].properties.max_sound_models);
434 nModules[i].properties.version,
435 nModules[i].properties.max_sound_models,
436 nModules[i].properties.max_key_phrases,
437 nModules[i].properties.max_users,
438 nModules[i].properties
[all...]
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java712 Bundle properties, int type) {
722 outputPortNames, properties, server, null, false, uid);
783 String[] inputPortNames, String[] outputPortNames, Bundle properties,
789 inputPortNames, outputPortNames, properties, isPrivate);
803 bluetoothDevice = (BluetoothDevice)properties.getParcelable(
879 Bundle properties = null;
893 if (properties != null) {
898 properties = new Bundle();
899 properties.putParcelable(MidiDeviceInfo.PROPERTY_SERVICE_INFO, serviceInfo);
911 properties
710 registerDeviceServer(IMidiDeviceServer server, int numInputPorts, int numOutputPorts, String[] inputPortNames, String[] outputPortNames, Bundle properties, int type) argument
782 addDeviceLocked(int type, int numInputPorts, int numOutputPorts, String[] inputPortNames, String[] outputPortNames, Bundle properties, IMidiDeviceServer server, ServiceInfo serviceInfo, boolean isPrivate, int uid) argument
[all...]
/frameworks/base/libs/hwui/
H A DVectorDrawable.h87 * all the properties, and viewport change, etc.) are only modifying the staging properties. The
88 * staging properties will then be marked dirty and will be pushed over to render thread properties
89 * at sync point. If staging properties are not dirty at sync point, we sync backwards by updating
90 * staging properties with render thread properties to reflect the latest animation value.
124 virtual void onPropertyChanged(Properties* properties) = 0;
345 virtual void onPropertyChanged(Properties* properties) override {
346 Path::onPropertyChanged(properties);
635 const TreeProperties& properties() const { return mProperties; } function in class:android::uirenderer::VectorDrawable::Tree
[all...]
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/pom/
H A DPomDocument.kt44 private val properties: MutableMap<String, String> = mutableMapOf()
50 .getChild("properties", document.rootElement.namespace)
54 .forEach { properties[it.name] = it.value }
60 XmlUtils.createDependencyFrom(it, properties)
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java549 * Whether the supplied properties includes the specified property.
551 * @param properties A bit field of properties.
552 * @param property The property to check properties for.
555 public static boolean hasProperty(int properties, int property) { argument
556 return (properties & property) == property;
560 * Whether the properties of this {@code Details} includes the specified property.
562 * @param property The property to check properties for.
572 * @param properties A property bit field.
575 public static String propertiesToString(int properties) { argument
788 Details( String telecomCallId, Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, PhoneAccountHandle accountHandle, int capabilities, int properties, DisconnectCause disconnectCause, long connectTimeMillis, GatewayInfo gatewayInfo, int videoState, StatusHints statusHints, Bundle extras, Bundle intentExtras, long creationTimeMillis) argument
[all...]
H A DParcelableConference.java80 .append(", properties: ")
153 int properties = source.readInt();
156 return new ParcelableConference(phoneAccount, state, capabilities, properties,
H A DParcelableCall.java70 int properties,
96 mProperties = properties;
149 /** Bitmask of properties of the call. */
314 int properties = source.readInt();
344 properties,
64 ParcelableCall( String id, int state, DisconnectCause disconnectCause, List<String> cannedSmsResponses, int capabilities, int properties, int supportedAudioRoutes, long connectTimeMillis, Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, GatewayInfo gatewayInfo, PhoneAccountHandle accountHandle, boolean isVideoCallProviderChanged, IVideoProvider videoCallProvider, boolean isRttCallChanged, ParcelableRttCall rttCall, String parentCallId, List<String> childCallIds, StatusHints statusHints, int videoState, List<String> conferenceableCallIds, Bundle intentExtras, Bundle extras, long creationTimeMillis) argument
H A DConnection.java516 * API is called on a {@link Call} with the properties
745 * @param properties A property bit field.
748 public static String propertiesToString(int properties) { argument
749 return propertiesToStringInternal(properties, true /* isLong */);
755 * @param properties A property bit field.
759 public static String propertiesToStringShort(int properties) { argument
760 return propertiesToStringInternal(properties, false /* isLong */);
763 private static String propertiesToStringInternal(int properties, boolean isLong) { argument
770 if (can(properties, PROPERTY_SELF_MANAGED)) {
774 if (can(properties, PROPERTY_EMERGENCY_CALLBACK_MOD
819 onConnectionPropertiesChanged(Connection c, int properties) argument
[all...]
/frameworks/base/libs/hwui/protos/
H A Dhwui.proto26 required RenderProperties properties = 3;
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DRecyclerViewParallax.java227 LayoutManager.Properties properties = mRecylerView.getLayoutManager()
229 mIsVertical = properties.orientation == RecyclerView.VERTICAL;
/frameworks/wilhelm/src/itf/
H A DIPlaybackRate.cpp117 SLuint32 properties = thiz->mProperties; local
119 *pProperties = properties;
/frameworks/av/media/ndk/
H A DNdkMediaCrypto.cpp26 #include <cutils/properties.h>
/frameworks/base/cmds/bootanimation/iot/
H A Diotbootanimation_main.cpp23 #include <cutils/properties.h>
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationProviderProxy.java101 final ProviderProperties[] properties = new ProviderProperties[1];
116 // load properties from provider
117 properties[0] = service.getProperties();
118 if (properties[0] == null) {
120 " has invalid location provider properties");
140 mProperties = properties[0];
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbMidiDevice.java142 public static UsbMidiDevice create(Context context, Bundle properties, int card, int device) { argument
151 if (!midiDevice.register(context, properties)) {
290 private boolean register(Context context, Bundle properties) { argument
298 null, null, properties, MidiDeviceInfo.TYPE_USB, mCallback);
/frameworks/native/libs/input/tests/
H A DVelocityTracker_test.cpp84 PointerProperties properties[1]; local
86 properties[0].id = DEFAULT_POINTER_ID;
87 properties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
93 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, positions[0].time, 1, properties, &coords);
/frameworks/native/services/vr/performanced/
H A Dmain.cpp6 #include <cutils/properties.h>
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java695 // specify the properties for each pointer as finger touch
696 PointerProperties[] properties = new PointerProperties[touches.length];
702 properties[x] = prop;
712 properties, pointerCoords, 0, 0, 1, 1, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0);
717 getPointerAction(MotionEvent.ACTION_POINTER_DOWN, x), x + 1, properties,
734 MotionEvent.ACTION_MOVE, touches.length, properties, pointerCoords, 0, 0, 1, 1,
748 getPointerAction(MotionEvent.ACTION_POINTER_UP, x), x + 1, properties,
756 properties, pointerCoords, 0, 0, 1, 1, 0, 0, InputDevice.SOURCE_TOUCHSCREEN, 0);
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp38 VkPhysicalDeviceProperties properties; member in struct:__anon1939::GpuInfo
130 vkGetPhysicalDeviceProperties(gpu, &info.properties);
494 info.properties.deviceName,
495 VkPhysicalDeviceTypeStr(info.properties.deviceType),
496 VK_VERSION_MAJOR(info.properties.apiVersion),
497 VK_VERSION_MINOR(info.properties.apiVersion),
498 VK_VERSION_PATCH(info.properties.apiVersion),
499 info.properties.driverVersion, info.properties.vendorID,
500 info.properties
[all...]
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp126 const RenderProperties& properties = layerNode->properties(); local
127 const SkRect bounds = SkRect::MakeWH(properties.getWidth(), properties.getHeight());
128 if (properties.getClipToBounds() && layerCanvas->quickReject(bounds)) {
351 auto& props = node.properties();
/frameworks/native/libs/input/
H A DInput.cpp455 PointerProperties& properties = mPointerProperties.editTop(); local
456 properties.id = parcel->readInt32();
457 properties.toolType = parcel->readInt32();
496 const PointerProperties& properties = mPointerProperties.itemAt(i); local
497 parcel->writeInt32(properties.id);
498 parcel->writeInt32(properties.toolType);
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java31 * MtpPropertyGroup represents a list of MTP properties.
53 // list of all properties in this group
61 // constructs a property group for a list of properties
62 public MtpPropertyGroup(ContentProviderClient provider, String volumeName, int[] properties) { argument
67 int count = properties.length;
73 mProperties[i] = createProperty(properties[i], columns);
220 * Gets the values of the properties represented by this property group for the given
231 // Look up the entry in MediaProvider only if one of those properties is needed.

Completed in 1017 milliseconds

1234567891011>>