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

<<41424344454647484950>>

  /external/skia/src/effects/
SkPictureImageFilter.cpp 107 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
108 if (nullptr == device.get()) {
114 this->drawPictureAtDeviceResolution(device.get(), bounds, ctx);
116 this->drawPictureAtLocalResolution(proxy, device.get(), bounds, ctx);
119 *result = device.get()->accessBitmap(false);
125 void SkPictureImageFilter::drawPictureAtDeviceResolution(SkBaseDevice* device,
128 SkCanvas canvas(device);
135 void SkPictureImageFilter::drawPictureAtLocalResolution(Proxy* proxy, SkBaseDevice* device,
155 SkCanvas canvas(device);
  /external/skia/src/gpu/vk/
GrVkImage.cpp 81 err = VK_CALL(gpu, CreateImage(gpu->device(), &imageCreateInfo, nullptr, &image));
85 VK_CALL(gpu, DestroyImage(gpu->device(), image, nullptr));
116 VK_CALL(gpu, DestroyImage(gpu->device(), fImage, nullptr));
117 VK_CALL(gpu, FreeMemory(gpu->device(), fAlloc, nullptr));
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMapFacade.java 68 public Boolean mapDisconnect(BluetoothDevice device) {
69 if (sMapProfile.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
70 sMapProfile.setPriority(device, BluetoothProfile.PRIORITY_ON);
72 return sMapProfile.disconnect(device);
80 @Rpc(description = "Disconnect an MAP device.")
82 @RpcParameter(name = "deviceID", description = "Name or MAC address of a device.")
108 @Rpc(description = "Get the currently connected remote Bluetooth device (PCE).")
  /external/tinyalsa/
tinypcminfo.c 102 unsigned int device = 0; local
107 fprintf(stderr, "Usage: %s -D card -d device\n", argv[0]);
122 device = atoi(*argv);
128 printf("Info for card %d, device %d:\n", card, device);
138 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN);
140 printf("Device does not exist.\n");
  /external/vulkan-validation-layers/tests/
vktestframeworkandroid.h 53 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
  /frameworks/av/camera/ndk/
NdkCameraManager.cpp 117 /*out*/ACameraDevice** device) {
119 if (mgr == nullptr || cameraId == nullptr || callback == nullptr || device == nullptr) {
120 ALOGE("%s: invalid argument! mgr %p cameraId %p callback %p device %p",
121 __FUNCTION__, mgr, cameraId, callback, device);
124 return mgr->openCamera(cameraId, callback, device);
  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.cpp 25 ALOGV("~ACameraCaptureSession: %p notify device end of life", this);
78 ALOGE("Error: Device associated with session %p has been closed!", this);
96 ALOGE("Error: Device associated with session %p has been closed!", this);
117 ALOGE("Error: Device associated with session %p has been closed!", this);
138 ALOGE("Error: Device associated with session %p has been closed!", this);
156 ALOGE("Error: Device associated with session %p has been closed!", this);
170 sp<CameraDevice> device = mDevice.promote(); local
171 if (device == nullptr || device->isClosed()) {
172 ALOGW("Device is closed but session %d is not notified", mId)
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
HwModule.h 70 audio_devices_t device, String8 address);
73 audio_devices_t device, String8 address);
105 sp<HwModule> getModuleForDevice(audio_devices_t device) const;
107 sp<DeviceDescriptor> getDeviceDescriptor(const audio_devices_t device,
  /frameworks/base/core/java/android/hardware/usb/
UsbManager.java 52 * Broadcast Action: A sticky broadcast for USB state change events when in device mode.
101 * Broadcast Action: A broadcast for USB device attached event.
103 * This intent is sent when a USB device is attached to the USB bus when in host mode.
106 * for the attached device
113 * Broadcast Action: A broadcast for USB device detached event.
115 * This intent is sent when a USB device is detached from the USB bus when in host mode.
118 * for the detached device
267 * containing the {@link UsbDevice} object for the device.
269 public static final String EXTRA_DEVICE = "device";
299 * USB device name is the key for the returned HashMap
    [all...]
  /frameworks/compile/libbcc/
libbcc-device-build.mk 61 $(LLVM_ROOT_PATH)/device/include \
  /frameworks/native/vulkan/include/vulkan/
vk_layer_interface.h 46 typedef VkResult(VKAPI_PTR* PFN_vkSetDeviceLoaderData)(VkDevice device,
  /hardware/bsp/intel/peripheral/wifi/bcm43340/
bcm43340_hal.cpp 135 close_bcm43340_driver(struct hw_device_t *device) {
136 wifi_driver_device_t *dev = (wifi_driver_device_t *)device;
143 open_bcm43340_driver(const struct hw_module_t* module, const char*, struct hw_device_t** device) {
157 *device = &dev->common;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DisplayAnalyzer.h 56 inline void setCompositionType(int device, int type, bool reset);
  /hardware/libhardware_legacy/
qemu.h 41 char device[32]; member in struct:__anon31613
  /hardware/qcom/audio/post_proc/
effect_api.c 88 uint32_t device)
91 bassboost->device = device;
130 *p_param_values++ = bassboost->device;
164 uint32_t device)
167 virtualizer->device = device;
213 *p_param_values++ = virtualizer->device;
254 void offload_eq_set_device(struct eq_params *eq, uint32_t device)
257 eq->device = device
    [all...]
effect_api.h 31 uint32_t device);
51 uint32_t device);
70 void offload_eq_set_device(struct eq_params *eq, uint32_t device);
109 void offload_reverb_set_device(struct reverb_params *reverb, uint32_t device);
  /hardware/qcom/display/msm8996/hdmi_cec/
qhdmi_cec.h 53 hdmi_cec_device_t device; // Device for HW module member in struct:qhdmicec::cec_context_t
  /packages/apps/Camera2/src/com/android/camera/app/
CameraProvider.java 19 import com.android.camera.device.CameraId;
29 * Requests the camera device. If the camera device of the same ID is
32 * @param id The ID of the requested camera device.
37 * Requests the camera device. If the camera device of the same ID is
40 * @param id The ID of the requested camera device.
48 * Releases the camera device.
74 * Returns the total number of cameras available on the device.
  /packages/apps/Camera2/src/com/android/camera/device/
LegacyCameraActionProvider.java 17 package com.android.camera.device;
26 * a Legacy API camera device.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothConnectionsManager.java 57 BluetoothDevice device = intent.getExtras().getParcelable(BluetoothDevice.EXTRA_DEVICE); local
58 if (device != null) {
60 listChanged = connected.add(device.getAddress());
62 listChanged = connected.remove(device.getAddress());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamVoiceAction.java 17 package com.android.tv.settings.device.display.daydream;
27 * Activity that handles a SLEEP voice action (putting the device to sleep).
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
FormattingProgressFragment.java 17 package com.android.tv.settings.device.storage;
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
AndroidBvtHelper.java 53 public AndroidBvtHelper(UiDevice device, Context context, UiAutomation uiAutomation) {
55 mDevice = device;
59 public static AndroidBvtHelper getInstance(UiDevice device, Context context,
62 sInstance = new AndroidBvtHelper(device, context, uiAutomation);
110 /** Returns true if the device is a tablet */
  /prebuilts/devtools/tools/lib/
screenshot2.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netrom/
netrom.h 45 char device[16]; member in struct:nr_route_struct

Completed in 1204 milliseconds

<<41424344454647484950>>