Searched refs:newDevice (Results 1 - 4 of 4) sorted by last modified time

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp945 InputDevice* newDevice(int32_t deviceId, int32_t controllerNumber, const String8& name, function in class:android::InstrumentedInputReader
1010 InputDevice* device = mReader->newDevice(deviceId, controllerNumber, name, classes);
/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.java981 HdmiMhlLocalDeviceStub newDevice = new HdmiMhlLocalDeviceStub(this, portId);
982 HdmiMhlLocalDeviceStub oldDevice = mMhlController.addLocalDevice(newDevice);
987 invokeDeviceEventListeners(newDevice.getInfo(), DEVICE_EVENT_ADD_DEVICE);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp332 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); local
333 updateCallRouting(newDevice);
338 audio_devices_t newDevice = getNewOutputDevice(mOutputs.keyAt(i), local
347 setOutputDevice(output, newDevice, force, 0);
420 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); local
421 updateCallRouting(newDevice);
812 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/); local
813 updateCallRouting(newDevice);
817 audio_devices_t newDevice = getNewOutputDevice(output, true /*fromCache*/); local
819 setOutputDevice(output, newDevice, (newDevic
1270 audio_devices_t newDevice; local
1378 audio_devices_t newDevice = getNewOutputDevice(output, false /*fromCache*/); local
4097 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/); local
[all...]

Completed in 152 milliseconds