Searched refs:EVENT_NONE (Results 1 – 5 of 5) sorted by relevance
867 public static int EVENT_NONE = 0; field in SupplicantWifiScannerImpl.ChangeBuffer937 return EVENT_NONE; in processScan()944 mPendingEvent[i] = EVENT_NONE; in processScan()949 int eventType = EVENT_NONE; in processScan()964 mPendingEvent[i] = EVENT_NONE; in processScan()973 mPendingEvent[i] = EVENT_NONE; in processScan()984 if (mPendingEvent[i] != EVENT_NONE) { in processScan()994 return EVENT_NONE; in processScan()
144 const int EVENT_NONE = 0; field
1250 public static final int EVENT_NONE = 0x0000; field in BatteryStats.HistoryItem1356 | (eventCode != EVENT_NONE ? 0x40000000 : 0); in writeToParcel()1370 if (eventCode != EVENT_NONE) { in writeToParcel()1410 eventCode = EVENT_NONE; in readFromParcel()1435 eventCode = EVENT_NONE; in clear()4810 if (rec.eventCode != HistoryItem.EVENT_NONE) { in printNextItem()5150 } else if (false && rec.eventCode != HistoryItem.EVENT_NONE) { in dumpHistoryLocked()
2265 if (cur.eventCode != HistoryItem.EVENT_NONE) { in writeHistoryDelta()2327 if (cur.eventCode != HistoryItem.EVENT_NONE) { in writeHistoryDelta()2597 cur.eventCode = HistoryItem.EVENT_NONE; in readHistoryDelta()2638 && (mHistoryLastWritten.eventCode == HistoryItem.EVENT_NONE in addHistoryBufferLocked()2639 || cur.eventCode == HistoryItem.EVENT_NONE) in addHistoryBufferLocked()2672 if (mHistoryLastWritten.eventCode != HistoryItem.EVENT_NONE) { in addHistoryBufferLocked()2749 cur.eventCode = HistoryItem.EVENT_NONE; in addHistoryBufferLocked()2768 mHistoryAddTmp.eventCode = HistoryItem.EVENT_NONE; in addHistoryRecordLocked()
1474 case ICameraService::EVENT_NONE: in notifySystemEvent()