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

<<31323334353637383940>>

  /hardware/qcom/audio/msm8909/post_proc/
bass_boost.h 42 uint32_t device; member in struct:bassboost_context_s
53 uint32_t device; member in struct:pbe_context_s
70 int bass_set_device(effect_context_t *context, uint32_t device);
91 int bassboost_set_device(effect_context_t *context, uint32_t device);
105 int pbe_set_device(effect_context_t *context, uint32_t device);
  /hardware/qcom/display/msm8084/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
97 // Open Gralloc device
99 hw_device_t** device)
108 *device = &dev->common;
111 status = fb_device_open(module, name, device);
  /hardware/qcom/display/msm8226/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
97 // Open Gralloc device
99 hw_device_t** device)
111 *device = &dev->common;
114 status = fb_device_open(module, name, device);
  /hardware/qcom/display/msm8909/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
96 // Open Gralloc device
98 hw_device_t** device)
110 *device = &dev->common;
113 status = fb_device_open(module, name, device);
framebuffer.cpp 52 framebuffer_device_t device; member in struct:fb_context_t
400 hw_device_t** device)
418 dev->device.common.tag = HARDWARE_DEVICE_TAG;
419 dev->device.common.version = 0;
420 dev->device.common.module = const_cast<hw_module_t*>(module);
421 dev->device.common.close = fb_close;
422 dev->device.setSwapInterval = fb_setSwapInterval;
423 dev->device.post = fb_post;
424 dev->device.setUpdateRect = 0;
425 dev->device.compositionComplete = fb_compositionComplete
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 38 * Name of the graphics device to open
171 * Every device data structure must begin with hw_device_t
259 /** convenience API for opening and closing a device */
262 struct copybit_device_t** device) {
264 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
267 static inline int copybit_close(struct copybit_device_t* device) {
268 return device->common.close(&device->common);
  /hardware/qcom/display/msm8960/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
96 // Open Gralloc device
98 hw_device_t** device)
107 *device = &dev->common;
110 status = fb_device_open(module, name, device);
  /hardware/qcom/display/msm8994/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
96 // Open Gralloc device
98 hw_device_t** device)
110 *device = &dev->common;
113 status = fb_device_open(module, name, device);
framebuffer.cpp 60 framebuffer_device_t device; member in struct:fb_context_t
408 hw_device_t** device)
426 dev->device.common.tag = HARDWARE_DEVICE_TAG;
427 dev->device.common.version = 0;
428 dev->device.common.module = const_cast<hw_module_t*>(module);
429 dev->device.common.close = fb_close;
430 dev->device.setSwapInterval = fb_setSwapInterval;
431 dev->device.post = fb_post;
432 dev->device.setUpdateRect = 0;
433 dev->device.compositionComplete = fb_compositionComplete
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
96 // Open Gralloc device
98 hw_device_t** device)
110 *device = &dev->common;
113 status = fb_device_open(module, name, device);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ActivityLaunchAction.java 47 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) {
57 String msg = String.format("Starting activity %1$s on device %2$s", mActivity,
58 device);
67 device.executeShellCommand(command, new AMReceiver(info, device, mLaunchController));
85 AdtPlugin.log(e, "No command output when running: '%1$s' on device %2$s", command,
86 device);
98 * Launches the activity on targeted device
108 // on a device, it should still be performed on all other devices.
  /system/core/gatekeeperd/
gatekeeperd.cpp 54 device = NULL;
60 ret = gatekeeper_open(module, &device);
67 if (device != NULL && device->delete_all_users != NULL) {
68 device->delete_all_users(device);
74 if (device) gatekeeper_close(device);
147 if (device) {
160 ret = device->enroll(device, uid, current_password_handle, current_password_handle_length
319 gatekeeper_device_t *device; member in class:android::GateKeeperProxy
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAMixer.cpp 54 const AudioSystem::audio_devices device; member in struct:android::alsa_properties_t
108 ALOGW("Unable to attach mixer to device %s: %s",
112 ALOGE("Unable to attach mixer to device default: %s",
209 for (int j = 0; mixerProp[j][i].device; j++) {
257 for (int j = 0; mixerProp[j][i].device; j++) {
305 status_t ALSAMixer::setVolume(uint32_t device, float left, float right)
307 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++)
308 if (mixerProp[j][SND_PCM_STREAM_PLAYBACK].device & device) {
328 status_t ALSAMixer::setGain(uint32_t device, float gain
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 44 const vk::VkDevice device = m_context.getDevice(); local
48 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
54 m_colorTargetImage = Image::createAndAlloc(m_vk, device, targetImageCreateInfo, m_context.getDefaultAllocator());
57 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo);
87 m_renderPass = vk::createRenderPass(m_vk, device, &renderPassCreateInfo);
94 m_framebuffer = vk::createFramebuffer(m_vk, device, &framebufferCreateInfo);
125 m_vertexBuffer = Buffer::createAndAlloc(m_vk, device, BufferCreateInfo(dataSize,
132 device,
138 m_cmdPool = vk::createCommandPool(m_vk, device, &cmdPoolCreateInfo);
148 m_cmdBuffer = vk::allocateCommandBuffer(m_vk, device, &cmdBufferAllocateInfo)
    [all...]
  /external/libpcap/tests/
valgrindtest.c 212 char *cp, *device; local
230 device = NULL;
253 device = optarg;
267 if (device == NULL) {
272 device = pcap_lookupdev(ebuf);
273 if (device == NULL) {
302 pd = pcap_create(device, ebuf);
304 error("%s: pcap_create() failed: %s", device, ebuf);
308 device, pcap_statustostr(status));
312 device, pcap_statustostr(status))
    [all...]
  /external/skia/src/core/
SkCoreBlitters.h 19 SkRasterBlitter(const SkPixmap& device) : fDevice(device) {}
35 SkShaderBlitter(const SkPixmap& device, const SkPaint& paint,
65 SkA8_Coverage_Blitter(const SkPixmap& device, const SkPaint& paint);
76 SkA8_Blitter(const SkPixmap& device, const SkPaint& paint);
95 SkA8_Shader_Blitter(const SkPixmap& device, const SkPaint& paint,
117 SkARGB32_Blitter(const SkPixmap& device, const SkPaint& paint);
142 SkARGB32_Opaque_Blitter(const SkPixmap& device, const SkPaint& paint)
143 : INHERITED(device, paint) { SkASSERT(paint.getAlpha() == 0xFF); }
154 SkARGB32_Black_Blitter(const SkPixmap& device, const SkPaint& paint
    [all...]
  /external/toybox/toys/posix/
df.c 86 char *device; local
116 device = *mt->device == '/' ? realpath(mt->device, NULL) : NULL;
117 if (!device) device = mt->device;
120 measure_column(0, device);
135 TT.column_widths[0], device,
138 TT.column_widths[0], device,
    [all...]
  /external/webrtc/talk/media/devices/
devicemanager.cc 94 std::vector<Device> devices;
108 bool DeviceManager::GetAudioInputDevices(std::vector<Device>* devices) {
112 bool DeviceManager::GetAudioOutputDevices(std::vector<Device>* devices) {
116 bool DeviceManager::GetAudioInputDevice(const std::string& name, Device* out) {
120 bool DeviceManager::GetAudioOutputDevice(const std::string& name, Device* out) {
124 bool DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) {
127 // On Android and iOS, we treat the camera(s) as a single device. Even if
129 Device dev("camera", "1"); // name and ID
138 Device* out) {
139 // If the name is empty, return the default device
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 56 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote device. </li>
57 * <li> {@link #EXTRA_LOCAL_ROLE} - Which local role the remote device is
76 * The local role of the PAN profile that the remote device is bound to.
83 * The local device is acting as a Network Access Point.
89 * The local device is acting as a PAN User.
218 * Initiate connection to a profile of the remote bluetooth device.
221 * device is already connected or Bluetooth is not turned on.
230 * @param device Remote Bluetooth Device
235 public boolean connect(BluetoothDevice device) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 82 for (CachedBluetoothDevice device :
84 pw.println(" " + getDeviceString(device));
102 private String getDeviceString(CachedBluetoothDevice device) {
103 return device.getName() + " " + device.getBondState() + " " + device.isConnected();
145 public void connect(final CachedBluetoothDevice device) {
146 if (mLocalBluetoothManager == null || device == null) return;
147 device.connect(true);
151 public void disconnect(CachedBluetoothDevice device) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 26 import com.android.sdklib.devices.Device;
47 * overrides the device will probably return a phone-sized screen if the
48 * inherited device is a tablet, or vice versa.
218 // Cached values, key=parent's device, cached value=device
219 private Device mPrevParentDevice;
220 private Device mPrevDevice;
224 public Device getDevice() {
228 Device device = mParent.getDevice() local
351 Device device = getDevice(); local
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkFunctionPointerTypes.inl 14 typedef VKAPI_ATTR PFN_vkVoidFunction (VKAPI_CALL* GetDeviceProcAddrFunc) (VkDevice device, const char* pName);
16 typedef VKAPI_ATTR void (VKAPI_CALL* DestroyDeviceFunc) (VkDevice device, const VkAllocationCallbacks* pAllocator);
21 typedef VKAPI_ATTR void (VKAPI_CALL* GetDeviceQueueFunc) (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue);
24 typedef VKAPI_ATTR VkResult (VKAPI_CALL* DeviceWaitIdleFunc) (VkDevice device);
25 typedef VKAPI_ATTR VkResult (VKAPI_CALL* AllocateMemoryFunc) (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
26 typedef VKAPI_ATTR void (VKAPI_CALL* FreeMemoryFunc) (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
27 typedef VKAPI_ATTR VkResult (VKAPI_CALL* MapMemoryFunc) (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData);
28 typedef VKAPI_ATTR void (VKAPI_CALL* UnmapMemoryFunc) (VkDevice device, VkDeviceMemory memory);
29 typedef VKAPI_ATTR VkResult (VKAPI_CALL* FlushMappedMemoryRangesFunc) (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
30 typedef VKAPI_ATTR VkResult (VKAPI_CALL* InvalidateMappedMemoryRangesFunc) (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges)
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils_test.py 76 cmd, output, status, str(self.device))
83 self.device = device_utils.DeviceUtils(
87 self.device, default_timeout=10, default_retries=0)
111 (self.call.device.RunShellCommand(
120 (self.call.device.RunShellCommand(
129 (self.call.device.RunShellCommand(
140 with self.patch_call(self.call.device.build_version_sdk,
144 (self.call.device.RunShellCommand(
146 (self.call.device.RunShellCommand(
150 (self.call.device.RunShellCommand
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices.py 52 (bus, device) = GetBusDeviceFromTTY(tty_string)
53 node = device_tree_map[bus].FindDeviceNumber(device)
80 """Determines if this device has a device connected to the given port."""
84 """Gets the device connected to the given port on this device."""
90 Output format is, e.g. 1:3:3:Device 42 (ID 1234:5678 Some Device)
91 meaning that from the bus, if you look at the device connected
92 to port 1, then the device connected to port 3 of that
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 195 int getConnectionState(BluetoothDevice device) {
197 return (mConnectedDevices.contains(device) ? BluetoothProfile.STATE_CONNECTED
201 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) {
203 if (device == null) {
204 throw new NullPointerException("device == null");
206 if (!(mConnectedDevices.contains(device))) {
208 Log.e(TAG, "Device: " + cdevice);
210 Log.e(TAG," Device does not match " + device);
215 MESSAGE_SEND_GROUP_NAVIGATION_CMD,keyCode, keyState, device);
569 BluetoothDevice device = (BluetoothDevice)msg.obj; local
811 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice local
843 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice local
855 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice local
867 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice local
880 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice local
892 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice local
903 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice local
914 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice local
926 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice local
    [all...]

Completed in 957 milliseconds

<<31323334353637383940>>