/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
WifiP2pDialog.java | 54 WifiP2pDevice mDevice; 60 mDevice = device; 105 if (mDevice != null) { 106 mDeviceName.setText(mDevice.deviceName); 107 mDeviceAddress.setText(mDevice.deviceAddress);
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
Display.cpp | 31 mDevice = NULL; 238 if (mDevice) 241 if (FAILED(mDevice->TestCooperativeLevel())) 246 mDevice->Release(); 247 mDevice = NULL; 279 long result = mDevice->BeginScene(); 289 long result = mDevice->EndScene(); 347 HRESULT result = mD3d9->CreateDevice(mAdapter, mDeviceType, mDeviceWindow, behaviorFlags | D3DCREATE_HARDWARE_VERTEXPROCESSING | D3DCREATE_PUREDEVICE, &presentParameters, &mDevice); 356 result = mD3d9->CreateDevice(mAdapter, mDeviceType, mDeviceWindow, behaviorFlags | D3DCREATE_SOFTWARE_VERTEXPROCESSING, &presentParameters, &mDevice); 366 mDevice->SetRenderState(D3DRS_POINTSPRITEENABLE, TRUE) [all...] |
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTestUtils.java | 54 private IDevice mDevice = null; 85 mDevice = device; 141 mDevice); 208 mDevice.getSyncService().pushFile(localFilePath, 221 String result = mDevice.installPackage(localFilePath, replace); 235 String result = mDevice.installPackage(localFilePath, replace); 255 String remoteFilePath = mDevice.syncPackageToDevice(localFilePath); 259 mDevice.executeShellCommand(cmd, receiver); 260 mDevice.removeRemotePackage(remoteFilePath); 401 if ((mDevice != null) & [all...] |
/cts/tools/host/src/com/android/cts/ |
TestSession.java | 29 private TestDevice mDevice; 57 mDevice = null; 144 if (mDevice == null) { 147 return mDevice.getSerialNumber(); 156 return mDevice; 335 mDevice = device; 399 pkg.runTest(mDevice, mTest); 402 mTestPackage.run(mDevice, mJavaPackageName, mSessionLog); 407 pkg.run(mDevice, null, mSessionLog);
|
HostSideOnlyPackage.java | 70 mCurrentTestSuite.run(mDevice, test);
|
DeviceManager.java | 210 private IDevice mDevice; 213 mDevice = device; 220 if ((mDevice.getSyncService() != null) && (mDevice.getPropertyCount() != 0)) { 236 CUIOutputStream.println("Device(" + mDevice + ") connected"); 240 appendDevice(mDevice);
|
Test.java | 39 protected TestDevice mDevice; 303 mDevice.killProcess(packageName); 334 mDevice = device; 373 mDevice.runTest(this);
|
TestDevice.java | 88 private IDevice mDevice; 108 mDevice.runLogService("main", logReceiver); 142 mDevice = device; 144 mSyncService = mDevice.getSyncService(); 201 return mDevice; 848 if (mDevice == null) { 851 return mDevice.getSerialNumber(); 938 return mDevice.getClients(); [all...] |
TestPackage.java | 67 protected TestDevice mDevice; 107 mDevice = null; 659 mDevice = device; 734 mDevice.uninstallAPK(packageName); 746 mDevice.installAPK(apkPath); 884 mDevice.runInBatchMode(this, javaPkgName); 917 mCurrentTestSuite.run(mDevice, javaPkgName); 959 mDevice.killProcess(packageName); [all...] |
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceTestRunner.java | 45 private IDevice mDevice = null; 75 mDevice = connector.connectToDevice(mDeviceSerial); 123 deviceTest.setDevice(mDevice);
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPairingDialog.java | 56 private BluetoothDevice mDevice; 64 * or if pairing was canceled for {@link #mDevice}. 79 if (device == null || device.equals(mDevice)) { 107 mDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); 164 p.mView = createPinEntryView(deviceManager.getName(mDevice)); 221 String name = deviceManager.getName(mDevice); 287 mDevice.setPairingConfirmation(true); 290 mDevice.setPin(pinBytes); 313 mDevice.setPin(pinBytes); 318 mDevice.setPasskey(passkey) [all...] |
DockService.java | 106 // is severed. One exception is that mDevice could be null if the service 108 private BluetoothDevice mDevice; 361 + mServiceHandler.hasMessages(MSG_TYPE_UNDOCKED_PERMANENT, mDevice)); 370 if (device != null && !device.equals(mDevice)) { 371 if (mDevice != null) { 373 handleUndocked(mDevice); 376 mDevice = device; 462 mDevice = device; 532 if (mDevice != null) { 534 DockService.this, mDevice.getAddress(), isChecked) [all...] |
/hardware/libhardware_legacy/audio/ |
AudioDumpInterface.h | 58 uint32_t device() { return mDevice; } 69 uint32_t mDevice; // current device this output is routed to 101 uint32_t device() { return mDevice; } 109 uint32_t mDevice; // current device this output is routed to
|
AudioHardwareGeneric.cpp | 225 mDevice = devices; 260 snprintf(buffer, SIZE, "\tdevice: %d\n", mDevice); 279 mDevice = device; 296 param.addInt(key, (int)mDevice); 335 mDevice = devices; 368 snprintf(buffer, SIZE, "\tdevice: %d\n", mDevice); 387 mDevice = device; 404 param.addInt(key, (int)mDevice);
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
IndexDataManager.h | 47 IDirect3DDevice9 *const mDevice; 112 IDirect3DDevice9 *const mDevice;
|
IndexDataManager.cpp | 26 IndexDataManager::IndexDataManager(Context *context, IDirect3DDevice9 *device) : mDevice(device) 28 mStreamingBufferShort = new StreamingIndexBuffer(mDevice, INITIAL_INDEX_BUFFER_SIZE, D3DFMT_INDEX16); 32 mStreamingBufferInt = new StreamingIndexBuffer(mDevice, INITIAL_INDEX_BUFFER_SIZE, D3DFMT_INDEX32); 207 IndexBuffer::IndexBuffer(IDirect3DDevice9 *device, UINT size, D3DFORMAT format) : mDevice(device), mBufferSize(size), mIndexBuffer(NULL) 285 HRESULT result = mDevice->CreateIndexBuffer(mBufferSize, D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY, type == GL_UNSIGNED_INT ? D3DFMT_INDEX32 : D3DFMT_INDEX16, pool, &mIndexBuffer, NULL); 338 HRESULT result = mDevice->CreateIndexBuffer(requiredSpace, D3DUSAGE_WRITEONLY, type == GL_UNSIGNED_INT ? D3DFMT_INDEX32 : D3DFMT_INDEX16, pool, &mIndexBuffer, NULL);
|
VertexDataManager.h | 47 IDirect3DDevice9 *const mDevice; 132 IDirect3DDevice9 *const mDevice;
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/easy/ |
EasyMonkeyDevice.java | 53 private MonkeyDevice mDevice; 63 this.mDevice = device; 86 mDevice.getImpl().touch(p.x, p.y, type); 105 mDevice.getImpl().touch(p.x, p.y, TouchPressType.DOWN_AND_UP); 106 mDevice.getImpl().type(text); 196 return mDevice.__findattr_ex__(name);
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbTestActivity.java | 42 private UsbDevice mDevice; 127 mDevice = null; 137 mDevice = device; 188 if (mDevice != null && mDevice.equals(deviceName)) {
|
/device/generic/goldfish/audio/ |
AudioHardwareGeneric.cpp | 223 mDevice = devices; 258 snprintf(buffer, SIZE, "\tdevice: %d\n", mDevice); 277 mDevice = device; 294 param.addInt(key, (int)mDevice); 333 mDevice = devices; 366 snprintf(buffer, SIZE, "\tdevice: %d\n", mDevice); 385 mDevice = device; 402 param.addInt(key, (int)mDevice);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
JarHostTest.java | 52 private ITestDevice mDevice; 149 return mDevice; 157 mDevice = device; 312 if (mDevice == null) {
|
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
MissileLauncherActivity.java | 47 private UsbDevice mDevice; 103 if (mDevice != null && mDevice.equals(device)) { 132 mDevice = device;
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Client.java | 106 private Device mDevice; 128 mDevice = device; 156 return mDevice; 162 return mDevice; 680 mDevice.getMonitor().addClientToDropAndReopen(this, 825 mDevice.removeClient(this, notify); 836 mDevice.update(this, changeMask);
|
/frameworks/base/core/java/android/server/ |
BluetoothHealthProfileHandler.java | 66 private BluetoothDevice mDevice; 77 mDevice = device; 122 disconnectChannel(chan.mDevice, unregisterApp, chan.mId); 141 mBluetoothService.getObjectPathFromAddress(chan.mDevice.getAddress()); 149 callHealthChannelCallback(chan.mConfig, chan.mDevice, prevState, state, null, 198 if (chan.mDevice.equals(device) && chan.mConfig.equals(config)) { 305 if (path.equals(chan.mChannelPath) && device.equals(chan.mDevice)) return chan; 313 if (chan.mDevice.equals(device)) { 327 if (chan.mDevice.equals(device) && chan.mConfig.equals(config) && 400 callHealthChannelCallback(channel.mConfig, channel.mDevice, channel.mState, state, null [all...] |
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | [all...] |