HomeSort by relevance Sort by last modified time
    Searched refs:getLogId (Results 1 - 7 of 7) sorted by null

  /system/core/logd/
LogTimes.cpp 205 && (me->isWatching(element->getLogId()))) {
222 if (me->skipAhead[element->getLogId()]) {
223 me->skipAhead[element->getLogId()]--;
239 if (!me->isWatching(element->getLogId())) {
266 if (!me->skipAhead[element->getLogId()]) {
LogBufferElement.h 63 log_id_t getLogId() const { return mLogId; }
LogBuffer.cpp 314 log_id_t id = element->getLogId();
516 if ((element->getLogId() != id) || (element->getUid() != caller_uid)) {
521 if (!mLastSet[id] || ((*mLast[id])->getLogId() != id)) {
638 if (element->getLogId() != id) {
643 if (leading && (!mLastSet[id] || ((*mLast[id])->getLogId() != id))) {
762 if (element->getLogId() != id) {
767 if (!mLastSet[id] || ((*mLast[id])->getLogId() != id)) {
806 if (element->getLogId() != id) {
811 if (!mLastSet[id] || ((*mLast[id])->getLogId() != id)) {
942 if (!security && (element->getLogId() == LOG_ID_SECURITY))
    [all...]
LogStatistics.cpp 65 log_id_t log_id = element->getLogId();
100 log_id_t log_id = element->getLogId();
137 log_id_t log_id = element->getLogId();
LogReader.cpp 145 && (me->mLogMask & (1 << element->getLogId()))) {
LogStatistics.h 449 log_id_t log_id = element->getLogId();
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 139 milliseconds