/frameworks/base/opengl/libs/ |
Android.mk | 151 # Build the ETC1 device library
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
linuxver.h | 152 unsigned int vendor, device; member in struct:pci_device_id 209 #define net_device device
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.h | 41 /* Special loopback pseudo device to be paired with an RX device */ 218 status_t doAudioRouteOrMute(uint32_t device); 233 uint32_t getACDB(int mode, int device);
|
/sdk/ddms/app/src/com/android/ddms/ |
StaticPortConfigDialog.java | 149 TableHelper.createTableColumn(mPortTable, "Device Serial Number", 175 String device = dlg.getDeviceSN(); 180 addEntry(device, app, port); 263 * @param deviceName the serial number of the device 294 * @param deviceName the serial number of the device 313 * Returns the device name for a specific index
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Client.java | 106 private Device mDevice; 123 * @param device the device this client belongs to 127 Client(Device device, SocketChannel chan, int pid) { 128 mDevice = device; 159 /** Returns the {@link Device} on which this Client is running. 161 Device getDeviceImpl() {
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ScreenShotDialog.java | 47 * Gather a screen shot from the device and save it to a file. 76 * @param device The {@link IDevice} from which to get the screenshot. 78 public void open(IDevice device) { 79 mDevice = device; 83 shell.setText("Device Screen Capture"); 211 * Captures a new image from the device, and display it. 260 * Grabs an image from an ADB-connected device and returns it as a {@link RawImage}. 280 dlg.setFileName("device.png");
|
/system/core/adb/ |
Android.mk | 96 # adbd device daemon
|
/cts/tools/host/src/com/android/cts/ |
TestDevice.java | 46 * Manage the testing target device for<br> 49 * <li> execute command on device 70 /** Interval [ms] for polling a device until boot is completed. */ 72 /** Number of times a booting device should be polled before we give up. */ 133 public TestDevice(IDevice device) { 134 mDevice = device; 149 * Gets this device's information. 151 * Assumes that the test device setup apk is already installed. 154 * @return information of this device. 168 * Attempt to disable the screen guard on device [all...] |
/frameworks/base/libs/audioflinger/ |
AudioPolicyService.cpp | 109 status_t AudioPolicyService::setDeviceConnectionState(AudioSystem::audio_devices device, 119 if (!AudioSystem::isOutputDevice(device) && !AudioSystem::isInputDevice(device)) { 128 return mpPolicyManager->setDeviceConnectionState(device, state, device_address); 131 AudioSystem::device_connection_state AudioPolicyService::getDeviceConnectionState(AudioSystem::audio_devices device, 140 return mpPolicyManager->getDeviceConnectionState(device, device_address);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogPanel.java | 165 /** Device currently running logcat */ 242 * Parser class for the output of a "ps" shell command executed on a device. 376 * Sent when a new device is selected. The new device can be accessed 482 * @param device the device to connect logcat to. 484 public void startLogCat(final IDevice device) { 485 if (device == mCurrentLoggedDevice) { 497 if (device != null) { 506 while (device.isOnline() == false & [all...] |
/frameworks/base/services/java/com/android/server/ |
KeyInputQueue.java | 60 * certain device whose screen currently is not all that good. 65 * Turn on some hacks to improve touch interaction with another device 271 if (!"device".equals(parser.getName())) { 491 public static KeyEvent newKeyEvent(InputDevice device, long downTime, 498 device != null ? device.mMetaKeysState : 0, 499 device != null ? device.id : -1, scancode, 533 // If this device is some kind of input class, 540 // of this device [all...] |
/external/grub/ |
config.status | 503 s,@ACLOCAL@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run aclocal-1.9,;t t 504 s,@AUTOCONF@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run autoconf,;t t 505 s,@AUTOMAKE@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run automake-1.9,;t t 506 s,@AUTOHEADER@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run autoheader,;t t 507 s,@MAKEINFO@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run makeinfo,;t t 508 s,@install_sh@,/home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/install-sh,;t t 516 s,@AMTAR@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run tar,;t t [all...] |
/bionic/libc/kernel/common/linux/ |
soundcard.h | 305 short device; member in struct:sbi_instrument 312 int device; member in struct:synth_info 347 int device; member in struct:midi_info 820 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr+1] = (byte); _seqbuf[_seqbufptr+2] = (device); _seqbuf[_seqbufptr+3] = 0; _SEQ_ADVBUF(4);}
|
/external/kernel-headers/original/linux/ |
soundcard.h | 156 char data[4000]; /* Device spesific command/data record */ 453 * of the associated synthesizer device. There is no limit to the size 458 * When a SEQ_FULLSIZE message is written to the device, it must 464 * Set the key field of the structure to FM_PATCH. The device field is used to 465 * route the patch to the corresponding device. 483 short device; /* Synth# (0-4) */ member in struct:sbi_instrument 490 int device; /* 0-N. INITIALIZE BEFORE CALLING */ member in struct:synth_info 512 #define SYNTH_CAP_INPUT 0x00000004 /* Input (MIDI) device */ 525 int device; /* 0-N. INITIALIZE BEFORE CALLING */ member in struct:midi_info 596 # define DSP_CAP_BATCH 0x00000400 /* Device has some kind of * [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
soundcard.h | 305 short device; member in struct:sbi_instrument 312 int device; member in struct:synth_info 347 int device; member in struct:midi_info 820 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr+1] = (byte); _seqbuf[_seqbufptr+2] = (device); _seqbuf[_seqbufptr+3] = 0; _SEQ_ADVBUF(4);}
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
soundcard.h | 305 short device; member in struct:sbi_instrument 312 int device; member in struct:synth_info 347 int device; member in struct:midi_info 820 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr+1] = (byte); _seqbuf[_seqbufptr+2] = (device); _seqbuf[_seqbufptr+3] = 0; _SEQ_ADVBUF(4);}
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
soundcard.h | 305 short device; member in struct:sbi_instrument 312 int device; member in struct:synth_info 347 int device; member in struct:midi_info 820 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr+1] = (byte); _seqbuf[_seqbufptr+2] = (device); _seqbuf[_seqbufptr+3] = 0; _SEQ_ADVBUF(4);}
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
soundcard.h | 305 short device; member in struct:sbi_instrument 312 int device; member in struct:synth_info 347 int device; member in struct:midi_info 820 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr+1] = (byte); _seqbuf[_seqbufptr+2] = (device); _seqbuf[_seqbufptr+3] = 0; _SEQ_ADVBUF(4);}
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
soundcard.h | 305 short device; member in struct:sbi_instrument 312 int device; member in struct:synth_info 347 int device; member in struct:midi_info 820 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr+1] = (byte); _seqbuf[_seqbufptr+2] = (device); _seqbuf[_seqbufptr+3] = 0; _SEQ_ADVBUF(4);}
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
soundcard.h | 305 short device; member in struct:sbi_instrument 312 int device; member in struct:synth_info 347 int device; member in struct:midi_info 820 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr+1] = (byte); _seqbuf[_seqbufptr+2] = (device); _seqbuf[_seqbufptr+3] = 0; _SEQ_ADVBUF(4);}
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 55 private final IDevice device; field in class:ScreenViewer 77 ScreenViewer(Workspace workspace, IDevice device, int spacing) { 82 this.device = device; 675 rawImage = device.getScreenshot();
|
/external/e2fsprogs/misc/ |
e2image.c | 50 fprintf(stderr, _("Usage: %s [-rsI] device image_file\n"), 547 static void install_image(char *device, char *image_fn, int raw_flag) 592 retval = io_ptr->open(device, IO_FLAG_RW, &io); 594 com_err(device, 0, "while opening device file");
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
EventSender.cpp | 179 event.button.device = gdk_device_get_core_pointer(); 251 event.button.device = gdk_device_get_core_pointer(); 304 event.motion.device = gdk_device_get_core_pointer();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapService.java | 229 + "device does not have BT or device is not ready"); 523 + sRemoteDeviceName + " automatically as trusted device"); 706 public boolean isConnected(BluetoothDevice device) { 708 return mState == BluetoothPbap.STATE_CONNECTED && mRemoteDevice.equals(device); 711 public boolean connect(BluetoothDevice device) {
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
DeviceExplorer.java | 70 * Device filesystem explorer class. 126 * Sets the actions so that the device explorer can enable/disable them based on the current 313 new Thread("Device Ls refresher") { 482 fileDialog.setText("Get Device File"); 495 directoryDialog.setText("Get Device Files/Folders"); 510 * the device. 523 dlg.setText("Put File on Device"); 598 * Sets the new device to explorer 600 public void switchDevice(final IDevice device) { 601 if (device != mCurrentDevice) [all...] |