HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 201 - 225 of 4438) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /device/linaro/hikey/self-extractors/root/
device-vendor.mk 17 LOCAL_STEM := hikey/device-partial.mk
  /device/moto/shamu/
aosp_shamu.mk 18 # $(call inherit-product, device/sample/products/backup_overlay.mk)
21 PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
33 $(call inherit-product, device/moto/shamu/device.mk)
34 $(call inherit-product-if-exists, vendor/moto/shamu/device-vendor.mk)
  /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-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(['mkdir', BIN_DIR, _FRAMEWORK_DIR])
50 device.WriteFile(shell_file, shell_command)
51 device.RunShellCommand(
54 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);
  /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);
  /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/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...]
  /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/service/jni/
com_android_car_CarCameraService.cpp 53 vehicle_camera_device_t *device = (vehicle_camera_device_t*)dev; local
55 if (device != NULL) {
56 device->common.close((struct hw_device_t*)device);
100 hw_device_t *device = NULL; local
103 module->common.methods->open((hw_module_t*)module, cameraTypeString[cameraType], &device);
106 if (device == NULL) {
109 return (jlong)device;
123 vehicle_camera_device_t *device = (vehicle_camera_device_t*)dev; local
124 if (device != NULL)
148 vehicle_camera_device_t *device = (vehicle_camera_device_t*)dev; local
175 vehicle_camera_device_t *device = (vehicle_camera_device_t*)dev; local
202 vehicle_camera_device_t *device = (vehicle_camera_device_t*)dev; local
230 vehicle_camera_device_t *device = (vehicle_camera_device_t*)dev; local
257 vehicle_camera_device_t *device = (vehicle_camera_device_t*)dev; local
284 vehicle_camera_device_t *device = (vehicle_camera_device_t*)dev; local
    [all...]
  /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;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/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/services/Car/service/src/com/android/car/
CarCameraService.java 57 Log.e(TAG, "Null device pointer returned for cameraType = " + i);
76 for (Long device : devices) {
77 nativeClose(device);
118 long device = getDeviceIdLocked(cameraType); local
119 return nativeGetCapabilities(device);
127 long device = getDeviceIdLocked(cameraType); local
128 rect = nativeGetCameraCrop(device);
142 long device = getDeviceIdLocked(cameraType); local
143 nativeSetCameraCrop(device, rect);
151 long device = getDeviceIdLocked(cameraType) local
166 long device = getDeviceIdLocked(cameraType); local
175 long device = getDeviceIdLocked(cameraType); local
190 long device = getDeviceIdLocked(cameraType); local
    [all...]

Completed in 437 milliseconds

1 2 3 4 5 6 7 891011>>