OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERROR_NOT_OPEN
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libmediaplayerservice/
MidiFile.cpp
48
static status_t
ERROR_NOT_OPEN
= -1;
179
return
ERROR_NOT_OPEN
;
209
return
ERROR_NOT_OPEN
;
234
return
ERROR_NOT_OPEN
;
254
return
ERROR_NOT_OPEN
;
274
return
ERROR_NOT_OPEN
;
296
return
ERROR_NOT_OPEN
;
312
if (!mEasHandle) return
ERROR_NOT_OPEN
;
413
return
ERROR_NOT_OPEN
;
MidiMetadataRetriever.cpp
27
static status_t
ERROR_NOT_OPEN
= -1;
Completed in 42 milliseconds