Searched defs:bufLen (Results 1 - 2 of 2) sorted by path

/system/chre/platform/slpi/see/
H A Dsee_helper.cc68 size_t bufLen; member in struct:chre::__anon1490::SeeBufArg
181 stream, static_cast<const pb_byte_t *>(data->buf), data->bufLen)) {
246 .bufLen = strlen(dataType),
358 data->bufLen = payloadLen,
382 data->bufLen = stream->bytes_left;
441 std::min(data.bufLen, kSeeAttrStrValLen)) != 0) {
885 if (data.bufLen > 0) {
889 std::min(data.bufLen, sizeof(kOpModeOff))) != 0);
892 if (event.has_sample_rate || data.bufLen > 0) {
/system/core/libcutils/
H A Dsched_policy.cpp184 * the default cgroup. If the string is longer than "bufLen", the string
187 static int getCGroupSubsys(int tid, const char* subsys, char* buf, size_t bufLen) argument
226 if (bufLen <= len) {
227 len = bufLen - 1;

Completed in 101 milliseconds