Searched refs:device (Results 1 - 25 of 1474) sorted by relevance

1234567891011>>

/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket.cc5 #include "device/bluetooth/bluetooth_socket.h"
7 namespace device { namespace
11 } // namespace device
H A Dbluetooth_gatt_connection.cc5 #include "device/bluetooth/bluetooth_gatt_connection.h"
7 namespace device { namespace
15 } // namespace device
H A Dbluetooth_gatt_notify_session.cc5 #include "device/bluetooth/bluetooth_gatt_notify_session.h"
7 namespace device { namespace
15 } // namespace device
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_discovery_session.cc5 #include "device/bluetooth/test/mock_bluetooth_discovery_session.h"
7 #include "device/bluetooth/bluetooth_adapter.h"
9 namespace device { namespace
14 } // namespace device
H A Dmock_bluetooth_socket.cc5 #include "device/bluetooth/test/mock_bluetooth_socket.h"
7 namespace device { namespace
12 } // namespace device
/external/chromium_org/device/nfc/
H A Dnfc_peer.cc5 #include "device/nfc/nfc_peer.h"
7 namespace device { namespace
15 } // namespace device
H A Dnfc_tag.cc5 #include "device/nfc/nfc_tag.h"
7 namespace device { namespace
15 } // namespace device
/external/chromium_org/device/serial/
H A Dserial_device_enumerator.cc5 #include "device/serial/serial_device_enumerator.h"
7 namespace device { namespace
13 } // namespace device
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.h16 #include "device/bluetooth/bluetooth_adapter.h"
17 #include "device/bluetooth/bluetooth_device.h"
26 : public device::BluetoothAdapter::Observer,
27 public device::BluetoothDevice::PairingDelegate {
32 // device::BluetoothAdapter::Observer override.
33 virtual void AdapterDiscoverableChanged(device::BluetoothAdapter* adapter,
35 virtual void DeviceAdded(device::BluetoothAdapter* adapter,
36 device::BluetoothDevice* device) OVERRIDE;
37 virtual void DeviceChanged(device
[all...]
/external/libmtp/examples/
H A Dformat.c3 * Example program that formats the device storage.
51 LIBMTP_mtpdevice_t *device; local
57 device = LIBMTP_Get_First_Device();
58 if (device == NULL) {
63 printf("I will now format your device. This means that\n");
69 ret = LIBMTP_Format_Storage(device, device->storage);
76 printf("Failed to format device.\n");
77 LIBMTP_Dump_Errorstack(device);
78 LIBMTP_Clear_Errorstack(device);
[all...]
H A Dreset.c3 * Example program that resets the device.
51 LIBMTP_mtpdevice_t *device; local
57 device = LIBMTP_Get_First_Device();
58 if (device == NULL) {
63 printf("I will now reset your device. This means that\n");
64 printf("the device may go inactive immediately and may report errors.\n");
67 ret = LIBMTP_Reset_Device(device);
74 printf("Failed to reset device.\n");
75 LIBMTP_Dump_Errorstack(device);
76 LIBMTP_Clear_Errorstack(device);
[all...]
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_api_utils.h10 #include "device/bluetooth/bluetooth_adapter.h"
11 #include "device/bluetooth/bluetooth_device.h"
19 const device::BluetoothDevice& device,
23 void PopulateAdapterState(const device::BluetoothAdapter& adapter,
H A Dbluetooth_api_pairing_delegate.h11 #include "device/bluetooth/bluetooth_device.h"
22 : public device::BluetoothDevice::PairingDelegate {
28 // device::PairingDelegate overrides:
29 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
30 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
31 virtual void DisplayPinCode(device::BluetoothDevice* device,
33 virtual void DisplayPasskey(device
[all...]
/external/chromium_org/chromeos/audio/
H A Daudio_devices_pref_handler_stub.cc18 const AudioDevice* device) {
19 if (!device)
21 return audio_device_volume_gain_map_[device->id];
25 const AudioDevice* device) {
26 if (!device)
28 return audio_device_volume_gain_map_[device->id];
31 void AudioDevicesPrefHandlerStub::SetVolumeGainValue(const AudioDevice& device, argument
33 audio_device_volume_gain_map_[device.id] = value;
37 const AudioDevice& device) {
38 return audio_device_mute_map_[device
17 GetOutputVolumeValue( const AudioDevice* device) argument
24 GetInputGainValue( const AudioDevice* device) argument
36 GetMuteValue( const AudioDevice& device) argument
41 SetMuteValue(const AudioDevice& device, bool mute_on) argument
[all...]
/external/chromium_org/build/android/pylib/perf/
H A Dcache_control.py6 from pylib.device import device_utils
11 def __init__(self, device):
13 if isinstance(device, android_commands.AndroidCommands):
14 device = device_utils.DeviceUtils(device)
15 self._device = device
/external/libnfc-nci/halimpl/bcm2079x/include/
H A DHalAdaptation.h52 extern int HaiInitializeLibrary (const bcm2079x_dev_t* device);
54 extern int HaiOpen (const bcm2079x_dev_t* device, nfc_stack_callback_t* halCallbackFunc, nfc_stack_data_callback_t* halDataCallbackFunc);
55 extern int HaiClose (const bcm2079x_dev_t* device);
56 extern int HaiCoreInitialized (const bcm2079x_dev_t* device, uint8_t* coreInitResponseParams);
58 extern int HaiPreDiscover (const bcm2079x_dev_t* device);
59 extern int HaiControlGranted (const bcm2079x_dev_t* device);
60 extern int HaiPowerCycle (const bcm2079x_dev_t* device);
61 extern int HaiGetMaxNfcee (const bcm2079x_dev_t* device, uint8_t* maxNfcee);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.h16 #include "chrome/browser/chromeos/device/input_service_proxy.h"
20 #include "device/bluetooth/bluetooth_adapter.h"
21 #include "device/bluetooth/bluetooth_device.h"
22 #include "device/bluetooth/bluetooth_discovery_session.h"
36 public device::BluetoothAdapter::Observer,
37 public device::BluetoothDevice::PairingDelegate,
40 typedef device::InputServiceLinux::InputDeviceInfo InputDeviceInfo;
57 // device::BluetoothDevice::PairingDelegate implementation:
58 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRID
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/
H A DSDL_nullvideo.c79 static void DUMMY_DeleteDevice(SDL_VideoDevice *device) argument
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
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dmacdeviceinfo.cc32 bool GetUsbId(const Device& device, std::string* usb_id) { argument
35 if (device.id.size() < 2 * id_size) {
39 // The last characters of device id is a concatenation of VID and then PID.
40 const size_t vid_location = device.id.size() - 2 * id_size;
41 std::string id_vendor = device.id.substr(vid_location, id_size);
42 const size_t pid_location = device.id.size() - id_size;
43 std::string id_product = device.id.substr(pid_location, id_size);
52 bool GetUsbVersion(const Device& device, std::string* usb_version) { argument
/external/chromium_org/third_party/openssl/openssl/android.testssl/
H A Dtestssl.sh27 device=/sdcard/android.testssl
33 CAkey="$device/keyCA.ss"
34 CAcert="$device/certCA.ss"
35 CAreq="$device/reqCA.ss"
36 CAconf="$device/CAss.cnf"
38 Uconf="$device/Uss.cnf"
39 Ureq="$device/reqU.ss"
40 Ukey="$device/keyU.ss"
41 Ucert="$device/certU.ss"
46 adb shell rm -r $device
[all...]
/external/chromium_org/third_party/openssl/openssl/patches/
H A Dtestssl.sh27 device=/sdcard/android.testssl
33 CAkey="$device/keyCA.ss"
34 CAcert="$device/certCA.ss"
35 CAreq="$device/reqCA.ss"
36 CAconf="$device/CAss.cnf"
38 Uconf="$device/Uss.cnf"
39 Ureq="$device/reqU.ss"
40 Ukey="$device/keyU.ss"
41 Ucert="$device/certU.ss"
46 adb shell rm -r $device
[all...]
/external/openssl/android.testssl/
H A Dtestssl.sh27 device=/sdcard/android.testssl
33 CAkey="$device/keyCA.ss"
34 CAcert="$device/certCA.ss"
35 CAreq="$device/reqCA.ss"
36 CAconf="$device/CAss.cnf"
38 Uconf="$device/Uss.cnf"
39 Ureq="$device/reqU.ss"
40 Ukey="$device/keyU.ss"
41 Ucert="$device/certU.ss"
46 adb shell rm -r $device
[all...]
/external/openssl/patches/
H A Dtestssl.sh27 device=/sdcard/android.testssl
33 CAkey="$device/keyCA.ss"
34 CAcert="$device/certCA.ss"
35 CAreq="$device/reqCA.ss"
36 CAconf="$device/CAss.cnf"
38 Uconf="$device/Uss.cnf"
39 Ureq="$device/reqU.ss"
40 Ukey="$device/keyU.ss"
41 Ucert="$device/certU.ss"
46 adb shell rm -r $device
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dgpu_device_unittest.py10 device = gpu_device.GPUDevice(1000, 2000, 'test_vendor', 'test_device')
11 self.assertEquals(device.vendor_id, 1000)
12 self.assertEquals(device.device_id, 2000)
13 self.assertEquals(device.vendor_string, 'test_vendor')
14 self.assertEquals(device.device_string, 'test_device')
21 device = gpu_device.GPUDevice.FromDict(dictionary)
22 self.assertEquals(device.vendor_id, 3000)
23 self.assertEquals(device.device_id, 4000)
24 self.assertEquals(device.vendor_string, 'test_vendor_2')
25 self.assertEquals(device
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.h15 #include "device/bluetooth/bluetooth_adapter.h"
16 #include "device/bluetooth/bluetooth_device.h"
17 #include "device/bluetooth/bluetooth_discovery_session.h"
29 public device::BluetoothAdapter::Observer,
30 public device::BluetoothDevice::PairingDelegate {
42 void InitializeAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
44 // Sends a notification to the Web UI of the status of a Bluetooth device.
45 // |device| is the Bluetooth device.
47 void SendDeviceNotification(const device
[all...]

Completed in 7794 milliseconds

1234567891011>>