Searched refs:inputDevices (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPolicyConfig.h | 41 DeviceVector &inputDevices, in AudioPolicyConfig() argument 46 mInputDevices(inputDevices), in AudioPolicyConfig() 82 void addInputDevices(const DeviceVector &inputDevices) in addInputDevices() argument 84 mInputDevices.add(inputDevices); in addInputDevices()
|
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/ |
D | ParameterManagerWrapper.h | 108 status_t setAvailableInputDevices(audio_devices_t inputDevices);
|
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/ |
D | ParameterManagerWrapper.cpp | 299 status_t ParameterManagerWrapper::setAvailableInputDevices(audio_devices_t inputDevices) in setAvailableInputDevices() argument 307 criterion->setCriterionState(inputDevices & ~AUDIO_DEVICE_BIT_IN); in setAvailableInputDevices()
|
/frameworks/native/services/inputflinger/include/ |
D | InputReaderBase.h | 343 virtual void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) = 0;
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 89 std::vector<InputDeviceInfo> inputDevices; in loopOnce() local 130 getInputDevicesLocked(inputDevices); in loopOnce() 136 mPolicy->notifyInputDevicesChanged(inputDevices); in loopOnce()
|
/frameworks/av/services/mediametrics/ |
D | AudioAnalytics.cpp | 444 const std::string inputDevices = iss.str(); in endAudioIntervalGroup() local 496 << " inputDevices:" << inputDevices << "(" << inputDeviceBits in endAudioIntervalGroup() 547 << " inputDevices:" << inputDevices << "(" << inputDeviceBits in endAudioIntervalGroup()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 325 virtual void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged() argument 327 mInputDevices = inputDevices; in notifyInputDevicesChanged() 1417 std::vector<InputDeviceInfo> inputDevices; in TEST_F() local 1418 mReader->getInputDevices(inputDevices); in TEST_F() 1419 ASSERT_EQ(1U, inputDevices.size()); in TEST_F() 1420 ASSERT_EQ(END_RESERVED_ID + 1, inputDevices[0].getId()); in TEST_F() 1421 ASSERT_STREQ("keyboard", inputDevices[0].getIdentifier().name.c_str()); in TEST_F() 1422 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType()); in TEST_F() 1423 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, inputDevices[0].getSources()); in TEST_F() 1424 ASSERT_EQ(size_t(0), inputDevices[0].getMotionRanges().size()); in TEST_F() [all …]
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1126 private static boolean containsInputDeviceWithDescriptor(InputDevice[] inputDevices, in containsInputDeviceWithDescriptor() argument 1128 final int numDevices = inputDevices.length; in containsInputDeviceWithDescriptor() 1130 final InputDevice inputDevice = inputDevices[i]; in containsInputDeviceWithDescriptor() 1892 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() argument 1900 mInputDevices = inputDevices; in notifyInputDevicesChanged()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 229 virtual void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices); 585 void NativeInputManager::notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices… in notifyInputDevicesChanged() argument 589 size_t count = inputDevices.size(); in notifyInputDevicesChanged() 595 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices[i]); in notifyInputDevicesChanged()
|