Searched refs:newDevice (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java89 CachedBluetoothDevice newDevice = new CachedBluetoothDevice(mContext, adapter,
92 mCachedDevices.add(newDevice);
93 mBtManager.getEventManager().dispatchDeviceAdded(newDevice);
95 return newDevice;
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp175 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); local
176 updateCallRouting(newDevice);
181 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/); local
189 setOutputDevice(desc, newDevice, force, 0);
265 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); local
266 updateCallRouting(newDevice);
567 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/); local
568 updateCallRouting(newDevice);
572 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/); local
574 setOutputDevice(outputDesc, newDevice, (newDevic
584 audio_devices_t newDevice = getNewInputDevice(activeInput); local
1043 audio_devices_t newDevice; local
1222 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); local
2632 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); local
3812 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/); local
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java694 final WifiP2pDevice newDevice = mDesiredDevice;
701 Slog.i(TAG, "Initiated connection to Wifi display: " + newDevice.deviceName);
708 if (mConnectingDevice == newDevice) {
710 + newDevice.deviceName + ", reason=" + reason);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java995 HdmiMhlLocalDeviceStub newDevice = new HdmiMhlLocalDeviceStub(this, portId);
996 HdmiMhlLocalDeviceStub oldDevice = mMhlController.addLocalDevice(newDevice);
1001 invokeDeviceEventListeners(newDevice.getInfo(), DEVICE_EVENT_ADD_DEVICE);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp953 InputDevice* newDevice(int32_t deviceId, int32_t controllerNumber, const String8& name, function in class:android::InstrumentedInputReader
1018 InputDevice* device = mReader->newDevice(deviceId, controllerNumber, name, classes);

Completed in 844 milliseconds