HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 1 - 25 of 1877) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/device/bluetooth/
bluetooth_socket.cc 5 #include "device/bluetooth/bluetooth_socket.h"
7 namespace device { namespace
11 } // namespace device
bluetooth_gatt_connection.cc 5 #include "device/bluetooth/bluetooth_gatt_connection.h"
7 namespace device { namespace
15 } // namespace device
bluetooth_gatt_notify_session.cc 5 #include "device/bluetooth/bluetooth_gatt_notify_session.h"
7 namespace device { namespace
15 } // namespace device
  /development/ndk/platforms/android-9/arch-mips/include/asm/
device.h 19 #include <asm-generic/device.h>
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.h 16 #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::BluetoothAdapter* adapter
    [all...]
  /device/sample/products/
backup_overlay.mk 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/backup
location_overlay.mk 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/location
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_socket.cc 5 #include "device/bluetooth/test/mock_bluetooth_socket.h"
7 namespace device { namespace
12 } // namespace device
  /external/chromium_org/device/nfc/
nfc_peer.cc 5 #include "device/nfc/nfc_peer.h"
7 namespace device { namespace
15 } // namespace device
nfc_tag.cc 5 #include "device/nfc/nfc_tag.h"
7 namespace device { namespace
15 } // namespace device
nfc_ndef_record_utils_chromeos.h 11 namespace device { namespace
13 } // namespace device;
22 const device::NfcNdefRecord* record,
31 device::NfcNdefRecord* out);
  /external/chromium_org/device/serial/
buffer.cc 5 #include "device/serial/buffer.h"
7 namespace device { namespace
15 } // namespace device
serial_device_enumerator.cc 5 #include "device/serial/serial_device_enumerator.h"
7 namespace device { namespace
13 } // namespace device
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_pairing_delegate.h 10 #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::BluetoothDevice* device
    [all...]
bluetooth_api_utils.h 9 #include "device/bluetooth/bluetooth_adapter.h"
10 #include "device/bluetooth/bluetooth_device.h"
17 // Fill in a Device object from a BluetoothDevice.
19 const device::BluetoothDevice& device,
20 Device* out);
23 void PopulateAdapterState(const device::BluetoothAdapter& adapter,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 15 #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::BluetoothDevice* device
    [all...]
  /external/libmtp/examples/
format.c 3 * 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...]
  /external/chromium_org/chrome/browser/
chrome_device_client.h 8 #include "device/core/device_client.h"
13 // Implementation of device::DeviceClient that returns //device service
15 class ChromeDeviceClient : device::DeviceClient {
20 // device::DeviceClient implementation
21 virtual device::UsbService* GetUsbService() OVERRIDE;
22 virtual device::HidService* GetHidService() OVERRIDE;
  /external/chromium_org/chromeos/audio/
audio_devices_pref_handler_stub.cc 18 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,
33 audio_device_volume_gain_map_[device.id] = value;
37 const AudioDevice& device) {
38 return audio_device_mute_map_[device.id]
    [all...]
  /external/chromium_org/extensions/shell/browser/
shell_device_client.h 8 #include "device/core/device_client.h"
15 // Implementation of device::DeviceClient that returns //device API service
17 class ShellDeviceClient : device::DeviceClient {
22 // device::DeviceClient implementation
23 virtual device::UsbService* GetUsbService() OVERRIDE;
24 virtual device::HidService* GetHidService() OVERRIDE;
  /external/chromium_org/components/proximity_auth/
bluetooth_util.h 11 #include "device/bluetooth/bluetooth_device.h"
13 namespace device { namespace
22 // Connects to the SDP service on the Bluetooth device with the given
33 device::BluetoothDevice* device,
34 const device::BluetoothUUID& uuid,
35 const device::BluetoothDevice::ConnectToServiceCallback& callback,
36 const device::BluetoothDevice::ConnectToServiceErrorCallback&
  /build/target/board/generic_armv5/
device.mk 17 include build/target/board/generic/device.mk
  /development/ndk/platforms/android-3/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /external/libnfc-nci/halimpl/bcm2079x/include/
HalAdaptation.h 52 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);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
SettingsToggler.java 18 import com.android.tradefed.device.DeviceNotAvailableException;
19 import com.android.tradefed.device.ITestDevice;
29 public static void setString(ITestDevice device, String group, String name, String value)
31 deleteSetting(device, group, name);
32 device.executeShellCommand(
40 public static void setSecureString(ITestDevice device, String name, String value)
42 setString(device, GROUP_SECURE, name, value);
46 public static void setGlobalString(ITestDevice device, String name, String value)
48 setString(device, GROUP_GLOBAL, name, value);
52 public static void setInt(ITestDevice device, String group, String name, int value
    [all...]

Completed in 713 milliseconds

1 2 3 4 5 6 7 8 91011>>