Lines Matching refs:ALOGI

120     ALOGI("Repeating '%s' of length=%zu", android::String8(token).string(),  in LogRepeatedStringToken()
128 ALOGI("Repeating token %s", token_str.str().c_str()); in LogRepeatedToken()
172 ALOGI("Repeating ByteEnum token %s", toString(token).c_str()); in RepeatByteEnum()
177 ALOGI("Repeating IntEnum token %s", toString(token).c_str()); in RepeatIntEnum()
182 ALOGI("Repeating LongEnum token %s", toString(token).c_str()); in RepeatLongEnum()
190 ALOGI("Repeated a SimpleParcelable %s", input.toString().c_str()); in RepeatSimpleParcelable()
198 ALOGI("Repeated a PersistableBundle"); in RepeatPersistableBundle()
206 ALOGI("Reversing array of length %zu", input.size()); in ReverseArray()
215 ALOGI("Repeating nullable value"); in RepeatNullable()
330 ALOGI("Reversing descriptor array of length %zu", input.size()); in ReverseFileDescriptorArray()
349 ALOGI("Reversing parcel descriptor array of length %zu", input.size()); in ReverseParcelFileDescriptorArray()
386 ALOGI("Repeating nullable string list"); in RepeatNullableStringList()
418 ALOGI("Repeating utf8 string '%s' of length=%zu", token.c_str(), token.size()); in RepeatUtf8CppString()
426 ALOGI("Received null @utf8InCpp string"); in RepeatNullableUtf8CppString()
429 ALOGI("Repeating utf8 string '%s' of length=%zu", in RepeatNullableUtf8CppString()
451 ALOGI("Received null list of utf8 strings"); in ReverseUtf8CppStringList()
526 ALOGI("Got binder FD %d", binder_fd); in Run()
550 ALOGI("Entering loop"); in Run()
553 ALOGI("Looper returned %d", result); in Run()