Home
last modified time | relevance | path

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

123

/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/
H A DDevice.h52 struct Device : public IDevice, public ParametersUtil { struct
141 audio_hw_device_t* device() const { return mDevice; } in device() argument
143 uint32_t version() const { return mDevice->common.version; } in version() argument
147 audio_hw_device_t* mDevice; argument
150 virtual ~Device(); argument
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h547 struct Device { struct
551 const InputDeviceIdentifier identifier; argument
553 std::unique_ptr<TouchVideoDevice> videoDevice; argument
555 Flags<InputDeviceClass> classes; argument
578 std::shared_ptr<AssociatedDevice> associatedDevice; argument
582 Device(int fd, int32_t id, const std::string& path, argument
597 status_t readDeviceBitMask(unsigned long ioctlCode, BitArray<N>& bitArray); argument
/aosp12/hardware/google/graphics/common/libion/test/
H A Dion_device_test.cpp33 class Device : public IonClientDeviceTest { class
36 TEST_F(Device, KernelRead) in TEST_F() argument
73 TEST_F(Device, KernelWrite) in TEST_F() argument
111 TEST_F(Device, KernelReadCached) in TEST_F() argument
148 TEST_F(Device, KernelWriteCached) in TEST_F() argument
186 TEST_F(Device, DeviceRead) in TEST_F() argument
223 TEST_F(Device, DeviceWrite) in TEST_F() argument
261 TEST_F(Device, DeviceReadCached) in TEST_F() argument
298 TEST_F(Device, DeviceWriteCached) in TEST_F() argument
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DProductStrategy.h33 struct Device struct
35 audio_devices_t applicableDevice; /**< applicable device for this strategy. */ argument
36 char deviceAddress[mMaxStringSize]; /**< device address associated with this strategy. */
/aosp12/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
H A DDevice.java25 class Device { class
29 Device(ITestDevice device) { in Device() method in Device
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.h39 struct Device : public IDevice { struct
H A DDevice.cpp34 Device::Device() { in Device() function in android::hardware::renderscript::V1_0::implementation::Device
/aosp12/system/bt/gd/storage/
H A Ddevice.cc73 Device::Device( in Device() function in bluetooth::storage::Device
80 Device::Device(ConfigCache* config, ConfigCache* memory_only_config, std::string section) in Device() function in bluetooth::storage::Device
/aosp12/art/tools/dexfuzz/src/dexfuzz/executors/
H A DDevice.java35 public class Device { class
50 public Device() { in Device() method in Device
59 public Device(String deviceName, boolean noBootImage) { in Device() method in Device
/aosp12/art/tools/jvmti-agents/simple-profile/
H A DREADME.md28 #### Device subsubsection
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DLibScalerForJpeg.h43 struct Device { struct
46 Device(); argument
/aosp12/frameworks/rs/
H A DrsDevice.cpp23 Device::Device() { in Device() function in android::renderscript::Device
/aosp12/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
H A DDeviceInfoDB.java21 public static enum Device { BLUELINE, BONITO, CROSSHATCH, CORAL, SARGO}; enum in DeviceInfoDB
/aosp12/bootable/recovery/recovery_ui/
H A Ddevice.cpp53 Device::Device(RecoveryUI* ui) : ui_(ui) { in Device() function in Device
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DCompilationBuilder.h34 class Device; variable
H A DManager.h41 class Device; variable
H A DMemory.h46 class Device; variable
H A DModelBuilder.h35 class Device; variable
/aosp12/build/soong/dexpreopt/
H A Dclass_loader_context.go199 Device string member
499 Device string member
/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DDevice.java42 public class Device { class
70 public Device(int id, String name, int vid, int pid, int bus, in Device() method in Device
/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java39 public class Device { class
72 public Device(int id, String name, int vid, int pid, int bus, byte[] descriptor, in Device() method in Device
/aosp12/system/extras/simpleperf/scripts/test/
H A Ddo_test.py186 class Device: class
205 device: Optional[Device],
/aosp12/build/soong/scripts/
H A Dbuild_broken_logs.go96 Device string member
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/batterysaver/
H A DBatterySaverStateMachineTest.java85 private class Device { class in BatterySaverStateMachineTest
/aosp12/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java287 private final class Device implements IBinder.DeathRecipient { class in MidiService
306 public Device(IMidiDeviceServer server, MidiDeviceInfo deviceInfo, in Device() method in MidiService.Device
316 public Device(BluetoothDevice bluetoothDevice) { in Device() method in MidiService.Device

123