Searched refs:HostSideMidiEchoService (Results 1 – 2 of 2) sorted by relevance
32 import com.android.midi.HostSideMidiEchoService;167 MidiDeviceInfo echoInfo = HostSideMidiEchoService.findEchoDevice(mContext); in setUpEchoServer()174 + HostSideMidiEchoService.getEchoServerName(), echoDevice != null); in setUpEchoServer()177 MidiEchoTestService echoService = HostSideMidiEchoService.getInstance(); in setUpEchoServer()216 MidiEchoTestService echoService = HostSideMidiEchoService.getInstance(); in tearDownEchoServer()
24 public class HostSideMidiEchoService extends MidiEchoTestService { class