Home
last modified time | relevance | path

Searched defs:mDevices (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DInputManagerMockHelper.java48 private final List<InputDevice> mDevices = new ArrayList<>(); field in InputManagerMockHelper
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DHid.java35 private final SparseArray<Device> mDevices; field in Hid
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DUinput.java38 private final SparseArray<Device> mDevices; field in Uinput
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java68 private List<CachedBluetoothDevice> mDevices; field in BluetoothControllerImplTest
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceListAdapter.java40 private List<DeviceFilterPair<?>> mDevices; field in DeviceListAdapter
/frameworks/base/services/core/java/com/android/server/hdmi/
DDeviceDiscoveryAction.java102 private final ArrayList<DeviceInfo> mDevices = new ArrayList<>(); field in DeviceDiscoveryAction
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java59 private final HashMap<String, MtpDevice> mDevices = new HashMap<String, MtpDevice>(); field in MtpClient
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h314 DeviceVector mDevices; /**< current devices this output is routed to */ variable
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbHostManager.java79 private final HashMap<String, UsbDevice> mDevices = new HashMap<>(); field in UsbHostManager
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h169 std::unordered_map<int32_t, DevicePair> mDevices; variable
DEventHub.h692 std::unordered_map<int32_t, std::unique_ptr<Device>> mDevices; variable
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h618 std::vector<std::unique_ptr<DeviceInfo>> mDevices; member
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java72 private final LongSparseArray<LocalDisplayDevice> mDevices = new LongSparseArray<>(); field in LocalDisplayAdapter
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp498 KeyedVector<int32_t, Device*> mDevices; member in android::FakeEventHub