Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHearingAidDeviceManager.java44 void initHearingAidDeviceIfNeeded(CachedBluetoothDevice newDevice) { in initHearingAidDeviceIfNeeded()
61 boolean setSubDeviceIfNeeded(CachedBluetoothDevice newDevice) { in setSubDeviceIfNeeded()
H A DCachedBluetoothDeviceManager.java99 CachedBluetoothDevice newDevice; in addDevice() local
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp51 audio_devices_t newDevice = AUDIO_DEVICE_NONE; in setPhoneState() local
/aosp12/system/bt/profile/avrcp/
H A Dconnection_handler.cc258 std::shared_ptr<Device> newDevice = std::make_shared<Device>( in InitiatorControlCb() local
329 std::shared_ptr<Device> newDevice = std::make_shared<Device>( in AcceptorControlCb() local
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java398 UsbDevice newDevice = newDeviceBuilder.build(serialNumberReader); in usbDeviceAdded() local
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java702 final WifiP2pDevice newDevice = mDesiredDevice; in updateConnection() local
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecNetwork.java511 HdmiDeviceInfo newDevice = new HdmiDeviceInfo(sourceAddress, in handleCecMessage() local
H A DHdmiControlService.java1391 HdmiMhlLocalDeviceStub newDevice = new HdmiMhlLocalDeviceStub(this, portId); in handleMhlHotplugEvent() local
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1182 std::shared_ptr<InputDevice> newDevice(int32_t deviceId, const std::string& name, in newDevice() function in android::InstrumentedInputReader
2722 std::shared_ptr<InputDevice> newDevice(int32_t deviceId, const std::string& name, in newDevice() function in android::InputMapperTest
9017 std::shared_ptr<InputDevice> newDevice(int32_t deviceId, const std::string& name, in newDevice() function in android::PeripheralControllerTest
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6362 public void postAccessoryPlugMediaUnmute(int newDevice) { in postAccessoryPlugMediaUnmute()
6367 private void onAccessoryPlugMediaUnmute(int newDevice) { in onAccessoryPlugMediaUnmute()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3418 auto newDevice = getNewInputDevice(activeDesc); in updateInputRouting() local