/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/sdk/chimpchat/src/com/android/chimpchat/ |
ChimpChat.java | 29 * an instance of Monkey on a device. This class provides an entry point to 30 * setting up communication with a device. Currently it only supports communciation 86 * Retrieves an instance of the device from the backend 88 * @param deviceId the id of the device you want to connect to 89 * @return an instance of the device 96 * Retrieves an instance of the device from the backend. 97 * Defaults to the longest possible wait time and any available device. 98 * @return an instance of the device
|
/sdk/monkeyrunner/scripts/ |
monkey_recorder.py | 19 device = mr.waitForConnection() variable 20 recorder.start(device)
|
/system/core/rootdir/etc/ |
vold.fstab | 6 ## Regular device mount 16 # Mounts the first usable partition of the specified device
|
/external/bluetooth/bluez/audio/ |
headset.c | 51 #include "device.h" 60 #include "../src/device.h" 181 int (*callback) (struct audio_device *device, const char *buf); 194 static int rfcomm_connect(struct audio_device *device, headset_stream_cb_t cb, 196 static int get_records(struct audio_device *device, headset_stream_cb_t cb, 334 static int supported_features(struct audio_device *device, const char *buf) 336 struct headset *hs = device->headset; 396 static int report_indicators(struct audio_device *device, const char *buf) 398 struct headset *hs = device->headset; 515 struct audio_device *device = l->data local 707 struct audio_device *device = telephony_device; local 843 struct audio_device *device = telephony_device; local 1113 struct audio_device *device = telephony_device; local 1655 struct audio_device *device = data; local 1674 struct audio_device *device = data; local 1694 struct audio_device *device = data; local 1713 struct audio_device *device = data; local 1732 struct audio_device *device = data; local 1760 struct audio_device *device = data; local 1795 struct audio_device *device = data; local 1818 struct audio_device *device = data; local 1858 struct audio_device *device = data; local 1883 struct audio_device *device = data; local 1909 struct audio_device *device = data; local 1965 struct audio_device *device = data; local [all...] |
/external/bluetooth/bluez/doc/ |
adapter-api.txt | 58 This method starts the device discovery session. This 59 includes an inquiry procedure and remote device name 84 Returns the object path of device for given address. 85 The device object needs to be first created via 93 Returns list of device object paths. 103 Creates a new object path for a remote device. This 104 method will connect to the remote device and retrieve 107 If the object for the remote device already exists 116 Creates a new object path for a remote device. This 117 method will connect to the remote device and retriev [all...] |
/frameworks/base/core/java/android/app/admin/ |
DeviceAdminReceiver.java | 29 * Base class for implementing a device administration component. This 48 * to the device administrator, as parsed by the {@link DeviceAdminInfo} class. 58 * This is the primary action that a device administrator must implement to be 59 * allowed to manage a device. This will be set to the receiver 71 * Action sent to a device administrator when the user has requested to 92 * Action sent to a device administrator when the user has disabled 94 * protected device policy manager APIs. You will generally 105 * Action sent to a device administrator when the user has changed the 106 * password of their device. You can at this point check the characteristics 112 * <p>The calling device admin must have requeste [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/ |
TestLayoutDevicesXsd.java | 179 /** A document with an missing attribute in a device element. */
185 "<d:device />" +
189 "cvc-complex-type.4: Attribute 'name' must appear on element 'd:device'.");
192 /** A document with a root element containing no device element is valid. */
200 /** A document with an empty device element is not valid. */
206 "<d:device name=\"foo\"/>" +
210 "cvc-complex-type.2.4.b: The content of element 'd:device' is not complete.*");
213 /** A document with two default elements in a device element is not valid. */
219 "<d:device name=\"foo\">" +
222 "</d:device>" + [all...] |
/build/target/board/vbox_x86/ |
init.vbox_x86.rc | 7 setprop ro.product.device generic 26 # account info for the device via these two properties. Google 33 # You MUST have a Google account on the device, and you MAY 47 # if it does, it redirects its output to the device
|
/development/samples/BluetoothChat/res/values/ |
strings.xml | 22 <string name="not_connected">You are not connected to a device</string> 30 <string name="select_device">select a device to connect</string> 38 <string name="secure_connect">Connect a device - Secure</string> 39 <string name="insecure_connect">Connect a device - Insecure</string>
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceTestSuite.java | 26 * Helper JUnit test suite that stores reference to an Android device and test data. 50 * Overrides parent method to pass in device and test app path to included test 79 public void setDevice(IDevice device) { 80 mDevice = device;
|
/device/samsung/tuna/ |
device.mk | 23 LOCAL_KERNEL := device/samsung/tuna/kernel 28 DEVICE_PACKAGE_OVERLAYS := device/samsung/tuna/overlay 30 # This device is xhdpi. However the platform doesn't 56 device/samsung/tuna/init.tuna.rc:root/init.tuna.rc \ 57 device/samsung/tuna/init.tuna.usb.rc:root/init.tuna.usb.rc \ 58 device/samsung/tuna/ueventd.tuna.rc:root/ueventd.tuna.rc \ 59 device/samsung/tuna/media_profiles.xml:system/etc/media_profiles.xml \ 60 device/samsung/tuna/gps.conf:system/etc/gps.conf 72 device/samsung/tuna/bcmdhd.cal:system/etc/wifi/bcmdhd.cal 96 # Input device calibration file [all...] |
/external/bluetooth/bluez/scripts/ |
bluetooth-hid2hci.rules | 6 # Variety of Dell Bluetooth devices - match on a mouse device that is 21 # When a Dell device recovers from S3, the mouse child needs to be repoked 22 # Unfortunately the only event seen is the BT device disappearing, so the mouse 23 # device needs to be chased down on the USB bus.
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
v4llookup.cc | 28 // check device major/minor numbers are in the range for video devices. 36 // check major/minur device numbers are in range for video device 48 LOG(LS_INFO) << "Found V4L2 capture device " << device_path;
|
/external/clang/test/SemaCUDA/ |
cuda.h | 6 #define __device__ __attribute__((device))
|
/external/e2fsprogs/misc/ |
util.c | 79 void check_plausibility(const char *device) 85 val = stat64(device, &s); 89 val = stat(device, &s); 94 device, error_message(errno)); 96 fputs(_("\nThe device apparently does not exist; " 107 printf(_("%s is not a block special device.\n"), device); 136 printf(_("%s is entire device, not just one partition!\n"), 137 device); 143 void check_mount(const char *device, int force, const char *type [all...] |
/external/e2fsprogs/util/ |
subst.conf.in | 17 # Enable the documentation for the journal device mke2fs, tune2fs, and
|
/external/genext2fs/ |
README | 3 nor does it require that you become the superuser to make device nodes.
|
/external/iptables/extensions/ |
libxt_CHECKSUM.man | 8 but don't want to disable checksum offload in your device.
|
/external/llvm/ |
llvm.mk | 9 LLVM_DEVICE_BUILD_MK := $(LLVM_ROOT_PATH)/llvm-device-build.mk
|
/external/llvm/test/Analysis/BasicAA/ |
2007-11-05-SizeCrash.ll | 6 %struct.device = type { [20 x i8] } 8 %struct.usb_bus = type { %struct.device* } 26 %tmp70 = bitcast i64* %tmp631 to %struct.device** 28 %tmp71 = load %struct.device** %tmp70, align 8
|
/external/llvm/test/Transforms/LowerAtomic/ |
barrier.ll | 3 declare void @llvm.memory.barrier(i1 %ll, i1 %ls, i1 %sl, i1 %ss, i1 %device)
|
/external/strace/ |
README-Android | 6 ./configure CFLAGS=-I/android/device/system/kernel_headers/ ./configure --prefix=/data/ --build=arm-unknown-linux-gnu
|
/frameworks/base/core/java/android/content/res/ |
package.html | 5 in the package, plus important device configuration details
|