Home
last modified time | relevance | path

Searched defs:newDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java89 CachedBluetoothDevice newDevice = new CachedBluetoothDevice(mContext, adapter, in addDevice() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp181 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() local
187 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/); in setDeviceConnectionStateInt() local
275 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() local
588 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/); in setForceUse() local
593 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/); in setForceUse() local
605 audio_devices_t newDevice = getNewInputDevice(activeInput); in setForceUse() local
1092 audio_devices_t newDevice; in startOutput() local
1280 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); in stopSource() local
2840 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); in checkStrategyRoute() local
4141 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/); in AudioPolicyManager() local
/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayController.java694 final WifiP2pDevice newDevice = mDesiredDevice; in updateConnection() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1015 HdmiMhlLocalDeviceStub newDevice = new HdmiMhlLocalDeviceStub(this, portId); in handleMhlHotplugEvent() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp953 InputDevice* newDevice(int32_t deviceId, int32_t controllerNumber, const String8& name, in newDevice() function in android::InstrumentedInputReader