/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | WiFiDirectBroadcastReceiver.java | 35 private Channel channel; field in WiFiDirectBroadcastReceiver 43 public WiFiDirectBroadcastReceiver(WifiP2pManager manager, Channel channel, in WiFiDirectBroadcastReceiver() argument 47 this.channel = channel; in WiFiDirectBroadcastReceiver() 78 manager.requestPeers(channel, (PeerListListener) activity.getFragmentManager() in onReceive() 98 manager.requestConnectionInfo(channel, fragment); in onReceive()
|
D | WiFiDirectActivity.java | 56 private Channel channel; field in WiFiDirectActivity 79 channel = manager.initialize(this, getMainLooper(), null); in onCreate() 86 receiver = new WiFiDirectBroadcastReceiver(manager, channel, this); in onResume() 128 if (manager != null && channel != null) { in onOptionsItemSelected() 149 manager.discoverPeers(channel, new WifiP2pManager.ActionListener() { in onOptionsItemSelected() 179 manager.connect(channel, config, new ActionListener() { in connect() 199 manager.removeGroup(channel, new ActionListener() { in disconnect() 247 manager.cancelConnect(channel, new ActionListener() { in cancelDisconnect()
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | dma.h | 35 #define clear_dma_ff(channel) argument 37 #define set_dma_addr(channel, addr) __set_dma_addr(channel, bus_to_virt(addr)) argument
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | WiFiDirectBroadcastReceiver.java | 37 private Channel channel; field in WiFiDirectBroadcastReceiver 45 public WiFiDirectBroadcastReceiver(WifiP2pManager manager, Channel channel, in WiFiDirectBroadcastReceiver() argument 49 this.channel = channel; in WiFiDirectBroadcastReceiver() 77 manager.requestConnectionInfo(channel, in onReceive()
|
D | WiFiServiceDiscoveryActivity.java | 65 private Channel channel; field in WiFiServiceDiscoveryActivity 98 channel = manager.initialize(this, getMainLooper(), null); in onCreate() 118 if (manager != null && channel != null) { in onStop() 119 manager.removeGroup(channel, new ActionListener() { in onStop() 144 manager.addLocalService(channel, service, new ActionListener() { in startRegistrationAndDiscovery() 168 manager.setDnsSdResponseListeners(channel, in discoverService() 217 manager.addServiceRequest(channel, serviceRequest, in discoverService() 230 manager.discoverServices(channel, new ActionListener() { in discoverService() 251 manager.removeServiceRequest(channel, serviceRequest, in connectP2p() 263 manager.connect(channel, config, new ActionListener() { in connectP2p() [all …]
|
/development/ndk/platforms/android-21/include/linux/ |
D | ipmi.h | 27 short channel; member 35 short channel; member 44 short channel; member 52 short channel; member 141 unsigned short channel; member
|
D | firewire-cdev.h | 111 __s32 channel; member 235 __u32 channel; member 312 __u32 channel; member
|
D | edd.h | 89 __u8 channel; member
|
D | cyclades.h | 364 unsigned long channel[QUEUE_SIZE]; member
|
D | soundcard.h | 330 int channel; member
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/ |
D | SynthEngine.java | 85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); in onSend() local 88 noteOff(channel, data[1], data[2]); in onSend() 91 noteOn(channel, data[1], data[2]); in onSend() 95 pitchBend(channel, bend); in onSend() 197 public void noteOff(int channel, int noteIndex, int velocity) { in noteOff() argument 230 public void noteOn(int channel, int noteIndex, int velocity) { in noteOn() argument 232 noteOff(channel, noteIndex, velocity); in noteOn() 247 public void pitchBend(int channel, int bend) { in pitchBend() argument
|
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/ |
D | SynthEngine.java | 85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); in onSend() local 88 noteOff(channel, data[1], data[2]); in onSend() 91 noteOn(channel, data[1], data[2]); in onSend() 95 pitchBend(channel, bend); in onSend() 197 public void noteOff(int channel, int noteIndex, int velocity) { in noteOff() argument 230 public void noteOn(int channel, int noteIndex, int velocity) { in noteOn() argument 232 noteOff(channel, noteIndex, velocity); in noteOn() 247 public void pitchBend(int channel, int bend) { in pitchBend() argument
|
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/ |
D | MidiPrinter.java | 77 int channel = status & 0x0F; in formatMessage() local 79 sb.append((channel + 1)).append(", "); in formatMessage()
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
D | JetBoyView.java | 105 public JetGameEvent(JetPlayer player, short segment, byte track, byte channel, in JetGameEvent() argument 110 this.channel = channel; in JetGameEvent() 118 public byte channel; field in JetBoyView.JetGameEvent 734 jetEvent.channel, jetEvent.controller, jetEvent.value); in updateGameState() 901 protected void processJetEvent(JetPlayer player, short segment, byte track, byte channel, in processJetEvent() argument 1265 public void onJetEvent(JetPlayer player, short segment, byte track, byte channel, in onJetEvent() argument 1272 mEventQueue.add(new JetGameEvent(player, segment, track, channel, controller, value)); in onJetEvent()
|
/development/samples/browseable/BeamLargeFiles/ |
D | _index.jd | 10 communication channel such as Bluetooth or WiFi Direct.
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
D | board.h | 64 u8 channel; member
|
/development/ndk/platforms/android-3/include/linux/ |
D | videodev.h | 31 int channel; member
|
D | soundcard.h | 306 int channel; member
|
/development/ndk/platforms/android-9/include/SLES/ |
D | OpenSLES.h | 2083 SLuint8 channel, 2088 SLuint8 channel, 2093 SLuint8 channel, 2098 SLuint8 channel,
|
/development/ndk/platforms/android-14/include/SLES/ |
D | OpenSLES.h | 2083 SLuint8 channel, 2088 SLuint8 channel, 2093 SLuint8 channel, 2098 SLuint8 channel,
|
/development/ndk/platforms/android-21/include/SLES/ |
D | OpenSLES.h | 2083 SLuint8 channel, 2088 SLuint8 channel, 2093 SLuint8 channel, 2098 SLuint8 channel,
|
/development/samples/training/testingfun/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .RandomAccessFile randomAccessFile
java.nio.channels.FileChannel channel
private static void maybeCloseQuietly (java.io.Closeable ... |
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .RandomAccessFile randomAccessFile
java.nio.channels.FileChannel channel
private static void maybeCloseQuietly (java.io.Closeable ... |
/development/samples/SupportLeanbackShowcase/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .RandomAccessFile randomAccessFile
java.nio.channels.FileChannel channel
private static void maybeCloseQuietly (java.io.Closeable ... |
/development/tools/checkstyle/ |
D | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
checkstyle_packages.xml
sun_checks.xml
com/
... |