Searched refs:SL_LOGW (Results 1 – 10 of 10) sorted by relevance
/frameworks/wilhelm/src/ |
D | trace.c | 51 SL_LOGW("Leaving %s (%s)", function, str); in slTraceLeaveGlobal() 53 SL_LOGW("Leaving %s (0x%X)", function, result); in slTraceLeaveGlobal() 115 SL_LOGW("Leaving %.*s::%s (%s)", (int) (underscore - function), function, in slTraceLeaveInterface() 118 SL_LOGW("Leaving %.*s::%s (0x%X)", (int) (underscore - function), function, in slTraceLeaveInterface() 123 SL_LOGW("Leaving %s (%s)", function, str); in slTraceLeaveInterface() 125 SL_LOGW("Leaving %s (0x%X)", function, result); in slTraceLeaveInterface()
|
D | sllog.h | 61 #define SL_LOGW(...) __android_log_print(SLAndroidLogLevel_Warn, slLogTag, __VA_ARGS__) macro 63 #define SL_LOGW(...) do { } while (0) macro 94 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ macro 97 #define SL_LOGW(...) do { } while (0) macro
|
D | locks.c | 86 SL_LOGW("%s:%d: pthread %p (tid %d) sees object %p was locked by pthread %p" in object_lock_exclusive_()
|
D | sles.c | 208 SL_LOGW("class %s interface %u requested but unavailable MPH=%d", in checkInterfaces()
|
/frameworks/wilhelm/src/itf/ |
D | IThreadSync.c | 91 SL_LOGW("ThreadSync::EnterCriticalSection was active at Engine::Destroy"); in IThreadSync_deinit()
|
/frameworks/wilhelm/src/android/ |
D | BufferQueueSource.cpp | 157 SL_LOGW("Unsuccessful result %d returned from AndroidBufferQueueCallback", result); in readAt()
|
D | android_GenericMediaPlayer.cpp | 122 SL_LOGW("MediaPlayerNotificationClient::notify after GenericMediaPlayer destroyed"); in notify() 382 SL_LOGW("Unexpected seek complete event ignored"); in onSeekComplete()
|
D | android_StreamPlayer.cpp | 288 SL_LOGW("Unsuccessful result %d returned from AndroidBufferQueueCallback", result); in pullFromBuffQueue()
|
D | android_GenericPlayer.cpp | 661 SL_LOGW("Missed SL_PLAYEVENT_HEADATNEWPOS for position %d; current position %d", in updateOneShot()
|
/frameworks/wilhelm/src/android/util/ |
D | AacAdtsExtractor.cpp | 288 SL_LOGW("AacAdtsSource::read() readSize != frameSizeWithoutHeader"); in read()
|