/frameworks/base/packages/InputDevices/ |
AndroidManifest.xml | 2 package="com.android.inputdevices"
|
Android.mk | 24 LOCAL_PACKAGE_NAME := InputDevices
|
/frameworks/base/packages/InputDevices/src/com/android/inputdevices/ |
InputDeviceReceiver.java | 17 package com.android.inputdevices;
|
/build/target/product/ |
core.mk | 40 InputDevices \
|
core_tiny.mk | 25 InputDevices
|
/packages/services/Car/car_product/build/ |
car_base.mk | 33 InputDevices \
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothDevicePairer.java | 208 int[] inputDevices = inMan.getInputDeviceIds(); 210 return hasValidInputDevice(context, inputDevices); 517 List<BluetoothDevice> inputDevices = new ArrayList<>(); 520 inputDevices.add(device); 523 if (inputDevices.size() == 1) { 524 return inputDevices.get(0);
|
BluetoothInputDeviceConnector.java | 93 int[] inputDevices = inputManager.getInputDeviceIds();
|
/device/generic/armv7-a-neon/ |
mini_common.mk | 29 InputDevices \
|
/device/google/atv/products/ |
atv_base.mk | 70 InputDevices \
|
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/ |
ParameterManagerWrapper.h | 108 * @param[in] inputDevices mask of available input devices. 112 status_t setAvailableInputDevices(audio_devices_t inputDevices);
|
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/ |
ParameterManagerWrapper.cpp | 407 status_t ParameterManagerWrapper::setAvailableInputDevices(audio_devices_t inputDevices) 415 criterion->setCriterionState(inputDevices & ~AUDIO_DEVICE_BIT_IN);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
HidService.java | 430 List<BluetoothDevice> inputDevices = new ArrayList<BluetoothDevice>(); 436 inputDevices.add(device); 441 return inputDevices;
|
/frameworks/native/services/inputflinger/tests/ |
InputReader_test.cpp | 194 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { 195 mInputDevices = inputDevices; 1033 Vector<InputDeviceInfo> inputDevices; 1034 mReader->getInputDevices(inputDevices); 1036 ASSERT_EQ(1U, inputDevices.size()); 1037 ASSERT_EQ(1, inputDevices[0].getId()); 1038 ASSERT_STREQ("keyboard", inputDevices[0].getIdentifier().name.string()); 1039 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType()); 1040 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, inputDevices[0].getSources()); 1041 ASSERT_EQ(size_t(0), inputDevices[0].getMotionRanges().size()) [all...] |
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
ConfigParsingUtils.cpp | 354 ALOGV("loadGlobalConfig() Available InputDevices %08x", availableInputDevices.types());
|
/frameworks/base/services/core/jni/ |
com_android_server_input_InputManagerService.cpp | 215 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices); 500 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { 503 size_t count = inputDevices.size(); 509 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices.itemAt(i)); [all...] |
/frameworks/base/services/core/java/com/android/server/input/ |
InputManagerService.java | [all...] |
/frameworks/base/docs/html/about/versions/ |
android-3.1-highlights.jd | 312 <h3 id="inputdevices">Input from mice, joysticks, and gamepads</h3>
|
/docs/source.android.com/src/devices/tech/power/ |
batterystats.jd | 108 9,0,i,uid,1000,com.android.inputdevices
|
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.cpp | [all...] |
/frameworks/native/services/inputflinger/ |
InputReader.h | 311 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) = 0; [all...] |
InputReader.cpp | 276 Vector<InputDeviceInfo> inputDevices; 317 getInputDevicesLocked(inputDevices); 323 mPolicy->notifyInputDevicesChanged(inputDevices); [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/lib/ |
libSDL2.a | [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/lib/ |
libSDL2.a | [all...] |