Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h323 struct Device { struct
324 Device* next; argument
329 const InputDeviceIdentifier identifier; argument
331 std::unique_ptr<TouchVideoDevice> videoDevice; argument
356 Device(int fd, int32_t id, const std::string& path, argument
379 void addDeviceLocked(Device* device); argument
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DProductStrategy.h33 struct Device struct
35 uint32_t applicableDevice; /**< applicable device for this strategy. */ argument
36 char deviceAddress[mMaxStringSize]; /**< device address associated with this strategy. */
/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
DDevice.java25 class Device { class
29 Device(ITestDevice device) { in Device() method in Device
/frameworks/rs/
DrsDevice.cpp23 Device::Device() { in Device() function in android::renderscript::Device
DrsContext.h50 class Device; variable
/frameworks/ml/nn/runtime/
DCompilationBuilder.h33 class Device; variable
DManager.h39 class Device; variable
DModelBuilder.h35 class Device; variable
DMemory.h43 class Device; variable
DExecutionBuilder.h40 class Device; variable
DExecutionPlan.h49 class Device; variable
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DDevice.java33 public class Device { class
61 public Device(int id, String name, int vid, int pid, int bus, byte[] descriptor, in Device() method in Device
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/batterysaver/
DBatterySaverStateMachineTest.java85 private class Device { class in BatterySaverStateMachineTest
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java285 private final class Device implements IBinder.DeathRecipient { class in MidiService
304 public Device(IMidiDeviceServer server, MidiDeviceInfo deviceInfo, in Device() method in MidiService.Device
314 public Device(BluetoothDevice bluetoothDevice) { in Device() method in MidiService.Device
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp361 struct Device { struct in android::FakeEventHub
362 InputDeviceIdentifier identifier;
363 uint32_t classes;
364 PropertyMap configuration;
365 KeyedVector<int, RawAbsoluteAxisInfo> absoluteAxes;
366 KeyedVector<int, bool> relativeAxes;
367 KeyedVector<int32_t, int32_t> keyCodeStates;
368 KeyedVector<int32_t, int32_t> scanCodeStates;
369 KeyedVector<int32_t, int32_t> switchStates;
370 KeyedVector<int32_t, int32_t> absoluteAxisValue;
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java155 public static class Device { class in BluetoothClass
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp176 Device::Device(int32_t id, android::base::unique_fd fd, std::unique_ptr<DeviceCallback> callback) in Device() function in android::uhid::Device
/frameworks/native/vulkan/libvulkan/
Ddriver.cpp75 static const hwvulkan_device_t& Device() { return *Get().dev_; } in Device() function in vulkan::driver::__anonf773aee40111::Hal
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp45 using Device = nn::Device; typedef
DTestIntrospectionControl.cpp47 using Device = nn::Device; typedef
DTestPartitioningRandom.cpp94 using Device = nn::Device; typedef
DTestPartitioning.cpp150 using Device = ::android::nn::Device; typedef
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp182 EventHub::Device::Device(int fd, int32_t id, const std::string& path, in Device() function in android::EventHub::Device
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto289 message Device { message