Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DCompilationBuilder.h92 std::vector<std::shared_ptr<Device>> mDevices; variable
DManager.h201 std::vector<std::shared_ptr<Device>> mDevices; variable
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h142 std::unordered_map<int32_t /*eventHubId*/, std::shared_ptr<InputDevice>> mDevices; variable
DEventHub.h445 KeyedVector<int32_t, Device*> mDevices; variable
DInputDevice.h129 std::unordered_map<int32_t, DevicePair> mDevices; variable
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DHid.java35 private final SparseArray<Device> mDevices; field in Hid
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java63 private List<CachedBluetoothDevice> mDevices; field in BluetoothControllerImplTest
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pDeviceList.java37 private final HashMap<String, WifiP2pDevice> mDevices = new HashMap<String, WifiP2pDevice>(); field in WifiP2pDeviceList
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp432 static std::map<std::string, ANeuralNetworksDevice*> mDevices; member in android::nn::fuzzing_test::RandomGraphTest
453 std::map<std::string, ANeuralNetworksDevice*> RandomGraphTest::mDevices; member in android::nn::fuzzing_test::RandomGraphTest
/frameworks/base/services/core/java/com/android/server/hdmi/
DDeviceDiscoveryAction.java95 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/ml/nn/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp117 std::vector<ANeuralNetworksDevice*> mDevices; member in android::nn::__anon2fceb4840111::FibonacciExtensionTest
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h306 DeviceVector mDevices; /**< current devices this output is routed to */ variable
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbHostManager.java73 private final HashMap<String, UsbDevice> mDevices = new HashMap<>(); field in UsbHostManager
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h513 std::vector<std::unique_ptr<DeviceInfo>> mDevices; member
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java70 private final LongSparseArray<LocalDisplayDevice> mDevices = new LongSparseArray<>(); field in LocalDisplayAdapter
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp589 std::vector<ANeuralNetworksDevice*> mDevices; in TestIntrospectionCompilation() local
DTestIntrospectionControl.cpp194 std::vector<ANeuralNetworksDevice*> mDevices; member in __anon25d1d9320111::IntrospectionControlTest
DTestValidation.cpp2436 ANeuralNetworksDevice* mDevices[2] = {nullptr, nullptr}; member in __anon8e6d370b0111::ValidationTestCompilationForDevices_2
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp395 KeyedVector<int32_t, Device*> mDevices; member in android::FakeEventHub