Searched refs:uei (Results 1 – 2 of 2) sorted by relevance
347 UEventInfo uei = mUEventInfo.get(i); in init() local350 FileReader file = new FileReader(uei.getSwitchStatePath()); in init()356 updateStateLocked(uei.getDevPath(), uei.getDevName(), curState); in init()359 Slog.w(TAG, uei.getSwitchStatePath() + in init()363 + uei.getDevName(), e); in init()372 UEventInfo uei = mUEventInfo.get(i); in init() local373 startObserving("DEVPATH=" + uei.getDevPath()); in init()379 UEventInfo uei; in makeObservedUEventList() local383 uei = new UEventInfo(NAME_H2W, BIT_HEADSET, BIT_HEADSET_NO_MIC, BIT_LINEOUT); in makeObservedUEventList()384 if (uei.checkSwitchExists()) { in makeObservedUEventList()[all …]
110 ExtconInfo uei = new ExtconInfo(name); in getExtconInfos() local111 list.add(uei); in getExtconInfos()