Searched refs:sEventQueue (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalManager.java126 public static BlockingQueue<ThermalEvent> sEventQueue = new ArrayBlockingQueue<ThermalEvent>(EVENT_QUEUE_SIZE); field in class:ThermalManager
515 ThermalManager.sEventQueue.put(event);
H A DThermalService.java588 Notify notifier = new Notify(ThermalManager.sEventQueue);

Completed in 33 milliseconds