/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
dma-mapping.h | 15 #include <linux/device.h>
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
dma-mapping.h | 15 #include <linux/device.h>
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
dma-mapping.h | 15 #include <linux/device.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
dma-mapping.h | 15 #include <linux/device.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
dma-mapping.h | 15 #include <linux/device.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
dma-mapping.h | 15 #include <linux/device.h>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
NestedConfiguration.java | 24 import com.android.sdklib.devices.Device; 250 * Sets whether the device should be overridden by this configuration 259 * Returns true if the device is overridden 261 * @return true if the device is overridden 269 public Device getDevice() { 278 public void setDevice(Device device, boolean skipSync) { 280 super.setDevice(device, skipSync); 282 mParent.setDevice(device, skipSync); 287 * Sets whether the device state should be overridden by this configuratio 315 Device device = super.getDevice(); local 332 Device device = super.getDevice(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | 93 * Controls the launch of Android application either on a device or on the 127 * List of application waiting to be launched on a device/emulator.<br> 284 * Launches an android app on the device or emulator 341 // device chooser response object. 346 * - Use Last Launched Device/AVD set. 347 * If user requested to use same device for future launches, and the last launched 348 * device/avd is still present, then simply launch on the same device/avd. 360 * If == 1, launch the application on this AVD/device. 367 // check to see if the last used device is still onlin 1005 launchInfo.getProject(), launchInfo.getPackageName(), device); local 1613 IDevice device = client.getDevice(); local [all...] |
EmptyLaunchAction.java | 36 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) { 38 String msg = String.format("%1$s installed on device",
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
test_channel.py | 17 """Script for sending testing parameters and commands to a Bluetooth device. 20 Bluetooth device. It is intended to be used in tandem with the test vendor 29 tcp:<port>' to forward the port to the device. 30 2. In a separate shell, build and push the test vendor library to the device 33 3. Once logcat has started, turn Bluetooth on from the device. 50 # Used to generate fake device names and addresses during discovery. 89 device = Device(name, address) 90 self._discovered_devices.add_device(device) 91 return device [all...] |
/system/connectivity/shill/dbus/ |
chromeos_modem_manager_proxy.cc | 94 void ChromeosModemManagerProxy::DeviceAdded(const dbus::ObjectPath& device) { 96 manager_->OnDeviceAdded(device.value()); 99 void ChromeosModemManagerProxy::DeviceRemoved(const dbus::ObjectPath& device) { 101 manager_->OnDeviceRemoved(device.value());
|
/system/connectivity/shill/test-scripts/ |
get-profile-entry | 30 device = flim.FindElementByPropertySubstring('Profile', variable
|
/system/core/toolbox/ |
ioctl.c | 44 fprintf(stderr, "%s [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>\n" 47 " -r Open device in read only mode\n" 104 const char* device = argv[optind]; local 106 if (strcmp(device, "-") == 0) { 109 fd = open(device, read_only ? O_RDONLY : (O_RDWR | O_SYNC)); 156 printf(" to %s\n", device);
|
/system/keymaster/ |
ecdsa_keymaster1_operation.cpp | 56 return engine_->device()->begin(engine_->device(), purpose_, &key_data->key_material, 75 return engine_->device()->abort(engine_->device(), operation_handle_);
|
/system/update_engine/ |
boot_control_android.h | 45 std::string* device) const override;
|
/system/update_engine/common/ |
boot_control_interface.h | 30 // update_engine. This interface is used for controlling where the device should 51 // Determines the block device for the given partition name and slot number. 54 // every slot. On success, returns true and stores the block device in 55 // |device|. 58 std::string* device) const = 0;
|
boot_control_stub.cc | 36 string* device) const {
|
boot_control_stub.h | 43 std::string* device) const override;
|
/system/vold/ |
EmulatedVolume.h | 41 EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid);
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesTestsUtil.cpp | 39 const VkDevice device, 43 : m_buffer (createBuffer(vk, device, &bufferCreateInfo)) 44 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement)) 46 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset())); 50 const VkDevice device, 54 : m_image (createImage(vk, device, &imageCreateInfo)) 55 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement)) 57 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset())); 272 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex) 281 return createCommandPool(vk, device, &commandPoolParams) [all...] |
/frameworks/av/camera/tests/ |
CameraBinderTests.cpp | 326 // Make sure we're available, or skip device tests otherwise 335 sp<hardware::camera2::ICameraDeviceUser> device; local 337 hardware::ICameraService::USE_CALLING_UID, /*out*/&device); 339 ASSERT_NE(nullptr, device.get()); 340 device->disconnect(); 375 sp<hardware::camera2::ICameraDeviceUser> device; local 379 hardware::ICameraService::USE_CALLING_UID, /*out*/&device); 382 auto p = std::make_pair(callbacks, device); 428 // Make sure we're available, or skip device tests otherwise 438 sp<hardware::camera2::ICameraDeviceUser> device = p.second local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
HeadsetClientStateMachine.java | 155 // Indicates whether audio can be routed to the device. 162 // currently connected device 1350 BluetoothDevice device = (BluetoothDevice) message.obj; local 1582 BluetoothDevice device = (BluetoothDevice) message.obj; local 2146 BluetoothDevice device = (BluetoothDevice) message.obj; local 2665 BluetoothDevice device = null; field in class:HeadsetClientStateMachine.StackEvent [all...] |
/system/connectivity/shill/test-rpc-proxy/ |
proxy_dbus_shill_wifi_client.cc | 266 std::unique_ptr<DeviceProxy> device = local 268 if (!device) { 273 is_success &= device->ClearProperty(shill::kBgscanMethodProperty, nullptr); 275 is_success &= device->SetProperty( 280 is_success &= device->SetProperty( 284 is_success &= device->SetProperty( 288 is_success &= device->SetProperty( 416 for (auto& device : dbus_client_->GetDeviceProxies()) { 420 device.get(), shill::kTypeProperty, &device_type)) { 425 device.get(), shill::kNameProperty, &device_name)) 477 std::unique_ptr<DeviceProxy> device = local 493 std::unique_ptr<DeviceProxy> device = local 508 std::unique_ptr<DeviceProxy> device = local 522 std::unique_ptr<DeviceProxy> device = local 567 std::unique_ptr<DeviceProxy> device = local 581 std::unique_ptr<DeviceProxy> device = local 594 std::unique_ptr<DeviceProxy> device = local 620 std::unique_ptr<DeviceProxy> device = local [all...] |
/external/libmtp/src/ |
playlist-spl.c | 67 static text_t* read_into_spl_text_t(LIBMTP_mtpdevice_t *device, const int fd); 68 static void write_from_spl_text_t(LIBMTP_mtpdevice_t *device, const int fd, text_t* p); 108 * Take an object ID, a .spl playlist on the MTP device, 111 * @param device mtp device pointer 113 * @param id .spl playlist id on MTP device 117 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi, 144 int ret = LIBMTP_Get_File_To_File_Descriptor(device, pl->playlist_id, fd, NULL, NULL, NULL); 146 // FIXME add_ptp_error_to_errorstack(device, ret, "LIBMTP_Get_Playlist: Could not get .spl playlist file."); 151 text_t* p = read_into_spl_text_t(device, fd) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGatt.java | 34 * <p>To connect to a remote peripheral device, create a {@link BluetoothGattCallback} 36 * GATT capable devices can be discovered using the Bluetooth device discovery or BLE 88 /** A remote device connection is congested. */ 174 + " clientIf=" + clientIf + " device=" + address); 202 * of the remote device database. Let the application know that 208 if (DBG) Log.d(TAG, "onSearchComplete() = Device=" + address + " Status=" + status); 214 //services we receive don't have device set properly. 250 if (VDBG) Log.d(TAG, "onCharacteristicRead() - Device=" + address 253 Log.w(TAG, "onCharacteristicRead() - Device=" + address 294 * Characteristic has been written to the remote device [all...] |