Home
last modified time | relevance | path

Searched refs:SL_LOGW (Results 1 – 14 of 14) sorted by relevance

/frameworks/wilhelm/src/
Dtrace.cpp51 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()
Dsllog.h61 #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
Dlocks.cpp86 SL_LOGW("%s:%d: pthread %p (tid %d) sees object %p was locked by pthread %p" in object_lock_exclusive_()
Dsles.cpp208 SL_LOGW("class %s interface %u requested but unavailable MPH=%d", in checkInterfaces()
Ddata.cpp455 SL_LOGW("No channel mask specified; Using mask %#x based on requested" in checkDataFormat()
/frameworks/wilhelm/src/android/
Dchannels.cpp168 SL_LOGW("Channel mask %#x is invalid because it uses bits that are undefined.", mask); in sles_to_android_mask_helper()
206 SL_LOGW("Conversion from OpenSL ES %s channel mask %#x to Android mask %#x %s channels", in sles_to_android_mask_helper()
DBufferQueueSource.cpp157 SL_LOGW("Unsuccessful result %d returned from AndroidBufferQueueCallback", result); in readAt()
Dandroid_GenericMediaPlayer.cpp123 SL_LOGW("MediaPlayerNotificationClient::notify after GenericMediaPlayer destroyed"); in notify()
385 SL_LOGW("Unexpected seek complete event ignored"); in onSeekComplete()
Dandroid_StreamPlayer.cpp288 SL_LOGW("Unsuccessful result %d returned from AndroidBufferQueueCallback", result); in pullFromBuffQueue()
Dandroid_GenericPlayer.cpp661 SL_LOGW("Missed SL_PLAYEVENT_HEADATNEWPOS for position %d; current position %d", in updateOneShot()
DAudioRecorder_to_android.cpp594 SL_LOGW("whitelistResult != blacklistResult"); in checkAndSetPerformanceModePre()
DAudioPlayer_to_android.cpp1574 SL_LOGW("whitelistResult != blacklistResult"); in checkAndSetPerformanceModePre()
/frameworks/wilhelm/src/itf/
DIThreadSync.cpp91 SL_LOGW("ThreadSync::EnterCriticalSection was active at Engine::Destroy"); in IThreadSync_deinit()
/frameworks/wilhelm/src/android/util/
DAacAdtsExtractor.cpp289 SL_LOGW("AacAdtsSource::read() readSize != frameSizeWithoutHeader"); in read()