OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBeenInitialized
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/
mediaplayer.cpp
210
const bool
hasBeenInitialized
=
213
if ((mPlayer != NULL) &&
hasBeenInitialized
) {
[
all
...]
/frameworks/av/media/libmediaplayer2/
mediaplayer2.cpp
399
const bool
hasBeenInitialized
=
402
if ((mPlayer == NULL) || !
hasBeenInitialized
) {
[
all
...]
Completed in 236 milliseconds