Home
last modified time | relevance | path

Searched refs:getSupportedPIDs (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2LiveFrameGenerator.java40 Set<Integer> connectionPids = connection.getSupportedPIDs(); in Obd2LiveFrameGenerator()
DObd2FreezeFrameGenerator.java43 Set<Integer> connectionPids = connection.getSupportedPIDs(); in Obd2FreezeFrameGenerator()
DObd2Connection.java261 public Set<Integer> getSupportedPIDs() throws IOException, InterruptedException { in getSupportedPIDs() method in Obd2Connection