OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEDIA_ERROR_BASE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/include/media/stagefright/
MediaErrors.h
26
MEDIA_ERROR_BASE
= -1000,
28
ERROR_ALREADY_CONNECTED =
MEDIA_ERROR_BASE
,
29
ERROR_NOT_CONNECTED =
MEDIA_ERROR_BASE
- 1,
30
ERROR_UNKNOWN_HOST =
MEDIA_ERROR_BASE
- 2,
31
ERROR_CANNOT_CONNECT =
MEDIA_ERROR_BASE
- 3,
32
ERROR_IO =
MEDIA_ERROR_BASE
- 4,
33
ERROR_CONNECTION_LOST =
MEDIA_ERROR_BASE
- 5,
34
ERROR_MALFORMED =
MEDIA_ERROR_BASE
- 7,
35
ERROR_OUT_OF_RANGE =
MEDIA_ERROR_BASE
- 8,
36
ERROR_BUFFER_TOO_SMALL =
MEDIA_ERROR_BASE
- 9
[
all
...]
/system/media/wilhelm/src/android/
AacBqToPcmCbRenderer.cpp
167
notifyPrepared(
MEDIA_ERROR_BASE
);
209
notifyPrepared(
MEDIA_ERROR_BASE
);
android_AudioSfDecoder.cpp
187
notifyPrepared(
MEDIA_ERROR_BASE
);
194
notifyPrepared(
MEDIA_ERROR_BASE
);
305
notifyPrepared(
MEDIA_ERROR_BASE
);
Completed in 3925 milliseconds