Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 49) sorted by relevance

12

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DDeviceIconUtil.java42 List<Device> deviceList = Arrays.asList( in DeviceIconUtil()
43 new Device( in DeviceIconUtil()
47 new Device( in DeviceIconUtil()
51 new Device( in DeviceIconUtil()
55 new Device( in DeviceIconUtil()
59 new Device( in DeviceIconUtil()
63 new Device( in DeviceIconUtil()
67 new Device( in DeviceIconUtil()
71 new Device( in DeviceIconUtil()
76 Device device = deviceList.get(i); in DeviceIconUtil()
[all …]
H A DBluetoothMediaDevice.java107 case BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE: in isCarKitDevice()
108 case BluetoothClass.Device.AUDIO_VIDEO_CAR_AUDIO: in isCarKitDevice()
/aosp14/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp55 Device* d = reinterpret_cast<Device*>(data); in handleLooperEvents()
137 std::unique_ptr<Device> Device::open(int32_t id, const char* name, int32_t vid, int32_t pid, in open()
179 return std::unique_ptr<Device>(new Device(id, std::move(fd), std::move(callback))); in open()
182 Device::Device(int32_t id, android::base::unique_fd fd, std::unique_ptr<DeviceCallback> callback) in Device() function in android::uhid::Device
193 Device::~Device() { in ~Device()
245 int Device::handleEvents(int events) { in handleEvents()
328 std::unique_ptr<uhid::Device> d = in openDevice()
336 uhid::Device* d = reinterpret_cast<uhid::Device*>(ptr); in sendReport()
346 uhid::Device* d = reinterpret_cast<uhid::Device*>(ptr); in sendGetFeatureReportReply()
356 uhid::Device* d = reinterpret_cast<uhid::Device*>(ptr); in sendSetReportReply()
[all …]
H A Dcom_android_commands_hid_Device.h43 class Device {
45 static std::unique_ptr<Device> open(int32_t id, const char* name, int32_t vid, int32_t pid,
49 ~Device();
58 Device(int32_t id, android::base::unique_fd fd, std::unique_ptr<DeviceCallback> callback);
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java610 case BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE: in btHeadsetDeviceToAudioDevice()
977 case BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE: in btDeviceClassToString()
981 case BluetoothClass.Device.AUDIO_VIDEO_MICROPHONE: in btDeviceClassToString()
983 case BluetoothClass.Device.AUDIO_VIDEO_LOUDSPEAKER: in btDeviceClassToString()
985 case BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES: in btDeviceClassToString()
989 case BluetoothClass.Device.AUDIO_VIDEO_CAR_AUDIO: in btDeviceClassToString()
991 case BluetoothClass.Device.AUDIO_VIDEO_SET_TOP_BOX: in btDeviceClassToString()
993 case BluetoothClass.Device.AUDIO_VIDEO_HIFI_AUDIO: in btDeviceClassToString()
995 case BluetoothClass.Device.AUDIO_VIDEO_VCR: in btDeviceClassToString()
997 case BluetoothClass.Device.AUDIO_VIDEO_VIDEO_CAMERA: in btDeviceClassToString()
[all …]
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DUinput.java39 private final SparseArray<Device> mDevices;
75 mDevices = new SparseArray<Device>(); in Uinput()
109 final Device d = mDevices.valueAt(index); in process()
125 Device d = new Device(id, e.getName(), e.getVendorId(), e.getProductId(), e.getBus(), in registerDevice()
/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DHid.java35 private final SparseArray<Device> mDevices;
65 mDevices = new SparseArray<Device>(); in Hid()
91 Device d = mDevices.valueAt(index); in process()
120 Device d = new Device(id, e.getName(), e.getVendorId(), e.getProductId(), e.getBus(), in registerDevice()
/aosp14/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java140 = new HashMap<MidiDeviceInfo, Device>();
144 = new HashMap<BluetoothDevice, Device>();
150 private final HashMap<IBinder, Device> mDevicesByServer = new HashMap<IBinder, Device>();
284 public void deviceAdded(Device device) { in deviceAdded()
298 public void deviceRemoved(Device device) { in deviceRemoved()
740 private final Device mDevice;
750 public Device getDevice() { in getDevice()
1081 Device device; in openDevice()
1157 Device device; in openBluetoothDevice()
1306 Device device = null; in addDeviceLocked()
[all …]
/aosp14/frameworks/base/cmds/uinput/
H A DREADME.md36 | id | integer | Device id |
38 | name | string | Device name |
46 Device ID is used for matching the subsequent commands to a specific device
49 Device bus is used to determine how the uinput device is connected to the host.
52 Device configuration is used to configure uinput device. "type" field provides the UI_SET_*
61 Device ff_effects_max must be provided if FFBIT is set.
63 Device abs_info fields are provided to set the device axes information. It is an array of below
114 | id | integer | Device id |
132 | id | integer | Device id |
164 | `id` | integer | Device ID |
/aosp14/system/core/trusty/keymint/src/
H A Dkeymint_hal_main.rs116 let km_service = keymint::Device::new_as_binder(tipc_channel.clone()); in inner_main()
126 let rpc_service = rpc::Device::new_as_binder(tipc_channel.clone()); in inner_main()
136 let sclock_service = secureclock::Device::new_as_binder(tipc_channel.clone()); in inner_main()
146 let ssecret_service = sharedsecret::Device::new_as_binder(tipc_channel.clone()); in inner_main()
/aosp14/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
H A DCujs.java24 private Device mDevice;
26 public Cujs(Device device) { in Cujs()
H A DDevice.java25 class Device { class
29 Device(ITestDevice device) { in Device() method in Device
H A DMemoryTest.java46 Device device = new Device(testDevice); in setDevice()
H A DMetrics.java35 private Device mDevice;
48 Metrics(Device device, TestMetrics metrics, TestLogData logs) { in Metrics()
/aosp14/frameworks/base/packages/SettingsLib/tests/unit/src/com/android/settingslib/bluetooth/
H A DBluetoothLeBroadcastMetadataExtTest.kt55 setSourceDevice(Device, BluetoothDevice.ADDRESS_TYPE_RANDOM)
93 setSourceDevice(Device, BluetoothDevice.ADDRESS_TYPE_RANDOM)
144 setSourceDevice(Device, BluetoothDevice.ADDRESS_TYPE_RANDOM)
186 val Device: BluetoothDevice =
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLeAudioProfile.java283 case BluetoothClass.Device.AUDIO_VIDEO_UNCATEGORIZED: in getDrawableResource()
284 case BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET: in getDrawableResource()
285 case BluetoothClass.Device.AUDIO_VIDEO_MICROPHONE: in getDrawableResource()
286 case BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES: in getDrawableResource()
H A DHidProfile.java180 case BluetoothClass.Device.PERIPHERAL_KEYBOARD: in getHidClassDrawable()
181 case BluetoothClass.Device.PERIPHERAL_KEYBOARD_POINTING: in getHidClassDrawable()
183 case BluetoothClass.Device.PERIPHERAL_POINTING: in getHidClassDrawable()
H A DBluetoothUtils.java91 case BluetoothClass.Device.Major.COMPUTER: in getBtClassDrawableWithDescription()
96 case BluetoothClass.Device.Major.PHONE: in getBtClassDrawableWithDescription()
102 case BluetoothClass.Device.Major.PERIPHERAL: in getBtClassDrawableWithDescription()
107 case BluetoothClass.Device.Major.IMAGING: in getBtClassDrawableWithDescription()
/aosp14/frameworks/base/cmds/hid/
H A DREADME.md42 | id | integer | Device id |
44 | name | string | Device name |
50 Device ID is used for matching the subsequent commands to a specific device
53 Device bus is used to determine how the uhid device is connected to the host.
89 | id | integer | Device id |
107 | id | integer | Device id |
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A Ddoze.md20 Device is asleep and listening for enabled pulsing and wake-up gesture triggers. In this state, no …
23 Device is asleep and not listening for any triggers to wake up. This state is used only when CAR_MO…
26 Device is asleep, showing UI, and listening for enabled pulsing and wake-up triggers. In this state…
29 Device is asleep and would normally be in state `DOZE_AOD`; however, instead the display is tempora…
32 Device is awake and showing UI. This is state typically occurs in response to incoming notification…
35 Device is awake, showing docking UI and listening for enabled pulsing and wake-up triggers. The def…
H A Dkeyguard.md31 #### Device unlocked, Keyguard has gone away
50 * Device policy
/aosp14/frameworks/base/data/keyboards/
H A DVendor_0957_Product_0001.idc16 # Input Device Configuration file for Google Reference RCU Remote.
H A DVendor_18d1_Product_9451.idc16 # Input Device Configuration file for a flavor of the Google Reference RCU Remote.
H A DGoogleTV-Remote.idc16 # Input Device Configuration file for Google Reference Remote Control Unit (RCU).
H A DVendor_0957_Product_0006.idc16 # Input Device Configuration file for Google Reference RCU Remote.

12