HomeSort by relevance Sort by last modified time
    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 570 const bool hasBeenInitialized =
573 if ((mPlayer == NULL) || !hasBeenInitialized) {
    [all...]

Completed in 638 milliseconds