Home
last modified time | relevance | path

Searched refs:strOut (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/easel/amber/camera/include/
H A DHdrPlusTypes.h458 if (strOut == nullptr) return; in appendValueToString()
470 if (strOut == nullptr) return; in appendVectorOrArrayToString()
474 (*strOut) +=", "; in appendVectorOrArrayToString()
488 if (strOut == nullptr) return; in appendVectorOrArrayToString()
491 (*strOut) += "\n"; in appendVectorOrArrayToString()
504 if (strOut == nullptr) return; in appendVectorArrayToString()
509 (*strOut) +=", "; in appendVectorArrayToString()
512 (*strOut) += "\n"; in appendVectorArrayToString()
525 if (strOut == nullptr) return; in appendArrayArrayToString()
530 (*strOut) +=", "; in appendArrayArrayToString()
[all …]
/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp2087 *strOut++ = '['; in android_log_buffer_to_string()
2096 *strOut++ = ']'; in android_log_buffer_to_string()
2109 strOut += outCount; in android_log_buffer_to_string()
2124 strOut += outCount; in android_log_buffer_to_string()
2139 strOut += outCount; in android_log_buffer_to_string()
2162 strOut += elem.len; in android_log_buffer_to_string()
2167 strOut += strOutLen; in android_log_buffer_to_string()
2186 *strOut++ = ','; in android_log_buffer_to_string()
2198 *(strOut - 1) = '!'; in android_log_buffer_to_string()
2201 *strOut++ = '!'; in android_log_buffer_to_string()
[all …]
/aosp12/system/chre/chpp/include/chpp/
H A Dapp.h492 char strOut[CHPP_SERVICE_UUID_STRING_LEN]);
/aosp12/system/chre/chpp/
H A Dapp.c772 char strOut[CHPP_SERVICE_UUID_STRING_LEN]) { in chppUuidToStr()
774 strOut, CHPP_SERVICE_UUID_STRING_LEN, in chppUuidToStr()