/hardware/libhardware/tests/hardware/ |
struct-last.cpp | 19 #include <hardware/hardware.h> 20 #include <hardware/sensors.h> 21 #include <hardware/fb.h> 22 #include <hardware/hwcomposer.h> 23 #include <hardware/gralloc.h> 24 #include <hardware/consumerir.h> 25 #include <hardware/camera_common.h> 26 #include <hardware/camera3.h> 38 //Types defined in hardware. [all...] |
struct-size.cpp | 19 #include <hardware/hardware.h> 20 #include <hardware/sensors.h> 21 #include <hardware/fb.h> 22 #include <hardware/hwcomposer.h> 23 #include <hardware/gralloc.h> 24 #include <hardware/consumerir.h> 25 #include <hardware/camera_common.h> 26 #include <hardware/camera3.h> 45 //Types defined in hardware. [all...] |
/frameworks/base/core/java/android/hardware/location/ |
GeofenceHardwareService.java | 17 package android.hardware.location; 29 * Service that handles hardware geofencing. 62 throw new SecurityException("Insufficient permissions to access hardware geofence for" 81 "Location Hardware permission not granted to access hardware geofence"); 89 "Location Hardware permission not granted to access hardware geofence"); 100 "Location Hardware permission not granted to access hardware geofence"); 108 "Location Hardware permission not granted to access hardware geofence") [all...] |
IActivityRecognitionHardwareWatcher.aidl | 17 package android.hardware.location; 19 import android.hardware.location.IActivityRecognitionHardware; 22 * Activity Recognition Hardware watcher. This interface can be used to receive interfaces to 29 * Hardware Activity-Recognition availability event.
|
IFusedLocationHardware.aidl | 17 package android.hardware.location; 19 import android.hardware.location.IFusedLocationHardwareSink; 23 * Fused Location hardware interface. 24 * This interface is the basic set of supported functionality by Fused Hardware 31 * Registers a sink with the Location Hardware object. 38 * Unregisters a sink with the Location Hardware object. 45 * Provides access to the batch size available in Hardware. 47 * @return The batch size the hardware supports. 52 * Requests the Hardware to start batching locations. 62 * Requests the Hardware to stop batching for the given Id [all...] |
/hardware/libhardware/modules/camera/ |
CameraHAL.h | 21 #include <hardware/hardware.h> 22 #include <hardware/camera_common.h> 35 // Camera Module Interface (see <hardware/camera_common.h>) 41 // Hardware Module Interface (see <hardware/hardware.h>)
|
/hardware/libhardware/modules/usbcamera/ |
CameraHAL.h | 20 #include <hardware/hardware.h> 21 #include <hardware/camera_common.h> 39 // Camera Module Interface (see <hardware/camera_common.h>) 45 // Hardware Module Interface (see <hardware/hardware.h>)
|
/hardware/qcom/display/msm8960/ |
common.mk | 2 common_includes := hardware/qcom/display/msm8960/libgralloc 3 common_includes += hardware/qcom/display/msm8960/liboverlay 4 common_includes += hardware/qcom/display/msm8960/libcopybit 5 common_includes += hardware/qcom/display/msm8960/libqdutils 6 common_includes += hardware/qcom/display/msm8960/libhwcomposer 7 common_includes += hardware/qcom/display/msm8960/libexternal 8 common_includes += hardware/qcom/display/msm8960/libqservice
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
FrameworkUnitTests.java | 17 package android.hardware.cts.helpers; 22 import android.hardware.cts.helpers.sensoroperations.SensorOperationTest; 23 import android.hardware.cts.helpers.sensorverification.EventGapVerificationTest; 24 import android.hardware.cts.helpers.sensorverification.EventOrderingVerificationTest; 25 import android.hardware.cts.helpers.sensorverification.FrequencyVerificationTest; 26 import android.hardware.cts.helpers.sensorverification.JitterVerificationTest; 27 import android.hardware.cts.helpers.sensorverification.MagnitudeVerificationTest; 28 import android.hardware.cts.helpers.sensorverification.MeanVerificationTest; 29 import android.hardware.cts.helpers.sensorverification.StandardDeviationVerificationTest;
|
/device/generic/goldfish/data/etc/ |
handheld_core_hardware.xml | 17 <!-- These are the hardware components that all handheld devices 18 must include. Devices with optional hardware must also include extra 19 hardware files, per the comments below. 26 except the android.hardware.bluetooth 29 <feature name="android.hardware.audio.output" /> 30 <feature name="android.hardware.camera" /> 31 <feature name="android.hardware.location" /> 32 <feature name="android.hardware.location.network" /> 33 <feature name="android.hardware.sensor.compass" /> 34 <feature name="android.hardware.sensor.accelerometer" / [all...] |
/frameworks/native/data/etc/ |
handheld_core_hardware.xml | 17 <!-- These are the hardware components that all handheld devices 18 must include. Devices with optional hardware must also include extra 19 hardware files, per the comments below. 26 <feature name="android.hardware.audio.output" /> 27 <feature name="android.hardware.camera" /> 28 <feature name="android.hardware.location" /> 29 <feature name="android.hardware.location.network" /> 30 <feature name="android.hardware.sensor.compass" /> 31 <feature name="android.hardware.sensor.accelerometer" /> 32 <feature name="android.hardware.bluetooth" / [all...] |
/build/target/board/generic_arm64/ |
README.txt | 1 The "generic_arm64" product defines a non-hardware-specific arm64 target
|
/build/target/board/generic_armv5/ |
README.txt | 1 The "generic_armv5" product defines a non-hardware-specific target
|
/development/tools/emulator/skins/WSVGA/ |
hardware.ini | 1 # skin-specific hardware values
|
/development/tools/emulator/skins/WXGA720/ |
hardware.ini | 1 # skin-specific hardware values
|
/development/tools/emulator/skins/WXGA800/ |
hardware.ini | 1 # skin-specific hardware values
|
/development/tools/emulator/skins/WXGA800-7in/ |
hardware.ini | 1 # skin-specific hardware values
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSensorManager.java | 3 import android.hardware.Sensor; 4 import android.hardware.SensorEvent; 5 import android.hardware.SensorEventListener; 6 import android.hardware.SensorManager;
|
/frameworks/base/core/java/android/hardware/hdmi/ |
IHdmiControlService.aidl | 17 package android.hardware.hdmi; 19 import android.hardware.hdmi.HdmiDeviceInfo; 20 import android.hardware.hdmi.HdmiPortInfo; 21 import android.hardware.hdmi.IHdmiControlCallback; 22 import android.hardware.hdmi.IHdmiDeviceEventListener; 23 import android.hardware.hdmi.IHdmiHotplugEventListener; 24 import android.hardware.hdmi.IHdmiInputChangeListener; 25 import android.hardware.hdmi.IHdmiMhlVendorCommandListener; 26 import android.hardware.hdmi.IHdmiRecordListener; 27 import android.hardware.hdmi.IHdmiSystemAudioModeChangeListener [all...] |
/cts/tests/tests/hardware/ |
Android.mk | 29 # TODO: sensors need to be refactored out into their own namespace: android.hardware.sensors.cts 30 LOCAL_SRC_FILES := $(call all-java-files-under, src/android/hardware/cts/helpers) 32 src/android/hardware/cts/SensorTestCase.java \ 33 src/android/hardware/cts/SingleSensorTests.java \ 34 src/android/hardware/cts/SensorIntegrationTests.java \ 35 src/android/hardware/cts/SensorBatchingTests.java \ 36 src/android/hardware/cts/SensorTest.java \ 37 src/android/hardware/cts/SensorManagerStaticTest.java
|
/device/google/accessory/demokit/ |
README | 13 hardware/ Files describing the ADK hardware design
|
/hardware/qcom/display/msm8974/ |
common.mk | 2 common_includes := hardware/qcom/display/msm8974/libgralloc 3 common_includes += hardware/qcom/display/msm8974/liboverlay 4 common_includes += hardware/qcom/display/msm8974/libcopybit 5 common_includes += hardware/qcom/display/msm8974/libqdutils 6 common_includes += hardware/qcom/display/msm8974/libhwcomposer 7 common_includes += hardware/qcom/display/msm8974/libexternal 8 common_includes += hardware/qcom/display/msm8974/libqservice 48 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
|
/hardware/ti/omap4xxx/libtiutils/ |
Android.mk | 23 hardware/ti/omap4xxx/domx/omx_core/inc \ 24 hardware/ti/omap4xxx/domx/mm_osal/inc
|
/packages/inputmethods/LatinIME/java/res/values/ |
keypress-volumes.xml | 23 <item>HARDWARE=herring,0.5f</item> 24 <item>HARDWARE=tuna,0.5f</item> 25 <item>HARDWARE=stingray,0.4f</item> 26 <item>HARDWARE=grouper,0.3f</item> 27 <item>HARDWARE=mako,0.3f</item> 28 <item>HARDWARE=manta,0.2f</item>
|
/packages/inputmethods/LatinIME/java/res/values-land/ |
keyboard-heights.xml | 26 <item>HARDWARE=sholes,194.3333</item> 28 <item>HARDWARE=mahimahi,186.2667</item> 30 <item>HARDWARE=herring,171.9385</item> 32 <item>HARDWARE=tuna,173.4207</item> 35 <item>HARDWARE=stingray,265.4378</item> 37 <item>HARDWARE=flounder,272.0</item>
|