/external/chromium-trace/catapult/devil/devil/android/ |
forwarder.py | 53 """Thread-safe class to manage port forwards from the device to the host.""" 66 def Map(port_pairs, device, tool=None): 72 port will by dynamically assigned on the device. You can 75 device: A DeviceUtils instance. 86 instance._InitDeviceLocked(device, tool) 88 device_serial = str(device) 107 Forwarder._KillDeviceLocked(device, tool) 109 ps_out = device.RunShellCommand(['ps']) 127 logging.info('Forwarding device port: %d to host port: %d.', 131 def UnmapDevicePort(device_port, device) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothMap.java | 171 * Get the currently connected remote Bluetooth device (PCE). 172 * @return The remote Bluetooth device, or null if not in connected or 190 * Returns true if the specified Bluetooth device is connected. 194 public boolean isConnected(BluetoothDevice device) { 195 if (VDBG) log("isConnected(" + device + ")"); 198 return mService.isConnected(device); 211 public boolean connect(BluetoothDevice device) { 212 if (DBG) log("connect(" + device + ")" + "not supported for MAPS"); 219 * @param device Remote Bluetooth Device [all...] |
/system/media/brillo/audio/audioservice/test/ |
audio_device_handler_test.cpp | 16 // Tests for audio device handler. 223 audio_devices_t device = AUDIO_DEVICE_IN_WIRED_HEADSET; local 224 handler_.connected_input_devices_.insert(device); 226 NotifyAudioPolicyService(device, 235 audio_devices_t device = AUDIO_DEVICE_OUT_WIRED_HEADPHONE; local 236 handler_.connected_output_devices_.insert(device); 238 NotifyAudioPolicyService(device, 301 // Test ConnectAudioDevice() with an input device. 303 audio_devices_t device = AUDIO_DEVICE_IN_WIRED_HEADSET; local 305 NotifyAudioPolicyService(device, 316 audio_devices_t device = AUDIO_DEVICE_OUT_WIRED_HEADSET; local 329 audio_devices_t device = AUDIO_DEVICE_IN_WIRED_HEADSET; local 342 audio_devices_t device = AUDIO_DEVICE_OUT_WIRED_HEADSET; local [all...] |
/frameworks/native/vulkan/nulldrv/ |
null_driver_gen.h | 34 VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName); 43 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator); 48 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 51 VKAPI_ATTR VkResult DeviceWaitIdle(VkDevice device); 52 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); 53 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator); 54 VKAPI_ATTR VkResult MapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData); 55 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory); 56 VKAPI_ATTR VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges); 57 VKAPI_ATTR VkResult InvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) [all...] |
/bootable/recovery/mtdutils/ |
mounts.c | 28 const char *device; member in struct:MountedVolume 49 free((char *)volume->device); 93 v->device = strdup(mentry->mnt_fsname); 103 find_mounted_volume_by_device(const char *device) 111 if (v->device != NULL) { 112 if (strcmp(v->device, device) == 0) { 158 return mount(volume->device, volume->mount_point, volume->filesystem,
|
/cts/apps/CameraITS/tests/inprog/ |
test_test_patterns.py | 16 import its.device namespace 25 with its.device.ItsSession() as cam:
|
/cts/apps/CameraITS/tests/scene0/ |
test_capture_result_dump.py | 17 import its.device namespace 26 with its.device.ItsSession() as cam:
|
test_sensor_events.py | 15 import its.device namespace 22 Test will only work if the screen is on (i.e.) the device isn't in standby. 26 with its.device.ItsSession() as cam:
|
/cts/apps/CameraITS/tests/scene1/ |
test_3a.py | 15 import its.device namespace 24 with its.device.ItsSession() as cam:
|
/cts/apps/CameraITS/tools/ |
config.py | 15 import its.device namespace 47 ["reboot", "camera", "target", "device"]] 50 with its.device.ItsSession() as cam:
|
get_camera_ids.py | 16 import its.device namespace 29 with its.device.ItsSession() as cam:
|
/cts/hostsidetests/security/src/android/cts/security/ |
PerfEventParanoidTest.java | 18 import com.android.tradefed.device.ITestDevice; 19 import com.android.tradefed.device.DeviceNotAvailableException; 25 * a reference to the device under test. 42 + "to your device kernel's defconfig and apply the\n"
|
/development/ndk/platforms/android-3/include/linux/ |
miscdevice.h | 44 struct device; 52 struct device *dev;
|
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/development/tools/labpretest/sholes/ |
custom_flash.sh | 12 # bootfile, then flashes device 19 # device 28 log_print "Wrong device type, expected sholes!" 33 secure=`$fastboot -s $device getvar secure 2>&1 | sed -n 's/secure: \([a-z]*\)\n*/\1/ p'` 49 log_print "downloading bootloader image to $device"
|
/device/asus/fugu/libaudio/ |
ATVAudioPolicyManager.h | 36 virtual status_t setDeviceConnectionState(audio_devices_t device, 46 audio_devices_t device); 49 // Flag which indicates whether to record from the submix device.
|
/device/generic/mini-emulator-armv7-a-neon/ |
BoardConfig.mk | 6 include device/generic/armv7-a-neon/BoardConfig.mk
|
/device/generic/mini-emulator-mips/ |
BoardConfig.mk | 7 include device/generic/mips/BoardConfig.mk
|
/device/generic/mips/ |
BoardConfig.mk | 17 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth 30 BOARD_EGL_CFG := device/generic/goldfish/opengl/system/egl/egl.cfg
|
/device/generic/x86/ |
BoardConfig.mk | 16 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth 26 BOARD_EGL_CFG := device/generic/goldfish/opengl/system/egl/egl.cfg
|
/device/google/dragon/self-extractors/ |
files-by-owner.sh | 25 cat > $target_owner/staging/device-partial.mk << EOF 41 echo -n "# " >> $target_owner/staging/device-partial.mk 44 echo -n Nvidia >> $target_owner/staging/device-partial.mk 47 echo -n Google >> $target_owner/staging/device-partial.mk 50 echo " blob(s) necessary for Dragon hardware" >> $target_owner/staging/device-partial.mk 51 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 81 echo " vendor/$target_owner/dragon/proprietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 83 echo " vendor/$target_owner/dragon/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 90 echo >> $target_owner/staging/device-partial.mk 93 true ; #echo PRODUCT_PACKAGES := libacdbloader >> $target_owner/staging/device-partial.m [all...] |
/device/moto/shamu/ |
BoardConfig.mk | 43 # of the device. 50 BOARD_EGL_CFG := device/moto/shamu/egl.cfg 70 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/moto/shamu/bluetooth_extra 72 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/moto/shamu/bluetooth 80 TARGET_BOARD_INFO_FILE := device/moto/shamu/board-info.txt 85 TARGET_CRYPTFS_HW_PATH := device/moto/shamu/cryptfs_hw 100 TARGET_RECOVERY_FSTAB = device/moto/shamu/fstab.shamu 102 TARGET_RELEASETOOLS_EXTENSIONS := device/moto/shamu 107 BOARD_SEPOLICY_DIRS += device/moto/shamu/sepolicy
|
/external/autotest/server/site_tests/brillo_DiskSizeTest/ |
brillo_DiskSizeTest.py | 15 """Verify that a Brillo device has its wifi properly configured.""" 20 """Check that a given device is large enough. 23 @param path: Path to device or a location within its mounted filesystem. 24 @param min_size: Minimum device size in 1K blocks. 33 device, device_size = df_output[1].split()[0:2] 36 'Size of device %s (%s) is less than required (%s)' % 37 (device, device_size, min_size))
|
/external/e2fsprogs/misc/ |
ismounted.c | 88 char buf[1024], *device = 0, *mnt_dir = 0, *cp; local 105 device = mnt_dir = 0; 111 device = parse_word(&cp); 112 if (!device || *device == '#') 116 if (device[0] != '/') 119 if (strcmp(file, device) == 0) 121 if (stat(device, &st_buf) == 0) { 138 * Do an extra check to see if this is the root device. We 141 * check if the given device has the same major/minor numbe [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d10misc.h | 37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device); 41 IDXGISwapChain **swapchain, ID3D10Device **device);
|