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

1 2

  /frameworks/base/services/core/jni/
com_android_server_lights_LightsService.cpp 47 struct Devices {
67 Devices* devices; local
69 devices = (Devices*)malloc(sizeof(Devices));
73 devices->lights[LIGHT_INDEX_BACKLIGHT]
75 devices->lights[LIGHT_INDEX_KEYBOARD]
77 devices->lights[LIGHT_INDEX_BUTTONS]
79 devices->lights[LIGHT_INDEX_BATTERY
98 Devices* devices = (Devices*)ptr; local
109 Devices* devices = (Devices*)ptr; local
    [all...]
  /system/connectivity/shill/wimax/
mock_wimax_manager_proxy.h 36 MOCK_METHOD1(Devices, RpcIdentifiers(Error* error));
wimax_manager_proxy_interface.h 42 virtual RpcIdentifiers Devices(Error* error) = 0;
  /external/opencv3/modules/videoio/src/
cap_winrt_video.hpp 56 Platform::Agile<Windows::Devices::Enumeration::DeviceInformationCollection> m_devices;
cap_winrt_bridge.cpp 35 using namespace Windows::Devices::Enumeration;
cap_winrt_video.cpp 44 using namespace Windows::Media::Devices;
48 using namespace Windows::Devices::Enumeration;
114 if (location != nullptr && location->Panel == Windows::Devices::Enumeration::Panel::Back)
315 // synchronous version of listing video devices on WinRT
cap_winrt_capture.cpp 37 using namespace Windows::Devices::Enumeration;
cap_msmf.hpp 412 #define _DeviceInformationCollection Windows::Devices::Enumeration::DeviceInformationCollection
416 #define _VideoDeviceController Windows::Media::Devices::VideoDeviceController
417 #define _MediaDeviceController Windows::Media::Devices::VideoDeviceController
424 #define _DeviceClass Windows::Devices::Enumeration::DeviceClass
425 #define _IDeviceInformation Windows::Devices::Enumeration::DeviceInformation
426 #define _DeviceInformation Windows::Devices::Enumeration::DeviceInformation
427 #define _DeviceInformationStatics Windows::Devices::Enumeration::DeviceInformation
502 #define _DeviceInformationCollection ABI::Windows::Devices::Enumeration::DeviceInformationCollection
506 #define _VideoDeviceController ABI::Windows::Media::Devices::IVideoDeviceController
507 #define _MediaDeviceController ABI::Windows::Media::Devices::IMediaDeviceControlle
    [all...]
  /external/autotest/client/common_lib/cros/
dbus_send_unittests.py 55 string "Devices"
155 'Devices': ['/device/eth0', '/device/eth1'],
  /system/connectivity/shill/dbus/
chromeos_wimax_manager_proxy.h 44 RpcIdentifiers Devices(Error* error) override;
52 brillo::dbus_utils::Property<std::vector<dbus::ObjectPath>> devices; member in class:shill::ChromeosWiMaxManagerProxy::PropertySet
68 void DevicesChanged(const std::vector<dbus::ObjectPath>& devices);
chromeos_wimax_manager_proxy.cc 45 const char ChromeosWiMaxManagerProxy::kPropertyDevices[] = "Devices";
52 RegisterProperty(kPropertyDevices, &devices);
105 RpcIdentifiers ChromeosWiMaxManagerProxy::Devices(Error* error) {
113 if (!properties_->devices.GetAndBlock()) {
114 LOG(ERROR) << "Failed to get Devices";
118 KeyValueStore::ConvertPathsToRpcIdentifiers(properties_->devices.value(),
164 const vector<dbus::ObjectPath>& devices) {
165 SLOG(DBus, nullptr, 2) << __func__ << "(" << devices.size() << ")";
170 KeyValueStore::ConvertPathsToRpcIdentifiers(devices, &rpc_devices);
  /external/autotest/client/common_lib/cros/fake_device_server/
devices.py 5 """Module contains a simple implementation of the devices RPC."""
20 DEVICES_PATH = 'devices'
23 class Devices(resource_method.ResourceMethod):
42 @param resource: A resource delegate for storing devices.
47 super(Devices, self).__init__(resource)
99 """GET .../(device_id) gets device info or lists all devices.
101 Supports both the GET / LIST commands for devices. List lists all
102 devices a user has access to, however, this implementation just returns
103 all devices.
118 listing['devices'] = self.resource.get_data_vals(
    [all...]
devices_unittest.py 7 """Unit tests for devices.py."""
14 from fake_device_server import devices
22 """Tests for the Devices class."""
31 self.devices = devices.Devices(
44 new_device = self.devices.create_device(None, good_device_config)
52 self.devices.create_device, None, bad_device_config)
58 returned_json = self.devices.GET(1234)
63 self.devices.GET, 1235
    [all...]
server.py 20 from fake_device_server import devices
58 devices_handler = devices.Devices(devices_resource,
63 devices_handler, '/' + devices.DEVICES_PATH,
registration_tickets_unittest.py 15 from fake_device_server import devices
34 self.devices = devices.Devices(
41 resource_delegate.ResourceDelegate(self.tickets), self.devices,
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 19 devices = adb_wrapper.AdbWrapper.Devices()
20 assert devices, 'A device must be attached'
21 self._adb = devices[0]
fastboot.py 78 def Devices(self, timeout=None, retries=None):
79 """Outputs list of devices in fastboot mode."""
80 output = self._RunFastbootCommand(['devices'])
adb_wrapper.py 206 """DEPRECATED. Refer to Devices(...) below."""
208 return cls.Devices(timeout=timeout, retries=retries)
211 def Devices(cls, desired_state=_READY_STATE, long_list=False,
213 """Get the list of active attached devices.
216 desired_state: If not None, limit the devices returned to only those
243 cmd = ['devices']
681 See http://developer.android.com/tools/devices/emulator.html#console
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.h 28 using namespace Windows::Devices::Enumeration;
AdvancedCapture.xaml.cpp 39 using namespace Windows::Devices::Enumeration;
137 if (chosenDevInfo->EnclosureLocation != nullptr && chosenDevInfo->EnclosureLocation->Panel == Windows::Devices::Enumeration::Panel::Back)
142 else if (chosenDevInfo->EnclosureLocation != nullptr && chosenDevInfo->EnclosureLocation->Panel == Windows::Devices::Enumeration::Panel::Front)
  /hardware/libhardware/modules/local_time/
Android.mk 19 # Devices which use the default implementation should take care to ensure that
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h 82 UINT Devices() const;
  /bootable/recovery/updater/
Android.mk 69 # Devices can also add libraries to TARGET_RECOVERY_UPDATER_EXTRA_LIBS.
  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils.py 79 This waits for the device serial to show up in fastboot devices output.
82 return self._serial in self.fastboot.Devices()
device_utils_devicetest.py 8 The test will invoke real devices
30 devices = adb_wrapper.AdbWrapper.Devices()
31 assert devices, 'A device must be attached'
32 self.adb = devices[0]

Completed in 3103 milliseconds

1 2