HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 251 - 275 of 6965) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/devil/devil/android/
install_commands.py 27 def Installed(device):
30 return device.PathExists(paths)
33 def InstallCommands(device):
34 if device.IsUserBuild():
37 device_serial=device.adb.GetDeviceSerial())
45 device.RunShellCommand(
51 device.WriteFile(shell_file, shell_command)
52 device.RunShellCommand(
55 device.adb.Push(
  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtil.hpp 35 VkDevice device,
40 VkDevice device,
44 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo);
45 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo);
48 VkDevice device,
53 VkDevice device,
58 VkDevice device,
64 VkDevice device,
69 VkDevice device,
  /external/gptfdisk/
fixparts.cc 27 string device; local
33 cout << "Type device filename, or press <Enter> to exit: ";
34 device = ReadString();
35 if (device.length() == 0)
39 device = argv[1];
46 cout << "\nLoading MBR data from " << device << "\n"; local
47 if (!mbrTable.ReadMBRData(device)) {
48 cerr << "\nUnable to read MBR data from '" << device << "'! Exiting!\n\n"; local
61 cerr << "\nCannot find valid MBR data on '" << device << "'! Exiting!\n\n"; local
68 cerr << "\nCannot determine the validity of the disk on '" << device local
    [all...]
  /external/libdrm/tests/kms/
libkms-test-plane.c 35 struct kms_device *device = plane->device; local
40 p = drmModeGetPlane(device->fd, plane->id);
46 for (i = 0; i < device->num_crtcs; i++) {
48 p->crtc_id = device->crtcs[i]->id;
54 for (i = 0; i < device->num_crtcs; i++) {
55 if (device->crtcs[i]->id == p->crtc_id) {
56 plane->crtc = device->crtcs[i];
72 props = drmModeObjectGetProperties(device->fd, plane->id,
80 prop = drmModeGetProperty(device->fd, props->props[i])
118 struct kms_device *device = plane->device; local
    [all...]
libkms-test-screen.c 35 struct kms_device *device = screen->device; local
38 con = drmModeGetConnector(device->fd, screen->id);
56 struct kms_screen *kms_screen_create(struct kms_device *device, uint32_t id)
64 screen->device = device;
83 struct kms_device *device = screen->device; local
86 err = drmModeSetCrtc(device->fd, crtc->id, fb->id, 0, 0, &screen->id,
  /external/libdrm/tests/util/
kms.h 33 int util_open(const char *device, const char *module);
  /external/libmojo/third_party/catapult/devil/devil/android/
install_commands.py 27 def Installed(device):
30 return device.PathExists(paths)
33 def InstallCommands(device):
34 if device.IsUserBuild():
37 device_serial=device.adb.GetDeviceSerial())
45 device.RunShellCommand(['mkdir', BIN_DIR, _FRAMEWORK_DIR])
50 device.WriteFile(shell_file, shell_command)
51 device.RunShellCommand(
54 device.adb.Push(
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.h 37 struct nouveau_device *device; member in struct:nouveau_screen
  /external/skia/src/gpu/mtl/
GrMtlTrampoline.h 24 static sk_sp<GrGpu> MakeGpu(GrContext*, const GrContextOptions&, void* device, void* queue);
GrMtlTrampoline.mm 14 void* device,
18 (__bridge_transfer id<MTLDevice>)device,
  /external/skqp/src/gpu/mtl/
GrMtlTrampoline.h 24 static sk_sp<GrGpu> MakeGpu(GrContext*, const GrContextOptions&, void* device, void* queue);
GrMtlTrampoline.mm 14 void* device,
18 (__bridge_transfer id<MTLDevice>)device,
  /external/swiftshader/src/D3D9/
Direct3DVertexDeclaration9.hpp 29 Direct3DVertexDeclaration9(Direct3DDevice9 *device, const D3DVERTEXELEMENT9 *vertexElements);
30 Direct3DVertexDeclaration9(Direct3DDevice9 *device, unsigned long FVF);
40 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
51 Direct3DDevice9 *const device; member in class:D3D9::Direct3DVertexDeclaration9
  /external/syslinux/gpxe/src/include/gpxe/
device.h 7 * Device model
16 /** A hardware device description */
30 /** Device ID */
31 unsigned int device; member in struct:device_description
32 /** Device class */
55 /** A hardware device */
56 struct device { struct
59 /** Device description */
63 /** Devices attached to this device */
65 /** Bus device */
    [all...]
  /external/tensorflow/tensorflow/core/grappler/clusters/
utils.h 32 // Returns the DeviceProperties of the specified device
33 DeviceProperties GetDeviceInfo(const DeviceNameUtils::ParsedName& device);
  /external/webrtc/webrtc/sound/
nullsoundsystem.h 39 const SoundDeviceLocator *device,
42 const SoundDeviceLocator *device,
45 bool GetDefaultPlaybackDevice(SoundDeviceLocator **device) override;
46 bool GetDefaultCaptureDevice(SoundDeviceLocator **device) override;
  /frameworks/base/media/java/android/media/midi/
IMidiDeviceListener.aidl 25 void onDeviceAdded(in MidiDeviceInfo device);
26 void onDeviceRemoved(in MidiDeviceInfo device);
  /frameworks/base/tools/preload2/src/com/android/preload/actions/
DeviceSpecific.java 22 * Marks an action as being device-specific. The user must set the device through the specified
23 * method if the device selection changes.
25 * Implementors must tolerate a null device (for example, with a no-op). This includes calling
31 * Set the device that should be used. Note that there is no restriction on calling other
32 * methods of the implementor before a setDevice call. Neither is device guaranteed to be
35 * @param device The device to use going forward.
37 public void setDevice(IDevice device);
  /hardware/intel/img/hwcomposer/merrifield/common/base/
VsyncManager.cpp 71 WTRACE("vsync control on non-primary device %d", disp);
152 IDisplayDevice *device = NULL; local
154 device = getDisplayDevice(IDisplayDevice::DEVICE_EXTERNAL);
155 if (device && device->isConnected()) {
161 device = getDisplayDevice(IDisplayDevice::DEVICE_VIRTUAL);
162 if (device && device->isConnected()) {
165 WTRACE("Could not use vsync from secondary device");
177 IDisplayDevice *device = getDisplayDevice(candidate) local
207 IDisplayDevice *device = getDisplayDevice(mVsyncSource); local
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
HwcLoader.h 85 hwc2_device_t* device = openDeviceWithAdapter(module, &adapted); local
86 if (!device) {
90 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr;
99 // open hwcomposer2 device, install an adapter if necessary
106 hw_device_t* device; local
107 int error = module->methods->open(module, HWC_HARDWARE_COMPOSER, &device);
109 ALOGE("failed to open hwcomposer device: %s", strerror(-error));
113 int major = (device->version >> 24) & 0xf;
116 return adaptHwc1Device(std::move(reinterpret_cast<hwc_composer_device_1*>(device)));
120 return reinterpret_cast<hwc2_device_t*>(device);
125 framebuffer_device_t* device; local
    [all...]
  /hardware/libhardware/modules/camera/3_4/
v4l2_metadata_factory.h 29 int GetV4L2Metadata(std::shared_ptr<V4L2Wrapper> device,
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 106 public boolean connect(BluetoothDevice device) {
109 int connectionState = mStateMachine.getConnectionState(device);
115 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
119 mStateMachine.sendMessage(A2dpSinkStateMachine.CONNECT, device);
123 boolean disconnect(BluetoothDevice device) {
125 int connectionState = mStateMachine.getConnectionState(device);
131 mStateMachine.sendMessage(A2dpSinkStateMachine.DISCONNECT, device);
145 int getConnectionState(BluetoothDevice device) {
147 return mStateMachine.getConnectionState(device);
150 public boolean setPriority(BluetoothDevice device, int priority)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/device/
CameraDeviceActionProvider.java 17 package com.android.camera.device;
20 * Provides a set of executable actions for a given camera device key.
28 * @param <TDevice> The type of camera device the actions produce.
33 * Return a new set of device and api specific actions for the given
CameraOpenException.java 17 package com.android.camera.device;
  /packages/services/Car/car-lib/src/android/car/
ICarBluetoothUserService.aidl 26 void bluetoothConnectToProfile(in int profile, in BluetoothDevice device);
27 void setProfilePriority(in int profile, in BluetoothDevice device, in int priority);

Completed in 282 milliseconds

<<11121314151617181920>>