Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java113 CachedBluetoothDevice newDevice = new CachedBluetoothDevice(mContext, adapter, in addDevice() local
131 mCachedDevicesMapForHearingAids.put(newDevice.getHiSyncId(), newDevice); in addDevice() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp225 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() local
231 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/); in setDeviceConnectionStateInt() local
322 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() local
640 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/); in setPhoneState() local
700 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/); in setForceUse() local
705 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/); in setForceUse() local
716 audio_devices_t newDevice = getNewInputDevice(activeDesc); in setForceUse() local
1147 audio_devices_t newDevice; in startOutput() local
1394 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); in stopSource() local
3284 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); in checkStrategyRoute() local
[all …]
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbHostManager.java373 UsbDevice newDevice = parser.toAndroidUsbDevice(); in usbDeviceAdded() local
/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayController.java693 final WifiP2pDevice newDevice = mDesiredDevice; in updateConnection() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1023 HdmiMhlLocalDeviceStub newDevice = new HdmiMhlLocalDeviceStub(this, portId); in handleMhlHotplugEvent() local
/frameworks/av/services/audioflinger/
DThreads.cpp712 const audio_devices_t newDevice = getDevice(); in processConfigEvents_l() local
722 const audio_devices_t newDevice = getDevice(); in processConfigEvents_l() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1055 InputDevice* newDevice(int32_t deviceId, int32_t controllerNumber, const String8& name, in newDevice() function in android::InstrumentedInputReader
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4728 private void onAccessoryPlugMediaUnmute(int newDevice) { in onAccessoryPlugMediaUnmute()