OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMediaControllerAttached
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java
84
private boolean
mMediaControllerAttached
;
157
if (!
mMediaControllerAttached
) {
163
mMediaControllerAttached
= true;
VideoDumpView.java
70
private boolean
mMediaControllerAttached
= false;
204
if (!
mMediaControllerAttached
) {
210
mMediaControllerAttached
= true;
Completed in 99 milliseconds