Searched refs:getChannel (Results 1 – 4 of 4) sorted by relevance
168 public Channel getChannel(String name) { in getChannel() method in ControllerService.ControllerBinder169 return mConnection.getChannel(name); in getChannel()
217 public Channel getChannel(String name) { in getChannel() method in Connection361 final Channel channel = getChannel(channel_name); in onAccept()
176 mSensorHandler = (SensorChannel) getServiceBinder().getChannel(Channel.SENSOR_CHANNEL); in createSensorUi()
105 mHandler = (MultiTouchChannel) getServiceBinder().getChannel(Channel.MULTITOUCH_CHANNEL); in onServiceConnected()