Searched refs:oldest (Results 1 – 8 of 8) sorted by relevance
/system/core/logd/ |
D | LogBuffer.cpp | 488 LogTimeEntry *oldest = NULL; in prune() local 499 && (!oldest || in prune() 500 (oldest->mStart > entry->mStart) || in prune() 501 ((oldest->mStart == entry->mStart) && in prune() 503 oldest = entry; in prune() 526 if (oldest && (oldest->mStart <= element->getSequence())) { in prune() 528 if (oldest->mTimeout.tv_sec || oldest->mTimeout.tv_nsec) { in prune() 529 oldest->triggerReader_Locked(); in prune() 531 oldest->triggerSkip_Locked(id, pruneRows); in prune() 630 if (oldest && (oldest->mStart <= element->getSequence())) { in prune() [all …]
|
D | README.property | 32 oldest entries of chattiest UID, and
|
/system/core/liblog/ |
D | logger_read.c | 364 struct android_log_transport_context *oldest = NULL; in android_logger_list_read() local 411 (!oldest || in android_logger_list_read() 412 (oldest->logMsg.entry.sec > in android_logger_list_read() 414 ((oldest->logMsg.entry.sec == in android_logger_list_read() 416 (oldest->logMsg.entry.nsec > in android_logger_list_read() 418 oldest = transp; in android_logger_list_read() 427 if (!oldest && in android_logger_list_read() 433 } while (!oldest && (ret > 0)); in android_logger_list_read() 434 if (!oldest) { in android_logger_list_read() 437 memcpy(log_msg, &oldest->logMsg, oldest->logMsg.entry.len + in android_logger_list_read() [all …]
|
/system/core/debuggerd/ |
D | tombstone.cpp | 642 int oldest = -1; in open_tombstone() local 649 if (oldest < 0 || sb.st_mtime < oldest_sb.st_mtime) { in open_tombstone() 650 oldest = i; in open_tombstone() 667 if (oldest < 0) { in open_tombstone() 669 oldest = 0; in open_tombstone() 673 snprintf(path, sizeof(path), TOMBSTONE_TEMPLATE, oldest); in open_tombstone()
|
/system/connectivity/shill/wifi/ |
D | wifi_provider.cc | 767 ConnectFrequencyMapDated::iterator oldest = in IncrementConnectCount() local 770 while (oldest->first < oldest_legal_week) { in IncrementConnectCount() 772 << this_week - oldest->first << " weeks old"; in IncrementConnectCount() 773 for (const auto& freq_count : oldest->second) { in IncrementConnectCount() 780 connect_count_by_frequency_dated_.erase(oldest); in IncrementConnectCount() 781 oldest = connect_count_by_frequency_dated_.begin(); in IncrementConnectCount()
|
/system/security/keystore/ |
D | key_store_service.cpp | 1168 sp<IBinder> oldest = mOperationMap.getOldestPruneableOperation(); in pruneOperation() local 1169 ALOGD("Trying to prune operation %p", oldest.get()); in pruneOperation() 1173 int abort_error = abort(oldest); in pruneOperation() 1175 ALOGE("Failed to abort pruneable operation %p, error: %d", oldest.get(), abort_error); in pruneOperation()
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 3782 the oldest active context is at the limits of the TPM 29275 there is only one available slot and this is not the oldest saved
|
D | raw_commands_fixed.txt | 3784 the oldest active context is at the limits of the TPM 29286 there is only one available slot and this is not the oldest saved
|