Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 78) sorted by relevance

1234

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DApkInstallManager.java55 public ApkInstall(IProject project, IDevice device) { in ApkInstall()
60 IDevice device; field in ApkInstallManager.ApkInstall
74 public void registerInstallation(IProject project, IDevice device) { in registerInstallation()
86 public boolean isApplicationInstalled(IProject project, IDevice device) { in isApplicationInstalled()
140 public void deviceDisconnected(IDevice device) { in deviceDisconnected()
176 public void deviceChanged(IDevice device, int changeMask) { in deviceChanged()
185 public void deviceConnected(IDevice device) { in deviceConnected()
/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java64 public static boolean isViewServerRunning(IDevice device) { in isViewServerRunning()
78 public static boolean startViewServer(IDevice device) { in startViewServer()
82 public static boolean startViewServer(IDevice device, int port) { in startViewServer()
96 public static boolean stopViewServer(IDevice device) { in stopViewServer()
119 public static void setupDeviceForward(IDevice device) { in setupDeviceForward()
129 public static void removeDeviceForward(IDevice device) { in removeDeviceForward()
139 public static int getDeviceLocalPort(IDevice device) { in getDeviceLocalPort()
/development/ndk/build/platforms/android-3/common/include/linux/
Ddevice.h172 struct device { struct
177 struct device * parent; argument
181 struct device_attribute uevent_attr; argument
182 struct device_attribute *devt_attr; argument
187 struct device_driver *driver; argument
204 void (*release)(struct device * dev); argument
/development/ndk/build/platforms/android-4/common/include/linux/
Ddevice.h172 struct device { struct
177 struct device * parent; argument
181 struct device_attribute uevent_attr; argument
182 struct device_attribute *devt_attr; argument
187 struct device_driver *driver; argument
204 void (*release)(struct device * dev); argument
/development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
Ddevice.h172 struct device { struct
177 struct device * parent; argument
181 struct device_attribute uevent_attr; argument
182 struct device_attribute *devt_attr; argument
187 struct device_driver *driver; argument
204 void (*release)(struct device * dev); argument
/development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
Ddevice.h172 struct device { struct
177 struct device * parent; argument
181 struct device_attribute uevent_attr; argument
182 struct device_attribute *devt_attr; argument
187 struct device_driver *driver; argument
204 void (*release)(struct device * dev); argument
/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewManager.java30 public static void invalidate(IDevice device, Window window, String params) { in invalidate()
34 public static void requestLayout(IDevice device, Window window, String params) { in requestLayout()
38 private static void sendCommand(String command, IDevice device, Window window, String params) { in sendCommand()
DCaptureLoader.java34 public static Image loadCapture(IDevice device, Window window, String params) { in loadCapture()
DWindowsLoader.java33 public static Window[] loadWindows(IDevice device) { in loadWindows()
DProfilesLoader.java32 public static double[] loadProfiles(IDevice device, Window window, String params) { in loadProfiles()
/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DDeviceMonitor.java292 Device device = new Device(this, param[0] /*serialnumber*/, in processIncomingDeviceData() local
323 Device device = mDevices.get(d); in updateDevices() local
397 private void removeDevice(Device device) { in removeDevice()
415 private void queryNewDeviceForInfo(Device device) { in queryNewDeviceForInfo()
439 private boolean startMonitoringDevice(Device device) { in startMonitoringDevice()
512 Device device = client.getDeviceImpl(); in deviceClientMonitorLoop() local
550 Device device = (Device)attachment; in deviceClientMonitorLoop() local
586 private boolean sendDeviceMonitoringRequest(SocketChannel socket, Device device) in sendDeviceMonitoringRequest()
615 private void processIncomingJdwpData(Device device, SocketChannel monitorSocket, int length) in processIncomingJdwpData()
706 private void openClient(Device device, int pid, int port, MonitorThread monitorThread) { in openClient()
[all …]
DAdbHelper.java79 Device device, int devicePort) throws IOException { in open()
119 Device device, int pid) throws IOException { in createPassThroughConnection()
261 public static RawImage getFrameBuffer(InetSocketAddress adbSockAddr, Device device) in getFrameBuffer()
334 String command, Device device, IShellOutputReceiver rcvr) in executeRemoteCommand()
403 public static void runEventLogService(InetSocketAddress adbSockAddr, Device device, in runEventLogService()
416 public static void runLogService(InetSocketAddress adbSockAddr, Device device, String logName, in runLogService()
478 public static boolean createForward(InetSocketAddress adbSockAddr, Device device, int localPort, in createForward()
516 public static boolean removeForward(InetSocketAddress adbSockAddr, Device device, int localPort, in removeForward()
695 static void setDevice(SocketChannel adbChan, Device device) in setDevice()
DAndroidDebugBridge.java119 public void deviceConnected(IDevice device); in deviceConnected()
127 public void deviceDisconnected(IDevice device); in deviceDisconnected()
138 public void deviceChanged(IDevice device, int changeMask); in deviceChanged()
734 void deviceConnected(IDevice device) { in deviceConnected()
770 void deviceDisconnected(IDevice device) { in deviceDisconnected()
806 void deviceChanged(IDevice device, int changeMask) { in deviceChanged()
DDebugPortManager.java51 public int getPort(IDevice device, String appName); in getPort()
/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceTestRunner.java106 IDevice device = listener.waitForDevice(5000); in connectToDevice() local
125 public void deviceChanged(IDevice device, int changeMask) { in deviceChanged()
128 public void deviceConnected(IDevice device) { in deviceConnected()
136 private synchronized void setDevice(IDevice device) { in setDevice()
141 public void deviceDisconnected(IDevice device) { in deviceDisconnected()
DDeviceTest.java32 public void setDevice(IDevice device); in setDevice()
DDeviceTestCase.java41 public void setDevice(IDevice device) { in setDevice()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java655 private boolean checkBuildInfo(DelayedLaunchInfo launchInfo, IDevice device) { in checkBuildInfo()
764 private boolean simpleLaunch(DelayedLaunchInfo launchInfo, IDevice device) { in simpleLaunch()
793 private boolean syncApp(DelayedLaunchInfo launchInfo, IDevice device) { in syncApp()
826 private boolean doSyncApp(DelayedLaunchInfo launchInfo, IDevice device) { in doSyncApp()
841 launchInfo.getProject(), device); in doSyncApp() local
934 final IDevice device) { in installPackage()
967 private boolean checkInstallResult(String result, IDevice device, DelayedLaunchInfo launchInfo, in checkInstallResult()
1049 private String doUninstall(IDevice device, DelayedLaunchInfo launchInfo) throws IOException { in doUninstall()
1071 final IDevice device, boolean reinstall) throws IOException { in doInstall()
1081 public void launchApp(final DelayedLaunchInfo info, IDevice device) { in launchApp()
[all …]
DDeviceChooserDialog.java120 IDevice device = (IDevice)element; in getColumnImage() local
160 IDevice device = (IDevice)element; in getColumnText() local
505 public void deviceConnected(IDevice device) { in deviceConnected()
537 public void deviceDisconnected(IDevice device) { in deviceDisconnected()
550 public void deviceChanged(final IDevice device, int changeMask) { in deviceChanged()
642 private void handleSelection(IDevice device) { in handleSelection()
DIAndroidLaunchAction.java35 boolean doLaunchAction(DelayedLaunchInfo info, IDevice device); in doLaunchAction()
DILaunchController.java32 public void launchApp(DelayedLaunchInfo launchInfo, IDevice device); in launchApp()
DEmptyLaunchAction.java26 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) { in doLaunchAction()
DActivityLaunchAction.java51 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) { in doLaunchAction()
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DDevicePanel.java156 IDevice device = (IDevice)element; in getColumnImage() local
196 IDevice device = (IDevice)element; in getColumnText() local
481 public void deviceConnected(IDevice device) { in deviceConnected()
516 public void deviceDisconnected(IDevice device) { in deviceDisconnected()
534 public void deviceChanged(final IDevice device, int changeMask) { in deviceChanged()
713 IDevice device = null; in notifyListeners() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java370 public void deviceConnected(IDevice device) { in deviceConnected()
389 public void deviceDisconnected(IDevice device) { in deviceDisconnected()
424 public void deviceChanged(IDevice device, int changeMask) { in deviceChanged()
484 private void handleDefaultSelection(final IDevice device) { in handleDefaultSelection()

1234