/art/tools/dexfuzz/src/dexfuzz/executors/ |
Arm64InterpreterExecutor.java | 23 public Arm64InterpreterExecutor(BaseListener listener, Device device) { 24 super("ARM64 Interpreter", 30, listener, Architecture.ARM64, device, false); 31 if (device.noBootImageAvailable()) {
|
Arm64OptimizingBackendExecutor.java | 23 public Arm64OptimizingBackendExecutor(BaseListener listener, Device device) { 24 super("ARM64 Optimizing Backend", 5, listener, Architecture.ARM64, device, true); 31 if (device.noBootImageAvailable()) {
|
Arm64QuickBackendExecutor.java | 23 public Arm64QuickBackendExecutor(BaseListener listener, Device device) { 24 super("ARM64 Quick Backend", 5, listener, Architecture.ARM64, device, true); 31 if (device.noBootImageAvailable()) {
|
ArmInterpreterExecutor.java | 23 public ArmInterpreterExecutor(BaseListener listener, Device device) { 24 super("ARM Interpreter", 30, listener, Architecture.ARM, device, false); 31 if (device.noBootImageAvailable()) {
|
ArmOptimizingBackendExecutor.java | 23 public ArmOptimizingBackendExecutor(BaseListener listener, Device device) { 24 super("ARM Optimizing Backend", 5, listener, Architecture.ARM, device, true); 31 if (device.noBootImageAvailable()) {
|
ArmQuickBackendExecutor.java | 23 public ArmQuickBackendExecutor(BaseListener listener, Device device) { 24 super("ARM Quick Backend", 5, listener, Architecture.ARM, device, true); 31 if (device.noBootImageAvailable()) {
|
X86InterpreterExecutor.java | 24 public X86InterpreterExecutor(BaseListener listener, Device device) { 25 super("x86 Interpreter", 30, listener, Architecture.X86, device, false); 33 commandBuilder.append(device.getHostExecutionFlags()).append(" ");
|
X86OptimizingBackendExecutor.java | 24 public X86OptimizingBackendExecutor(BaseListener listener, Device device) { 25 super("x86 Optimizing Backend", 5, listener, Architecture.X86, device, true); 33 commandBuilder.append(device.getHostExecutionFlags()).append(" ");
|
X86QuickBackendExecutor.java | 24 public X86QuickBackendExecutor(BaseListener listener, Device device) { 25 super("x86 Quick Backend", 5, listener, Architecture.X86, device, true); 33 commandBuilder.append(device.getHostExecutionFlags()).append(" ");
|
/device/google/atv/products/ |
atv_generic.mk | 22 device/google/atv/sdk_overlay \ 26 device/google/atv/config.ini:config.ini 47 $(call inherit-product, device/google/atv/products/atv_base.mk)
|
/external/blktrace/btt/ |
trace_plug.c | 32 dip_unplug(u_iop->t.device, BIT_TIME(u_iop->t.time), get_nio_up(u_iop)); 38 dip_unplug_tm(ut_iop->t.device, BIT_TIME(ut_iop->t.time), 45 dip_plug(p_iop->t.device, BIT_TIME(p_iop->t.time));
|
/external/e2fsprogs/misc/ |
fsck.h | 41 char *device; member in struct:fs_info 64 char * device; member in struct:fsck_instance 69 extern char *base_device(const char *device);
|
/external/libmtp/examples/ |
detect.c | 3 * Example program to detect a device and list capabilities. 71 fprintf(stdout, "Listing raw device(s)\n"); 87 fprintf(stdout, " Found %d device(s):\n", numrawdevices); 115 fprintf(stdout, "Attempting to connect device(s)\n"); 117 LIBMTP_mtpdevice_t *device; local 129 device = LIBMTP_Open_Raw_Device(&rawdevices[i]); 130 if (device == NULL) { 131 fprintf(stderr, "Unable to open raw device %d\n", i); 135 LIBMTP_Dump_Errorstack(device); 136 LIBMTP_Clear_Errorstack(device); [all...] |
/system/core/libusbhost/ |
usbhost.c | 200 D("Created device discovery thread\n"); 287 D("new device %s\n", path); 290 D("gone device %s\n", path); 351 void usb_device_close(struct usb_device *device) 353 close(device->fd); 354 free(device); 359 struct usb_device *device = calloc(1, sizeof(struct usb_device)); local 366 length = read(fd, device->desc, sizeof(device->desc)); 371 strncpy(device->dev_name, dev_name, sizeof(device->dev_name) - 1) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothInputDevice.java | 35 * Device Profile. 51 * Device profile. 57 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote device. </li> 295 * Initiate connection to a profile of the remote bluetooth device. 300 * device is already connected or Bluetooth is not turned on. 309 * @param device Remote Bluetooth Device 314 public boolean connect(BluetoothDevice device) { 315 if (DBG) log("connect(" + device + ")"); 316 if (mService != null && isEnabled() && isValidDevice(device)) { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetService.java | 143 public boolean connect(BluetoothDevice device) { 146 return service.connect(device); 149 public boolean disconnect(BluetoothDevice device) { 153 return service.disconnect(device); 168 public int getConnectionState(BluetoothDevice device) { 171 return service.getConnectionState(device); 174 public boolean setPriority(BluetoothDevice device, int priority) { 177 return service.setPriority(device, priority); 180 public int getPriority(BluetoothDevice device) { 183 return service.getPriority(device); [all...] |
/device/asus/fugu/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 Asus >> $target_owner/staging/device-partial.mk 47 echo -n Broadcom >> $target_owner/staging/device-partial.mk 50 echo -n Google >> $target_owner/staging/device-partial.mk 53 echo -n Intel >> $target_owner/staging/device-partial.mk 56 echo -n Widevine >> $target_owner/staging/device-partial.mk 59 echo " blob(s) necessary for Fugu hardware" >> $target_owner/staging/device-partial.mk 60 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 96 echo " vendor/$target_owner/fugu/proprietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.m [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
HeadsetProfile.java | 55 // Order of this profile in device profiles list 69 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); local 70 // we may add a new device here, but generally this should not happen 71 if (device == null) { 72 Log.w(TAG, "HeadsetProfile found new device: " + nextDevice); 73 device = mDeviceManager.addDevice(mLocalAdapter, mProfileManager, nextDevice); 75 device.onProfileStateChanged(HeadsetProfile.this, 77 device.refresh(); 113 public boolean connect(BluetoothDevice device) { 118 Log.d(TAG,"Not disconnecting device = " + sink) [all...] |
MapProfile.java | 56 // Order of this profile in device profiles list 69 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); local 70 // we may add a new device here, but generally this should not happen 71 if (device == null) { 72 Log.w(TAG, "MapProfile found new device: " + nextDevice); 73 device = mDeviceManager.addDevice(mLocalAdapter, mProfileManager, nextDevice); 75 device.onProfileStateChanged(MapProfile.this, 77 device.refresh(); 114 public boolean connect(BluetoothDevice device) { 119 public boolean disconnect(BluetoothDevice device) { [all...] |
SapProfile.java | 54 // Order of this profile in device profiles list 68 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); local 69 // we may add a new device here, but generally this should not happen 70 if (device == null) { 71 Log.w(TAG, "SapProfile found new device: " + nextDevice); 72 device = mDeviceManager.addDevice(mLocalAdapter, mProfileManager, nextDevice); 74 device.onProfileStateChanged(SapProfile.this, 76 device.refresh(); 112 public boolean connect(BluetoothDevice device) { 120 return mService.connect(device); [all...] |
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
presentation.c | 40 vlVdpPresentationQueueCreate(VdpDevice device, 50 vlVdpDevice *dev = vlGetDataHTAB(device); 58 if (dev != pqt->device) 65 pq->device = dev; 102 pipe_mutex_lock(pq->device->mutex); 104 pipe_mutex_unlock(pq->device->mutex); 134 pipe_mutex_lock(pq->device->mutex); 136 pipe_mutex_unlock(pq->device->mutex); 158 pipe_mutex_lock(pq->device->mutex); 160 pipe_mutex_unlock(pq->device->mutex) [all...] |
/bootable/recovery/mtdutils/ |
mounts.h | 28 const MountedVolume *find_mounted_volume_by_device(const char *device);
|
/development/ndk/platforms/android-3/include/linux/ |
device.h | 30 struct device; 48 int (*match)(struct device * dev, struct device_driver * drv); 49 int (*uevent)(struct device *dev, char **envp, 51 int (*probe)(struct device * dev); 52 int (*remove)(struct device * dev); 53 void (*shutdown)(struct device * dev); 54 int (*suspend)(struct device * dev, pm_message_t state); 55 int (*resume)(struct device * dev); 58 struct device * bus_find_device(struct bus_type *bus, struct device *start 172 struct device { struct [all...] |
transport_class.h | 15 #include <linux/device.h> 22 int (*setup)(struct transport_container *, struct device *, 24 int (*configure)(struct transport_container *, struct device *, 26 int (*remove)(struct transport_container *, struct device *,
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiP2pService.java | 10 WifiP2pDevice device; field in class:WiFiP2pService
|