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

1234567891011>>

/frameworks/base/media/java/android/media/
H A DMediaRouter.java634 * <p>Unlike other media route types, user routes are managed by the application.
703 static String typesToString(int types) { argument
705 if ((types & ROUTE_TYPE_LIVE_AUDIO) != 0) {
708 if ((types & ROUTE_TYPE_LIVE_VIDEO) != 0) {
711 if ((types & ROUTE_TYPE_REMOTE_DISPLAY) != 0) {
714 if ((types & ROUTE_TYPE_USER) != 0) {
756 * Return the currently selected route for any of the given types
758 * @param type route types
764 // If the selected route supports any of the types supplied, it's still considered
778 * Returns true if there is a route that matches the specified types
793 isRouteAvailable(int types, int flags) argument
821 addCallback(int types, Callback cb) argument
841 addCallback(int types, Callback cb, int flags) argument
894 selectRoute(int types, @NonNull RouteInfo route) argument
904 selectRouteInt(int types, RouteInfo route, boolean explicit) argument
908 selectRouteStatic(int types, @NonNull RouteInfo route, boolean explicit) argument
1747 matchesTypes(int types) argument
2624 RouteCategory(CharSequence name, int types, boolean groupable) argument
2630 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 DMetadata.h20 #include <sys/types.h>
114 // TODO: add more as needed to handle other types.
/frameworks/av/include/media/stagefright/
H A DColorConverter.h21 #include <sys/types.h>
/frameworks/av/include/media/stagefright/foundation/
H A DABitReader.h23 #include <sys/types.h>
H A DABuffer.h21 #include <sys/types.h>
/frameworks/av/include/ndk/
H A DNdkMediaExtractor.h24 * Do not reference types that are not part of the NDK.
31 #include <sys/types.h>
H A DNdkMediaFormat.h23 * Do not reference types that are not part of the NDK.
30 #include <sys/types.h>
/frameworks/av/media/libmedia/
H A DIAudioRecord.cpp23 #include <sys/types.h>
H A DIMediaCodecService.cpp23 #include <sys/types.h>
H A DIMediaExtractorService.cpp23 #include <sys/types.h>
H A DIRemoteDisplay.cpp18 #include <sys/types.h>
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.h21 #include <sys/types.h>
/frameworks/av/media/mtp/
H A DMtpStorage.cpp23 #include <sys/types.h>
/frameworks/av/radio/
H A DIRadioClient.cpp19 #include <sys/types.h>
/frameworks/av/services/audioflinger/
H A DAudioHwDevice.h23 #include <sys/types.h>
H A DAudioStreamOut.h22 #include <sys/types.h>
H A DSpdifStreamOut.h22 #include <sys/types.h>
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DIOProfile.cpp48 // just check types if multiple devices are selected
50 if ((mSupportedDevices.types() & device) != device) {
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java69 * Gets the media route types for filtering the routes that the user can
72 * @return The route types.
79 * Sets the types of routes that will be shown in the media route chooser dialog
82 * @param types The route types to match.
84 public void setRouteTypes(int types) { argument
85 if (mRouteTypes != types) {
86 mRouteTypes = types;
90 mRouter.addCallback(types, mCallback,
109 * match the route types
[all...]
/frameworks/base/core/jni/
H A Dandroid_server_NetworkManagementSocketTagger.cpp28 #include <sys/types.h>
/frameworks/base/libs/hwui/
H A DPatch.h20 #include <sys/types.h>
/frameworks/base/packages/DefaultContainerService/jni/
H A Dcom_android_defcontainer_MeasurementUtils.cpp24 #include <sys/types.h>
/frameworks/base/services/core/jni/
H A Dcom_android_server_SerialService.cpp24 #include <sys/types.h>

Completed in 602 milliseconds

1234567891011>>