Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp320 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionState() local
326 audio_devices_t newDevice = getNewOutputDevice(mOutputs.keyAt(i), in setDeviceConnectionState() local
404 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionState() local
760 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/); in setForceUse() local
765 audio_devices_t newDevice = getNewOutputDevice(output, true /*fromCache*/); in setForceUse() local
1130 audio_devices_t newDevice = getNewOutputDevice(output, false /*fromCache*/); in startOutput() local
1203 audio_devices_t newDevice = getNewOutputDevice(output, false /*fromCache*/); in stopOutput() local
3674 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/); in checkOutputForStrategy() 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.java831 HdmiMhlLocalDeviceStub newDevice = new HdmiMhlLocalDeviceStub(this, portId); in handleMhlHotplugEvent() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp945 InputDevice* newDevice(int32_t deviceId, int32_t controllerNumber, const String8& name, in newDevice() function in android::InstrumentedInputReader