Searched refs:types (Results 76 - 100 of 562) sorted by relevance

1234567891011>>

/frameworks/native/include/audiomanager/
H A DIPlayer.h21 #include <sys/types.h>
/frameworks/native/include/batteryservice/
H A DBatteryService.h21 #include <sys/types.h>
/frameworks/native/include/binder/
H A DMemoryDealer.h22 #include <sys/types.h>
/frameworks/native/libs/binder/include/binder/
H A DMemoryDealer.h22 #include <sys/types.h>
/frameworks/native/libs/input/
H A DIInputFlinger.cpp18 #include <sys/types.h>
/frameworks/native/libs/sensor/include/sensor/
H A DISensorEventConnection.h20 #include <sys/types.h>
/frameworks/native/libs/vr/libperformance/include/private/dvr/
H A Dperformance_client.h4 #include <sys/types.h>
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesListener.cpp18 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.cpp19 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLExtensions.h21 #include <sys/types.h>
/frameworks/native/services/vr/performanced/
H A Ddirectory_reader.h8 #include <sys/types.h>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java58 public final String[] types; field in class:ApnSetting
118 String user, String password, int authType, String[] types,
135 this.types = new String[types.length];
137 for (int i = 0; i < types.length; i++) {
138 this.types[i] = types[i].toLowerCase();
139 apnBitmap |= getApnBitmask(this.types[i]);
160 apn.mmsPort, apn.user, apn.password, apn.authType, apn.types, apn.protocol,
315 for (int i = 0; i < types
115 ApnSetting(int id, String numeric, String carrier, String apn, String proxy, String port, String mmsc, String mmsProxy, String mmsPort, String user, String password, int authType, String[] types, String protocol, String roamingProtocol, boolean carrierEnabled, int bearer, int bearerBitmask, int profileId, boolean modemCognitive, int maxConns, int waitTime, int maxConnsTime, int mtu, String mvnoType, String mvnoMatchData) argument
[all...]
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DNetworkNotificationManagerTest.java92 List<NotificationType> types = Arrays.asList(NotificationType.values());
93 List<Integer> ids = new ArrayList<>(types.size());
94 for (int i = 0; i < types.size(); i++) {
98 Collections.shuffle(types);
101 mManager.showNotification(ids.get(i), types.get(i), mWifiNai, mCellNai, null, false);
112 final int eventId = types.get(i).eventId;
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityEventCompat.java30 public void setContentChangeTypes(AccessibilityEvent event, int types) { argument
79 public void setContentChangeTypes(AccessibilityEvent event, int types) { argument
80 event.setContentChangeTypes(types);
234 * Mask for {@link AccessibilityEvent} all types.
333 * @param changeTypes The bit mask of change types.
342 * Gets the bit mask of change types signaled by an
344 * multiple change types.
346 * @return The bit mask of change types. One or more of:
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h77 audio_devices_t types() const { return mDeviceTypes; } function in class:android::DeviceVector
80 DeviceVector getDevicesFromType(audio_devices_t types) const;
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParserTest.java88 String[] types = {
106 types[node.getNodeType()],
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DRecommendationExtender.java133 * Sets the content types associated with the notification content. The first tag entry will be
137 * @param types Array of predefined type tags (see the <code>CONTENT_TYPE_*</code> constants)
140 public RecommendationExtender setContentTypes(String[] types) { argument
141 mTypes = types;
146 * Returns an array containing the content types that describe the content associated with the
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp23 #include <sys/types.h>
25 #include <sys/types.h>
/frameworks/base/media/java/android/media/
H A DMediaRouter.java646 * <p>Unlike other media route types, user routes are managed by the application.
715 static String typesToString(int types) { argument
717 if ((types & ROUTE_TYPE_LIVE_AUDIO) != 0) {
720 if ((types & ROUTE_TYPE_LIVE_VIDEO) != 0) {
723 if ((types & ROUTE_TYPE_REMOTE_DISPLAY) != 0) {
726 if ((types & ROUTE_TYPE_USER) != 0) {
768 * Return the currently selected route for any of the given types
770 * @param type route types
776 // If the selected route supports any of the types supplied, it's still considered
790 * Returns true if there is a route that matches the specified types
805 isRouteAvailable(int types, int flags) argument
833 addCallback(int types, Callback cb) argument
853 addCallback(int types, Callback cb, int flags) argument
906 selectRoute(int types, @NonNull RouteInfo route) argument
916 selectRouteInt(int types, RouteInfo route, boolean explicit) argument
920 selectRouteStatic(int types, @NonNull RouteInfo route, boolean explicit) argument
1759 matchesTypes(int types) argument
2639 RouteCategory(CharSequence name, int types, boolean groupable) argument
2645 RouteCategory(int nameResId, int types, boolean groupable) argument
[all...]
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp18 #include <sys/types.h>
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.h24 #include <sys/types.h>
/frameworks/av/include/media/
H A DIAudioTrack.h21 #include <sys/types.h>
H A DMetadata.h20 #include <sys/types.h>
114 // TODO: add more as needed to handle other types.
H A DRecordBufferConverter.h21 #include <sys/types.h>
/frameworks/av/include/media/stagefright/
H A DColorConverter.h21 #include <sys/types.h>

Completed in 783 milliseconds

1234567891011>>