OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SL_LOGW
(Results
1 - 10
of
10
) sorted by null
/frameworks/wilhelm/src/
trace.c
51
SL_LOGW
("Leaving %s (%s)", function, str);
53
SL_LOGW
("Leaving %s (0x%X)", function, result);
115
SL_LOGW
("Leaving %.*s::%s (%s)", (int) (underscore - function), function,
118
SL_LOGW
("Leaving %.*s::%s (0x%X)", (int) (underscore - function), function,
123
SL_LOGW
("Leaving %s (%s)", function, str);
125
SL_LOGW
("Leaving %s (0x%X)", function, result);
sllog.h
61
#define
SL_LOGW
(...) __android_log_print(SLAndroidLogLevel_Warn, slLogTag, __VA_ARGS__)
63
#define
SL_LOGW
(...) do { } while (0)
94
#define
SL_LOGW
(...) do { fprintf(stderr, "
SL_LOGW
: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
97
#define
SL_LOGW
(...) do { } while (0)
locks.c
73
SL_LOGW
("%s:%d: pthread %p (tid %d) sees object %p was locked by pthread %p"
sles.c
208
SL_LOGW
("class %s interface %u requested but unavailable MPH=%d",
/frameworks/wilhelm/src/itf/
IThreadSync.c
91
SL_LOGW
("ThreadSync::EnterCriticalSection was active at Engine::Destroy");
/frameworks/wilhelm/src/android/
BufferQueueSource.cpp
157
SL_LOGW
("Unsuccessful result %d returned from AndroidBufferQueueCallback", result);
android_GenericMediaPlayer.cpp
122
SL_LOGW
("MediaPlayerNotificationClient::notify after GenericMediaPlayer destroyed");
382
SL_LOGW
("Unexpected seek complete event ignored");
android_StreamPlayer.cpp
288
SL_LOGW
("Unsuccessful result %d returned from AndroidBufferQueueCallback", result);
android_GenericPlayer.cpp
660
SL_LOGW
("Missed SL_PLAYEVENT_HEADATNEWPOS for position %d; current position %d",
/frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp
288
SL_LOGW
("AacAdtsSource::read() readSize != frameSizeWithoutHeader");
Completed in 437 milliseconds