HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 226 - 250 of 3127) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
rule-tracer.rb 19 attr_accessor :spaces_per_indent, :device
25 @device = options[ :device ] || options[ :output ] || $stderr
31 @device.print( ' ' * indent, ARROW_IN, name )
34 @device.puts( " look = %p" % input_symbol )
35 else @device.print( "\n" )
46 @device.print( ' ' * indent, ARROW_OUT, name )
49 @device.puts( " look = %p" % input_symbol )
50 else @device.print( "\n" )
  /external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer.h 16 #include "device/bluetooth/bluetooth_adapter.h"
23 // This observer listens for peripheral device battery status and shows
26 public device::BluetoothAdapter::Observer {
41 // device::BluetoothAdapter::Observer implementation.
42 virtual void DeviceChanged(device::BluetoothAdapter* adapter,
43 device::BluetoothDevice* device) OVERRIDE;
44 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
45 device::BluetoothDevice* device) OVERRIDE
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_out_of_band_pairing_data.h 10 namespace device { namespace
25 } // namespace device
bluetooth_profile_win.cc 5 #include "device/bluetooth/bluetooth_profile_win.h"
8 #include "device/bluetooth/bluetooth_device_win.h"
9 #include "device/bluetooth/bluetooth_service_record.h"
10 #include "device/bluetooth/bluetooth_socket_win.h"
12 namespace device { namespace
31 bool BluetoothProfileWin::Connect(const BluetoothDeviceWin* device) {
35 const BluetoothServiceRecord* record = device->GetServiceRecord(uuid_);
40 connection_callback_.Run(device, socket);
47 } // namespace device
bluetooth_utils.h 12 namespace device { namespace
28 } // namespace device
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.cc 5 #include "device/bluetooth/test/mock_bluetooth_adapter.h"
7 namespace device { namespace
17 } // namespace device
mock_bluetooth_profile.h 8 #include "device/bluetooth/bluetooth_profile.h"
11 namespace device { namespace
23 } // namespace device
  /external/chromium_org/device/nfc/
nfc_adapter_factory.h 10 #include "device/nfc/nfc_adapter.h"
12 namespace device { namespace
31 } // namespace device
  /external/e2fsprogs/misc/
util.h 22 extern void check_plausibility(const char *device);
24 extern void check_mount(const char *device, int force, const char *type);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceOptions.java 20 /** Device on which the application should be run. */
21 public final String device; field in class:TraceOptions
43 public TraceOptions(String device, String appPackage, String activity,
46 this.device = device;
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc 79 static void QT_DeleteDevice(SDL_VideoDevice *device)
81 SDL_free(device->hidden);
82 SDL_free(device);
87 SDL_VideoDevice *device; local
90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
91 if ( device ) {
92 SDL_memset(device, 0, (sizeof *device));
93 device->hidden = (struct SDL_PrivateVideoData *)
94 SDL_malloc((sizeof *device->hidden))
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
HidProfile.java 47 // Order of this profile in device profiles list
61 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); local
62 // we may add a new device here, but generally this should not happen
63 if (device == null) {
64 Log.w(TAG, "HidProfile found new device: " + nextDevice);
65 device = mDeviceManager.addDevice(mLocalAdapter, mProfileManager, nextDevice);
67 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED);
68 device.refresh();
101 public boolean connect(BluetoothDevice device) {
103 return mService.connect(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 143 public boolean connect(BluetoothDevice device) {
146 return service.connect(device);
149 public boolean disconnect(BluetoothDevice device) {
152 return service.disconnect(device);
167 public int getConnectionState(BluetoothDevice device) {
170 return service.getConnectionState(device);
173 public boolean setPriority(BluetoothDevice device, int priority) {
176 return service.setPriority(device, priority);
179 public int getPriority(BluetoothDevice device) {
182 return service.getPriority(device);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 70 static void DC_DeleteDevice(SDL_VideoDevice *device)
72 SDL_free(device->hidden);
73 SDL_free(device);
78 SDL_VideoDevice *device; local
81 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
82 if ( device ) {
83 SDL_memset(device, 0, (sizeof *device));
84 device->hidden = (struct SDL_PrivateVideoData *)
85 SDL_malloc((sizeof *device->hidden))
    [all...]
  /external/libpcap/
pcap-dos.h 109 extern struct device el2_dev LOCKED_VAR; /* 3Com EtherLink II */
110 extern struct device el3_dev LOCKED_VAR; /* EtherLink III */
111 extern struct device tc59_dev LOCKED_VAR; /* 3Com Vortex Card (?) */
112 extern struct device tc515_dev LOCKED_VAR;
113 extern struct device tc90x_dev LOCKED_VAR;
114 extern struct device tc90bcx_dev LOCKED_VAR;
115 extern struct device wd_dev LOCKED_VAR;
116 extern struct device ne_dev LOCKED_VAR;
117 extern struct device acct_dev LOCKED_VAR;
118 extern struct device cs89_dev LOCKED_VAR
142 struct device { struct
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 65 static void NX_DeleteDevice (SDL_VideoDevice * device)
69 if (device) {
70 if (device -> hidden) SDL_free (device -> hidden) ;
71 if (device -> gl_data) SDL_free (device -> gl_data) ;
72 SDL_free (device) ;
80 SDL_VideoDevice * device ; local
85 device = (SDL_VideoDevice *) SDL_malloc (sizeof (SDL_VideoDevice)) ;
86 if (device) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 81 static void PG_DeleteDevice(SDL_VideoDevice *device)
83 SDL_free(device->hidden);
84 SDL_free(device);
89 SDL_VideoDevice *device; local
92 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
93 if ( device ) {
94 SDL_memset(device, 0, (sizeof *device));
95 device->hidden = (struct SDL_PrivateVideoData *)
96 SDL_malloc((sizeof *device->hidden))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 30 GalliumD3D11Screen* device; // must not be null member in struct:GalliumD3D11DeviceChild
33 // if this is called, the subclass constructor must set device itself
35 : device(0)
41 device = p_device;
42 device->AddRef();
47 if(device)
48 device->Release();
52 * a pointer to the device if it is only held by a pipeline binding in the immediate context
54 * TODO: we could only manipulate the device refcnt when atomic_refcnt == 0 changes,
81 device->AddRef()
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 30 GalliumD3D11Screen* device; // must not be null member in struct:GalliumD3D11DeviceChild
33 // if this is called, the subclass constructor must set device itself
35 : device(0)
41 device = p_device;
42 device->AddRef();
47 if(device)
48 device->Release();
52 * a pointer to the device if it is only held by a pipeline binding in the immediate context
54 * TODO: we could only manipulate the device refcnt when atomic_refcnt == 0 changes,
81 device->AddRef()
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 64 static void NDS_DeleteDevice(SDL_VideoDevice *device)
66 SDL_free(device->hidden);
67 SDL_free(device);
108 SDL_VideoDevice *device=0; local
112 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
113 if ( device ) {
114 SDL_memset(device, 0, (sizeof *device));
115 device->hidden = (struct SDL_PrivateVideoData *)
116 SDL_malloc((sizeof *device->hidden))
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothStressTest.java 75 * Stress test for putting the device in and taking the device out of discoverable mode.
144 * Stress test for pairing and unpairing with a remote device.
146 * In this test, the local device initiates pairing with a remote device, and then unpairs with
147 * the device after the pairing has successfully completed.
156 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); local
159 mTestUtils.unpair(adapter, device);
163 mTestUtils.pair(adapter, device, BluetoothTestRunner.sDevicePairPasskey,
165 mTestUtils.unpair(adapter, device);
182 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); local
209 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); local
242 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); local
275 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); local
308 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); local
338 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); local
372 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress); local
    [all...]
  /bootable/diskinstaller/
installer_img_layout.conf 0 device {
  /device/asus/deb/
aosp_deb.mk 18 # $(call inherit-product, device/sample/products/backup_overlay.mk)
21 $(call inherit-product, device/asus/deb/device.mk)
  /external/chromium_org/content/renderer/media/
mock_media_stream_dispatcher.cc 37 audio.device.id = "audio_device_id" + base::IntToString(session_id_);
38 audio.device.name = "microphone";
39 audio.device.type = MEDIA_DEVICE_AUDIO_CAPTURE;
45 video.device.id = "video_device_id" + base::IntToString(session_id_);
46 video.device.name = "usb video camera";
47 video.device.type = MEDIA_DEVICE_VIDEO_CAPTURE;
62 if (IsAudioMediaType(device_info.device.type)) {
66 if (IsVideoMediaType(device_info.device.type)) {
  /external/chromium_org/skia/ext/
platform_device.cc 36 void SetPlatformDevice(SkBaseDevice* device, PlatformDevice* platform_behaviour) {
37 SkMetaData& meta_data = device->getMetaData();
41 PlatformDevice* GetPlatformDevice(SkBaseDevice* device) {
42 if (device) {
43 SkMetaData& meta_data = device->getMetaData();
53 SkBaseDevice* device = canvas.getDevice(); local
54 DCHECK(device != NULL);
55 return device->getMetaData();

Completed in 3119 milliseconds

1 2 3 4 5 6 7 8 91011>>