HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_NOT_OPEN (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libmediaplayerservice/
MidiFile.cpp 51 static status_t ERROR_NOT_OPEN = -1;
182 return ERROR_NOT_OPEN;
212 return ERROR_NOT_OPEN;
237 return ERROR_NOT_OPEN;
257 return ERROR_NOT_OPEN;
277 return ERROR_NOT_OPEN;
299 return ERROR_NOT_OPEN;
315 if (!mEasHandle) return ERROR_NOT_OPEN;
416 return ERROR_NOT_OPEN;
VorbisPlayer.cpp 46 static status_t ERROR_NOT_OPEN = -1;
212 return ERROR_NOT_OPEN;
234 return ERROR_NOT_OPEN;
251 return ERROR_NOT_OPEN;
263 return ERROR_NOT_OPEN;
280 return ERROR_NOT_OPEN;
301 return ERROR_NOT_OPEN;
316 return ERROR_NOT_OPEN;
MidiMetadataRetriever.cpp 27 static status_t ERROR_NOT_OPEN = -1;

Completed in 137 milliseconds