Searched refs:EVENT_NONE (Results 1 – 5 of 5) sorted by relevance
890 public static int EVENT_NONE = 0; field in SupplicantWifiScannerImpl.ChangeBuffer960 return EVENT_NONE; in processScan()967 mPendingEvent[i] = EVENT_NONE; in processScan()972 int eventType = EVENT_NONE; in processScan()987 mPendingEvent[i] = EVENT_NONE; in processScan()996 mPendingEvent[i] = EVENT_NONE; in processScan()1007 if (mPendingEvent[i] != EVENT_NONE) { in processScan()1017 return EVENT_NONE; in processScan()
144 const int EVENT_NONE = 0; field
1296 public static final int EVENT_NONE = 0x0000; field in BatteryStats.HistoryItem1411 | (eventCode != EVENT_NONE ? 0x40000000 : 0); in writeToParcel()1425 if (eventCode != EVENT_NONE) { in writeToParcel()1465 eventCode = EVENT_NONE; in readFromParcel()1490 eventCode = EVENT_NONE; in clear()4927 if (rec.eventCode != HistoryItem.EVENT_NONE) { in printNextItem()5269 } else if (false && rec.eventCode != HistoryItem.EVENT_NONE) { in dumpHistoryLocked()
2466 if (cur.eventCode != HistoryItem.EVENT_NONE) { in writeHistoryDelta()2528 if (cur.eventCode != HistoryItem.EVENT_NONE) { in writeHistoryDelta()2798 cur.eventCode = HistoryItem.EVENT_NONE; in readHistoryDelta()2839 && (mHistoryLastWritten.eventCode == HistoryItem.EVENT_NONE in addHistoryBufferLocked()2840 || cur.eventCode == HistoryItem.EVENT_NONE) in addHistoryBufferLocked()2873 if (mHistoryLastWritten.eventCode != HistoryItem.EVENT_NONE) { in addHistoryBufferLocked()2967 cur.eventCode = HistoryItem.EVENT_NONE; in addHistoryBufferLocked()2986 mHistoryAddTmp.eventCode = HistoryItem.EVENT_NONE; in addHistoryRecordLocked()
1475 case ICameraService::EVENT_NONE: in notifySystemEvent()