/frameworks/native/services/inputflinger/reader/include/ |
D | EventHub.h | 322 struct Device { struct 323 Device* next; argument 328 const InputDeviceIdentifier identifier; argument 330 std::unique_ptr<TouchVideoDevice> videoDevice; argument 355 Device(int fd, int32_t id, const std::string& path, argument 378 void addDeviceLocked(Device* device); argument
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/ |
D | ProductStrategy.h | 33 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/ |
D | Device.java | 25 class Device { class 29 Device(ITestDevice device) { in Device() method in Device
|
/frameworks/rs/ |
D | rsDevice.cpp | 23 Device::Device() { in Device() function in android::renderscript::Device
|
D | rsContext.h | 50 class Device; variable
|
/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
D | Device.java | 30 public class Device { class 57 public Device(int id, String name, int vid, int pid, byte[] descriptor, in Device() method in Device
|
/frameworks/ml/nn/runtime/ |
D | CompilationBuilder.h | 33 class Device; variable
|
D | Manager.h | 39 class Device; variable
|
D | ModelBuilder.h | 35 class Device; variable
|
D | Memory.h | 43 class Device; variable
|
D | ExecutionBuilder.h | 40 class Device; variable
|
D | ExecutionPlan.h | 49 class Device; variable
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 316 struct Device { struct in android::FakeEventHub 317 InputDeviceIdentifier identifier; 318 uint32_t classes; 319 PropertyMap configuration; 320 KeyedVector<int, RawAbsoluteAxisInfo> absoluteAxes; 321 KeyedVector<int, bool> relativeAxes; 322 KeyedVector<int32_t, int32_t> keyCodeStates; 323 KeyedVector<int32_t, int32_t> scanCodeStates; 324 KeyedVector<int32_t, int32_t> switchStates; 325 KeyedVector<int32_t, int32_t> absoluteAxisValue; [all …]
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/batterysaver/ |
D | BatterySaverStateMachineTest.java | 85 private class Device { class in BatterySaverStateMachineTest
|
/frameworks/base/services/midi/java/com/android/server/midi/ |
D | MidiService.java | 285 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/base/core/java/android/bluetooth/ |
D | BluetoothClass.java | 155 public static class Device { class in BluetoothClass
|
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 144 Device::Device(int32_t id, int fd, std::unique_ptr<DeviceCallback> callback) : in Device() function in android::uhid::Device
|
/frameworks/native/vulkan/libvulkan/ |
D | driver.cpp | 82 static const hwvulkan_device_t& Device() { return *Get().dev_; } in Device() function in vulkan::driver::__anonbed2d0790111::Hal
|
/frameworks/ml/nn/runtime/test/ |
D | TestExecution.cpp | 45 using Device = nn::Device; typedef
|
D | TestIntrospectionControl.cpp | 47 using Device = nn::Device; typedef
|
D | TestPartitioningRandom.cpp | 94 using Device = nn::Device; typedef
|
D | TestPartitioning.cpp | 150 using Device = ::android::nn::Device; typedef
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.cpp | 98 Device::Device(std::unique_ptr<android::Hwc2::Composer> composer) : mComposer(std::move(composer)) { in Device() function in HWC2::Device
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 193 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/ |
D | global.proto | 287 message Device { message
|