Home
last modified time | relevance | path

Searched refs:getDeviceInfo (Results 1 – 7 of 7) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiOutputPortConnectionSelector.java59 if (wrapper.getDeviceInfo() != null) { in onPortSelected()
61 mSynthConnector.connectToDevicePort(wrapper.getDeviceInfo(), in onPortSelected()
DMidiOutputPortSelector.java52 final MidiDeviceInfo info = wrapper.getDeviceInfo(); in onPortSelected()
DMidiInputPortSelector.java50 final MidiDeviceInfo info = wrapper.getDeviceInfo(); in onPortSelected()
DMidiPortWrapper.java86 public MidiDeviceInfo getDeviceInfo() { in getDeviceInfo() method in MidiPortWrapper
DMidiPortSelector.java136 MidiDeviceInfo info = status.getDeviceInfo(); in onDeviceStatusChanged()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DPlayer.java384 DeviceInfo getDeviceInfo(); in getDeviceInfo() method
DSimpleExoPlayer.java1784 public DeviceInfo getDeviceInfo() { in getDeviceInfo() method in SimpleExoPlayer