/hardware/qcom/audio/legacy/alsa_sound/ |
ALSAControl.cpp | 42 ALSAControl::ALSAControl(const char *device) 44 ALOGD("ALSAControl: ctor device %s", device); 45 mHandle = mixer_open(device);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
IngestObjectInfo.java | 49 public String getName(MtpDevice device) { 50 if (device != null) { 51 MtpObjectInfo info = device.getObjectInfo(mHandle);
|
/system/connectivity/shill/ |
ppp_device_unittest.cc | 46 scoped_refptr<PPPDevice> device = new PPPDevice(&control, nullptr, &metrics, local 60 IPConfig::Properties props = device->ParseIPConfiguration("in-test", config); 77 IPConfig::Properties props2 = device->ParseIPConfiguration("in-test", config);
|
/system/core/fingerprintd/ |
FingerprintDaemonProxy.cpp | 51 const int64_t device = (int64_t) instance->mDevice; local 55 callback->onError(device, msg->data.error); 59 callback->onAcquired(device, msg->data.acquired.acquired_info); 69 callback->onAuthenticated(device, 78 callback->onEnrollResult(device, 87 callback->onRemoved(device, 96 callback->onEnumerate(device, 214 hw_device_t *device = NULL; local 216 if (0 != (err = mModule->common.methods->open(hw_module, NULL, &device))) { 221 if (kVersion != device->version) [all...] |
/system/media/brillo/audio/audioservice/ |
audio_device_handler.h | 47 // device will result in multiple calls to this method. 102 // Notify the audio policy service that this device has been removed. 104 // |device| is the audio device whose state is to be changed. 105 // |state| is the current state of |device|. 106 virtual void NotifyAudioPolicyService(audio_devices_t device, 109 // Connect an audio device by calling aps and add it to the appropriate set 112 // |device| is the audio device that has been added. 113 void ConnectAudioDevice(audio_devices_t device); [all...] |
/system/vold/ |
Disk.h | 40 Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags); 90 /* Device path under sysfs */ 92 /* Device path under dev */ 94 /* Kernel device representing disk */ 111 void createPublicVolume(dev_t device); 112 void createPrivateVolume(dev_t device, const std::string& partGuid);
|
/external/vulkan-validation-layers/demos/ |
tri.c | 175 VkDevice device; member in struct:demo 309 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, cmd_bufs); 330 err = vkAllocateCommandBuffers(demo->device, &cmd, &demo->setup_cmd); 491 err = vkCreateSemaphore(demo->device, &presentCompleteSemaphoreCreateInfo, 496 err = demo->fpAcquireNextImageKHR(demo->device, demo->swapchain, UINT64_MAX, 505 vkDestroySemaphore(demo->device, presentCompleteSemaphore, NULL); 570 vkDestroySemaphore(demo->device, presentCompleteSemaphore, NULL); 653 err = demo->fpCreateSwapchainKHR(demo->device, &swapchain, NULL, 662 demo->fpDestroySwapchainKHR(demo->device, oldSwapchain, NULL); 665 err = demo->fpGetSwapchainImagesKHR(demo->device, demo->swapchain 2099 VkDeviceCreateInfo device = { local [all...] |
/bootable/recovery/ |
wear_touch.h | 40 int openDevice(const char* device);
|
/build/target/product/ |
aosp_arm64.mk | 20 # entirely appropriate to inherit from for on-device configurations. 28 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
|
aosp_mips64.mk | 20 # entirely appropriate to inherit from for on-device configurations. 28 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_mips64/device.mk)
|
full_base_telephony.mk | 20 # entirely appropriate to inherit from for on-device configurations. 27 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
full_x86.mk | 20 # entirely appropriate to inherit from for on-device configurations. 22 # If running on an emulator or some other device that has a LAN connection 27 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86/device.mk)
|
/cts/common/device-side/util/tests/ |
Android.mk | 21 LOCAL_STATIC_JAVA_LIBRARIES := compatibility-device-util 25 LOCAL_MODULE := compatibility-device-util-tests
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
FailureListener.java | 19 import com.android.tradefed.device.DeviceNotAvailableException; 20 import com.android.tradefed.device.ITestDevice; 38 public FailureListener(ITestInvocationListener listener, ITestDevice device, 42 mDevice = device; 78 CLog.e("Device %s became unavailable while capturing screenshot", 88 " this is a\" user\" build device"); 94 CLog.e("Device %s became unavailable while rebooting",
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
CustomManagedProfileTest.java | 18 import com.android.tradefed.device.DeviceNotAvailableException;
|
MixedDeviceOwnerTest.java | 20 import com.android.tradefed.device.DeviceNotAvailableException; 26 * Set of tests for device owner use cases that also apply to profile owners. 39 assertTrue("Failed to set device owner", setDeviceOwner( 48 assertTrue("Failed to remove device owner",
|
/cts/hostsidetests/ui/src/android/ui/cts/ |
InstallTimeTest.java | 30 import com.android.tradefed.device.ITestDevice; 82 final ITestDevice device = mDevice; local 86 device.uninstallPackage(PACKAGE); 92 device.installPackage(app, false, options);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
VulkanFeaturesTest.java | 115 for (JSONObject device : mVulkanDevices) { 116 int level = determineHardwareLevel(device); 117 int version = determineHardwareVersion(device); 119 Log.d(TAG, device.getJSONObject("properties").getString("deviceName") + 123 bestDevice = device; 130 " version " + mVulkanHardwareLevel.version + " doesn't match best physical device " + 137 " to best physical device version 0x" + Integer.toHexString(bestDeviceVersion), 146 "but this device does not.", 151 private int determineHardwareLevel(JSONObject device) throws JSONException { 152 JSONObject features = device.getJSONObject("features") [all...] |
/development/ndk/platforms/android-3/include/linux/ |
dma-mapping.h | 15 #include <linux/device.h>
|
/device/google/contexthub/util/nanoapp_sign/ |
Android.mk | 39 device/google/contexthub/lib/include \
|
/device/linaro/hikey/ |
device.mk | 21 LOCAL_KERNEL := device/linaro/hikey-kernel/Image 22 LOCAL_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb 39 DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay 79 device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \ 86 $(call inherit-product-if-exists, vendor/linaro/hikey/device-vendor.mk) 89 $(call inherit-product-if-exists, device/linaro/hikey/wpan/ti-wpan-products.mk) 95 device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \ 96 device/linaro/hikey/audio/audio_policy.conf:system/etc/audio_policy.conf 99 PRODUCT_COPY_FILES += device/linaro/hikey/etc/media_codecs.xml:system/etc/media_codecs.xml
|
/device/linaro/hikey/gralloc/ |
alloc_device.h | 34 // Create an alloc device 35 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
client_lib_test.py | 10 To use locally (with the fake device server), start the server in the 68 # Device should support base.reboot command. 74 print 'Registered new device', finalized_ticket 87 print 'Device not found in database' 91 device_ids = [device['id'] for device in device_list] 93 print 'Device found but not listed correctly' 102 new_command = c_client.create_command(device['id'], command_dict) 107 command_list = c_client.list_commands(device['id'])['commands']
|
/external/autotest/client/site_tests/network_3GDormancyDance/ |
network_3GDormancyDance.py | 27 def __init__(self, loops, flim, device, *args, **kwargs): 30 self.device = device 145 device_props = self.device.GetProperties(utf8_strings = True) 157 print 'Device is powered.' 160 print 'Device is unpowered.' 172 raise error.TestFail('Service online but device unpowered!') 214 device = flim.FindElementByNameSubstring('Device', name) 216 if not device [all...] |
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/ |
network_DhcpVendorEncapsulatedOptions.py | 28 device = proxy.find_object( 29 'Device', 31 if device is None: 32 raise error.TestFail('Device was not found.') 33 device_properties = device.GetProperties(utf8_strings=True) 46 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path) 47 service = proxy.find_object('Service', {'Device': device_path})
|