Searched refs:mDevice (Results 1 – 4 of 4) sorted by relevance
25 private final AdbDevice mDevice; field in AdbSocket30 mDevice = device; in AdbSocket()41 if (! message.write(mDevice)) { in open()64 mDevice.log(message.getDataString()); in handleMessage()73 message.write(mDevice); in sendReady()
42 private UsbDevice mDevice; field in AdbTestActivity127 mDevice = null; in setAdbInterface()137 mDevice = device; in setAdbInterface()188 if (mDevice != null && mDevice.equals(deviceName)) {
165 Log.i(TAG, "Device enumerated: " + state.mDevice); in getInputDeviceState()174 Log.i(TAG, "Device added: " + state.mDevice); in onInputDeviceAdded()184 Log.i(TAG, "Device changed: " + state.mDevice); in onInputDeviceChanged()193 Log.i(TAG, "Device removed: " + state.mDevice); in onInputDeviceRemoved()203 private final InputDevice mDevice; field in GameControllerInput.InputDeviceState209 mDevice = device; in InputDeviceState()232 return mDevice; in getDevice()265 Log.i(TAG, mDevice.getName() + " - Key Down: " + symbolicName); in onKeyDown()279 Log.i(TAG, mDevice.getName() + " - Key Up: " + symbolicName); in onKeyUp()288 message.append(mDevice.getName()).append(" - Joystick Motion:\n"); in onJoystickMotion()
47 private UsbDevice mDevice; field in MissileLauncherActivity103 if (mDevice != null && mDevice.equals(device)) { in onResume()132 mDevice = device; in setDevice()