OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SL_LOGI
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/
sllog.h
67
#define
SL_LOGI
(...) __android_log_print(SLAndroidLogLevel_Info, slLogTag, __VA_ARGS__)
69
#define
SL_LOGI
(...) do { } while (0)
101
#define
SL_LOGI
(...) do { fprintf(stderr, "
SL_LOGI
: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
104
#define
SL_LOGI
(...) do { } while (0)
/frameworks/wilhelm/src/itf/
IAndroidBufferQueue.c
507
SL_LOGI
("IAndroidBufferQueue %p:", thiz);
508
SL_LOGI
(" mState.count=%u mState.index=%u mCallback=%p mContext=%p",
525
SL_LOGI
(" mCallbackEventsMask=0x%x, mBufferType=0x%x (%s), mEOS=%s",
529
SL_LOGI
(" mBufferArray=%p, mFront=%p (%u), mRear=%p (%u)",
533
SL_LOGI
(" index mDataBuffer mDataSize mDataSizeConsumed mBufferContext mItems");
580
SL_LOGI
(" %5u %11p %9u %17u %14p %s",
Completed in 1564 milliseconds