OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:presentationDisplayId
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
RemoteDisplay.java
151
return mMutableInfo.
presentationDisplayId
;
154
public void setPresentationDisplayId(int
presentationDisplayId
) {
155
if (mMutableInfo.
presentationDisplayId
!=
presentationDisplayId
) {
156
mMutableInfo.
presentationDisplayId
=
presentationDisplayId
;
/frameworks/base/media/java/android/media/
MediaRouterClientState.java
106
public int
presentationDisplayId
;
116
presentationDisplayId
= -1;
132
presentationDisplayId
= other.
presentationDisplayId
;
148
presentationDisplayId
= in.readInt();
170
dest.writeInt(
presentationDisplayId
);
187
+ ",
presentationDisplayId
=" +
presentationDisplayId
RemoteDisplayState.java
110
public int
presentationDisplayId
;
116
presentationDisplayId
= -1;
127
presentationDisplayId
= other.
presentationDisplayId
;
138
presentationDisplayId
= in.readInt();
159
dest.writeInt(
presentationDisplayId
);
171
+ ",
presentationDisplayId
=" +
presentationDisplayId
MediaRouter.java
496
route.mPresentationDisplayId = globalRoute.
presentationDisplayId
;
550
if (route.mPresentationDisplayId != globalRoute.
presentationDisplayId
) {
551
route.mPresentationDisplayId = globalRoute.
presentationDisplayId
;
[
all
...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java
55
private static final String KEY_PRESENTATION_DISPLAY_ID = "
presentationDisplayId
";
322
result.append(",
presentationDisplayId
=").append(getPresentationDisplayId());
638
public Builder setPresentationDisplayId(int
presentationDisplayId
) {
639
mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID,
presentationDisplayId
);
/frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java
[
all
...]
/prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar
Completed in 169 milliseconds