HomeSort by relevance Sort by last modified time
    Searched refs:Hid (Results 1 - 25 of 25) sorted by null

  /frameworks/base/cmds/hid/
hid 3 # Script to start "hid" on the device, which has a very rudimentary
7 export CLASSPATH=$base/framework/hid.jar
8 exec app_process $base/bin com.android.commands.hid.Hid "$@"
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/
UefiUsbLib.inf 4 # This library instance provides most usb APIs to support the Hid requests defined in
5 # Usb Hid 1.1 spec and the standard requests defined in Usb 1.1 spec.
35 Hid.c
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensorDevice.cpp 32 using namespace Hid::Sensor::SensorTypeUsage;
33 using namespace Hid::Sensor::PropertyUsage;
88 ALOGV("Hid Raw Device thread started %p", this);
108 ALOGI("Hid Raw Device thread ended for %p", this);
HidSensorDef.h 18 namespace Hid {
99 } // namespace Hid
HidRawSensor.cpp 61 using namespace Hid::Sensor::SensorTypeUsage;
62 using namespace Hid::Sensor::ReportUsage;
64 // Hid unit default g
77 // Hid unit default degree/s
90 // Hid unit default mGauss
226 Hid::Sensor::ReportUsage::ORIENTATION_QUATERNION,
261 // Android X Y Z maps to HID X -Z Y
262 // Android order xyzw, HID order wxyz
362 // HID class devices are encouraged, where possible, to use a right-handed
368 // Android X axis = Hid X axi
    [all...]
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Hid.java 17 package com.android.commands.hid;
36 public class Hid {
37 private static final String TAG = "HID";
43 error("Usage: hid [FILE]");
60 (new Hid(stream)).run();
62 error("HID injection failed.", e);
69 private Hid(InputStream in) {
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.c 306 Patch TPM2 device HID string. The initial string tag in TPM2 ACPI table is "NNN0000".
310 @return HID Update status.
320 CHAR8 Hid[TPM_HID_ACPI_SIZE];
329 // Initialize HID with Default PNP string
331 ZeroMem(Hid, TPM_HID_ACPI_SIZE);
345 // HID containing PNP ID "NNN####"
348 CopyMem(Hid, &ManufacturerID, 3);
351 // HID containing ACP ID "NNNN####"
354 CopyMem(Hid, &ManufacturerID, 4);
371 AsciiSPrint(Hid + 3, TPM_HID_PNP_SIZE - 3, "%02d%02d", ((FirmwareVersion1 & 0xFFFF0000) >> 16), (FirmwareVersion1 (…)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
SuperIo.h 151 EFI_ACPI_HID Hid;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigImpl.c 382 Get HID string of TPM2 ACPI device object
384 @param[in] Hid Points to HID String Buffer.
385 @param[in] Size HID String size in bytes. Must >= TPM_HID_ACPI_SIZE
387 @return HID String get status.
392 CHAR8 *Hid,
404 ZeroMem(Hid, Size);
418 // HID containing PNP ID "NNN####"
421 CopyMem(Hid, &ManufacturerID, 3);
424 // HID containing ACP ID "NNNN####"
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/test/
HidRawDeviceTest.cpp 35 using namespace Hid::Sensor::SensorTypeUsage;
HidRawSensorTest.cpp 112 using namespace Hid::Sensor::SensorTypeUsage;
  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 60 public static final ParcelUuid Hid =
128 return uuid.equals(Hid);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
UefiDevicePathLib.h 132 UINT32 Hid;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHidDeviceFacade.java 41 public static final ParcelUuid[] UUIDS = {BluetoothUuid.Hid};
247 Log.w("Init HID Device Facade");
277 * Check whether the HID Device profile service is ready to use.
278 * @return true if HID Device profile is ready to use; otherwise false
280 @Rpc(description = "Is HID Device profile ready.")
287 * Connect to a Bluetooth HID input host.
288 * @param device name or MAC address or the HID input host
289 * @return true if successfully connected to the HID host; otherwise false
292 @Rpc(description = "Connect to an HID host.")
308 * Disconnect a Bluetooth HID input host
    [all...]
BluetoothHidFacade.java 45 public static final ParcelUuid[] UUIDS = { BluetoothUuid.Hid };
144 * Connect to Hid Profile.
154 * Disconnect to Hid Profile.
164 * Is Hid profile ready.
165 * @return if Hid profile is ready or not.
167 @Rpc(description = "Is Hid profile ready.")
173 * Connect to an HID device.
177 @Rpc(description = "Connect to an HID device.")
191 * Disconnect an HID device.
195 @Rpc(description = "Disconnect an HID device."
    [all...]
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManagerTest.java 81 * Verify HID and HID Device profiles are not null without running updateUuids()
111 * Verify updateProfiles() for a remote HID device updates profiles and removedProfiles
117 ParcelUuid[] uuids = new ParcelUuid[]{BluetoothUuid.Hid};
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 131 // Always add HID host, HID device, and PAN profiles
294 // There is no local SDP record for HID and Settings app doesn't control PBAP Server.
584 if ((BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Hid) ||
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
PhonePolicy.java 40 import com.android.bluetooth.hid.HidHostService;
237 if ((hidService != null) && (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Hid)
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 428 milliseconds