HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 351 - 375 of 782) sorted by null

<<11121314151617181920>>

  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
ipmi_smi.h 18 #include <linux/device.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
ipmi_smi.h 18 #include <linux/device.h>
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
ExitAction.java 20 import com.android.hierarchyviewer.device.DeviceBridge;
  /system/extras/tests/bionic/libc/
Android.mk 23 # device executable.
28 define device-test
41 # same as 'device-test' but builds a host executable instead
82 $(call device-test, $(sources))
89 $(call device-test, $(sources))
101 $(call device-test, $(sources))
118 $(call device-test, $(sources))
174 #$(call device-test, $(sources))
  /bionic/libc/kernel/arch-arm/asm/arch/
board.h 93 struct device;
97 int (*set_power)(struct device *dev, int state);
  /bootable/diskinstaller/libdiskconfig/
diskconfig.c 165 if (!(devroot = config_find(root, "device"))) {
166 LOGE("Could not find device section in config file '%s'", fn);
172 LOGE("device path is requried");
175 dinfo->device = strdup(tmp);
218 LOGE("Device must specify partition list");
230 if (dinfo->device)
231 free(dinfo->device);
281 if ((fd = open(dinfo->device, O_RDWR)) < 0) {
282 LOGE("Cannot open device '%s' (errno=%d)", dinfo->device, errno)
    [all...]
  /bootable/recovery/edify/
Android.mk 30 # Build the device-side library
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 51 int device, int scancode) {
59 mDeviceId = device;
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 37 * incoming connections, a thread for connecting with a device, and a
63 public static final int STATE_CONNECTED = 3; // now connected to a remote device
115 * Start the ConnectThread to initiate a connection to a remote device.
116 * @param device The BluetoothDevice to connect
118 public synchronized void connect(BluetoothDevice device) {
119 if (D) Log.d(TAG, "connect to: " + device);
129 // Start the thread to connect with the given device
130 mConnectThread = new ConnectThread(device);
138 * @param device The BluetoothDevice that has been connected
140 public synchronized void connected(BluetoothSocket socket, BluetoothDevice device) {
    [all...]
  /device/htc/dream-sapphire/
device_dream_sapphire.mk 17 DEVICE_PACKAGE_OVERLAYS := device/htc/dream-sapphire/overlay
19 # Install the features available on this device.
53 device/htc/dream-sapphire/media_profiles.xml:/system/etc/media_profiles.xml
55 # proprietary side of the device
  /external/bluetooth/bluez/include/bluetooth/
bnep.h 128 char device[16]; /* Name of the Ethernet device */ member in struct:bnep_connadd_req
141 char device[16]; member in struct:bnep_conninfo
  /external/bluetooth/bluez/test/
list-devices 52 device = dbus.Interface(bus.get_object("org.bluez", n), variable
53 "org.bluez.Device")
56 properties = device.GetProperties()
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
  /external/kernel-headers/original/linux/
ipmi_smi.h 40 #include <linux/device.h>
142 /* Take a pointer to a raw data buffer and a length and extract device
144 byte from the get device id response after the completion code.
175 struct device *dev,
  /frameworks/base/include/media/
IAudioPolicyService.h 42 virtual status_t setDeviceConnectionState(AudioSystem::audio_devices device,
45 virtual AudioSystem::device_connection_state getDeviceConnectionState(AudioSystem::audio_devices device,
  /hardware/msm7k/libaudio-qsd8k/
msm_audio.h 73 uint32_t device; member in struct:msm_snd_device_config
83 uint32_t device; member in struct:msm_snd_volume_config
AudioHardware.cpp 318 // when entering or exiting in call mode even if the new device
343 LOGE("Cannot open msm_audio_ctl device\n");
348 LOGE("Cannot set mic mute on current device\n");
367 return set_mic_mute(mMicMute); //always set current TX device
461 LOGE("Cannot open audience_a1026 device (%d)\n", fd_a1026);
599 LOGE("Cannot open msm_audio_ctl device\n");
605 LOGW("Cannot set volume on current device\n");
630 set_volume_rpc(vol); //always set current device
645 static status_t do_route_audio_dev_ctrl(uint32_t device, bool inCall, uint32_t rx_acdb_id, uint32_t tx_acdb_id)
651 if (device == SND_DEVICE_CURRENT
1723 int device; local
1974 int device; local
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/arch/
board.h 93 struct device;
97 int (*set_power)(struct device *dev, int state);
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/arch/
board.h 93 struct device;
97 int (*set_power)(struct device *dev, int state);
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/arch/
board.h 93 struct device;
97 int (*set_power)(struct device *dev, int state);
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/
board.h 93 struct device;
97 int (*set_power)(struct device *dev, int state);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 96 BluetoothDevice device = intent
98 if (device.equals(mSelectedDevice)) {
99 sendDevicePickedIntent(device);
115 // If an application wish to show the BT device list, it can send an
230 CachedBluetoothDevice device = btPreference.getCachedDevice(); local
232 mSelectedDevice = device.getDevice();
235 if ((device.getBondState() == BluetoothDevice.BOND_BONDED) ||
252 //For device picker, disable Context Menu
357 private void sendDevicePickedIntent(BluetoothDevice device) {
362 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 45 * @param device the Android device on which the launch is done.
48 public AMReceiver(DelayedLaunchInfo launchInfo, IDevice device,
51 mDevice = device;
92 "Device not ready. Waiting %1$d seconds before next attempt.",
102 "Device not ready (%2$d). Waiting %1$d seconds before next attempt.",
DelayedLaunchInfo.java 26 * A delayed launch waiting for a device to be present or ready before the
38 /** The device on which to launch the app */
107 * @return the device on which to launch the app
114 * Set the device on which to launch the app
116 public void setDevice(IDevice device) {
117 mDevice = device;
  /system/core/libdiskconfig/
diskconfig.c 167 if (!(devroot = config_find(root, "device"))) {
168 LOGE("Could not find device section in config file '%s'", fn);
174 LOGE("device path is requried");
177 dinfo->device = strdup(tmp);
220 LOGE("Device must specify partition list");
232 if (dinfo->device)
233 free(dinfo->device);
283 if ((fd = open(dinfo->device, O_RDWR)) < 0) {
284 LOGE("Cannot open device '%s' (errno=%d)", dinfo->device, errno)
    [all...]

Completed in 2406 milliseconds

<<11121314151617181920>>