Searched defs:mSupportedTypes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaRouter.java106 mDefaultAudioVideo.mSupportedTypes = ROUTE_TYPE_LIVE_AUDIO | ROUTE_TYPE_LIVE_VIDEO;
174 info.mSupportedTypes = ROUTE_TYPE_LIVE_AUDIO;
323 (sStatic.mSelectedRoute.mSupportedTypes & type) != 0) {
479 group.mSupportedTypes = info.mSupportedTypes;
682 if ((cbi.type & info.mSupportedTypes) != 0) {
690 if ((cbi.type & info.mSupportedTypes) != 0) {
698 if ((cbi.type & info.mSupportedTypes) != 0) {
706 if ((cbi.type & group.mSupportedTypes) != 0) {
714 if ((cbi.type & group.mSupportedTypes) !
923 int mSupportedTypes; field in class:MediaRouter.RouteInfo
[all...]

Completed in 50 milliseconds