/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | AudioPolicyConfig.h | 50 DeviceVector &inputDevices, in AudioPolicyConfig() 101 void addInputDevices(const DeviceVector &inputDevices) in addInputDevices()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
H A D | BluetoothInputDeviceConnector.java | 92 int[] inputDevices = inputManager.getInputDeviceIds(); in registerInputMethodMonitor() local
|
H A D | BluetoothDevicePairer.java | 210 int[] inputDevices = inMan.getInputDeviceIds(); in hasValidInputDevice() local 538 List<BluetoothDevice> inputDevices = new ArrayList<>(); in getAutoPairDevice() local
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/ |
H A D | CarAudioZoneInputFragment.java | 112 List<AudioDeviceInfo> inputDevices = in initAudioInputInfo() local
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/audio/ |
H A D | CarAudioZonesValidatorTest.java | 192 MockBuilder withInputDevices(List<AudioDeviceAttributes> inputDevices) { in withInputDevices()
|
/aosp12/packages/services/Car/service/src/com/android/car/audio/ |
H A D | CarAudioZonesHelperLegacy.java | 74 AudioDeviceInfo[] inputDevices) { in CarAudioZonesHelperLegacy()
|
H A D | CarAudioService.java | 537 List<CarAudioDeviceInfo> carAudioDeviceInfos, AudioDeviceInfo[] inputDevices) { in loadCarAudioConfigurationLocked() 551 List<CarAudioDeviceInfo> carAudioDeviceInfos, AudioDeviceInfo[] inputDevices) { in loadVolumeGroupConfigurationWithAudioControlLocked() 567 AudioDeviceInfo[] inputDevices = getAllInputDevices(); in loadCarAudioZonesLocked() local
|
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/ |
H A D | ParameterManagerWrapper.cpp | 299 status_t ParameterManagerWrapper::setAvailableInputDevices(audio_devices_t inputDevices) in setAvailableInputDevices()
|
/aosp12/packages/services/Car/car-lib/src/android/car/media/ |
H A D | CarAudioManager.java | 782 AudioDeviceInfo[] inputDevices = mAudioManager.getDevices(flag); in convertInputDevicesToDeviceInfos() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
H A D | HidDeviceService.java | 822 List<BluetoothDevice> inputDevices = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
|
H A D | HidHostService.java | 572 List<BluetoothDevice> inputDevices = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | AudioAnalytics.cpp | 601 const std::string inputDevices = iss.str(); in endAudioIntervalGroup() local
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputReader.cpp | 90 std::vector<InputDeviceInfo> inputDevices; in loopOnce() local
|
/aosp12/frameworks/av/services/audiopolicy/tests/ |
H A D | audiopolicymanager_tests.cpp | 1610 const AudioDeviceTypeAddrVector inputDevices = {inputDevice}; in TEST_P() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 1345 private static boolean containsInputDeviceWithDescriptor(InputDevice[] inputDevices, in containsInputDeviceWithDescriptor() 2657 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 367 void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) override { in notifyInputDevicesChanged() 1549 const std::vector<InputDeviceInfo>& inputDevices = mFakePolicy->getInputDevices(); in TEST_F() local 2194 const std::vector<InputDeviceInfo> inputDevices = mFakePolicy->getInputDevices(); in TEST_F() local
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 687 void NativeInputManager::notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices… in notifyInputDevicesChanged()
|