HomeSort by relevance Sort by last modified time
    Searched full:inputdevices (Results 1 - 23 of 23) sorted by null

  /build/make/target/product/
core.mk 41 InputDevices \
67 InputDevices \
core_tiny.mk 25 InputDevices
118 InputDevices \
  /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;
  /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();
  /packages/services/Car/car_product/build/
car_base.mk 32 InputDevices \
  /device/generic/armv7-a-neon/
mini_common.mk 29 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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDevService.java 544 List<BluetoothDevice> inputDevices = new ArrayList<BluetoothDevice>();
549 inputDevices.add(mHidDevice);
554 return inputDevices;
HidService.java 466 List<BluetoothDevice> inputDevices = new ArrayList<BluetoothDevice>();
472 inputDevices.add(device);
477 return inputDevices;
    [all...]
  /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);
  /device/google/atv/products/
atv_base.mk 71 InputDevices \
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 234 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
235 mInputDevices = inputDevices;
    [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 228 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
569 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
573 size_t count = inputDevices.size();
579 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices.itemAt(i));
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 270 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) = 0;
    [all...]
InputReader.cpp 358 Vector<InputDeviceInfo> inputDevices;
399 getInputDevicesLocked(inputDevices);
405 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...]

Completed in 1741 milliseconds