Searched refs:hardware (Results 201 - 225 of 1118) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/location/
H A DIFusedLocationHardware.aidl17 package android.hardware.location;
19 import android.hardware.location.IFusedLocationHardwareSink;
23 * Fused Location hardware interface.
47 * @return The batch size the hardware supports.
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DClassifier.java19 import android.hardware.SensorEvent;
/frameworks/base/services/core/java/com/android/server/policy/
H A DWakeGestureListener.java21 import android.hardware.Sensor;
22 import android.hardware.SensorManager;
23 import android.hardware.TriggerEvent;
24 import android.hardware.TriggerEventListener;
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DAoapInterface.java16 package com.android.hardware.usb.externalmanagementtest;
18 import android.hardware.usb.UsbConstants;
19 import android.hardware.usb.UsbDevice;
20 import android.hardware.usb.UsbDeviceConnection;
/frameworks/hardware/interfaces/sensorservice/1.0/
H A DISensorManager.hal23 import android.hardware.sensors@1.0::SensorInfo;
24 import android.hardware.sensors@1.0::SensorType;
30 * ISensorManager to access and list hardware sensors.
60 * android.hardware.sensors@1.0::SensorsEventFormatOffset.
65 * 0x0008 int32_t type (see android.hardware.sensors@1.0::SensorType)
67 * 0x0010 int64_t timestamp (see android.hardware.sensors@1.0::Event)
88 * Create direct channel based on hardware buffer
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DB2HProducerListener.cpp20 namespace hardware { namespace in namespace:android
45 } // namespace hardware
/frameworks/native/services/sensorservice/
H A DSensorServiceUtils.cpp19 #include <hardware/sensors.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.h25 #include <hardware/power.h>
/frameworks/native/services/thermalservice/libthermalcallback/
H A DThermalCallback.cpp1 #define LOG_TAG "android.hardware.thermal.thermalcallback@1.1-impl"
8 #include <hardware/thermal.h>
11 namespace hardware { namespace in namespace:android
17 using ::android::hardware::thermal::V1_0::TemperatureType;
28 const android::hardware::thermal::V1_0::Temperature& temperature) {
68 } // namespace hardware
/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp76 sp<hardware::ICameraService> CameraManagerGlobal::getCameraService() {
97 mCameraService = interface_cast<hardware::ICameraService>(binder);
123 std::vector<hardware::CameraStatus> cameraStatuses{};
147 hardware::ICameraService::ERROR_DISCONNECTED) {
166 hardware::ICameraService::ERROR_DEPRECATED_HAL) {
230 if (deviceStatus.second == hardware::ICameraServiceListener::STATUS_NOT_PRESENT ||
231 deviceStatus.second == hardware::ICameraServiceListener::STATUS_ENUMERATING) {
236 hardware::ICameraService::API_VERSION_2, &camera2Support);
246 case hardware::ICameraServiceListener::STATUS_NOT_PRESENT:
247 case hardware
[all...]
/frameworks/base/libs/usb/src/com/android/future/usb/
H A DUsbManager.java23 import android.hardware.usb.IUsbManager;
47 "android.hardware.usb.action.USB_ACCESSORY_ATTACHED";
57 "android.hardware.usb.action.USB_ACCESSORY_DETACHED";
94 android.hardware.usb.UsbAccessory accessory =
95 intent.getParcelableExtra(android.hardware.usb.UsbManager.EXTRA_ACCESSORY);
111 android.hardware.usb.UsbAccessory accessory = mService.getCurrentAccessory();
131 return mService.openAccessory(new android.hardware.usb.UsbAccessory(
152 return mService.hasAccessoryPermission(new android.hardware.usb.UsbAccessory(
177 mService.requestAccessoryPermission(new android.hardware.usb.UsbAccessory(
/frameworks/base/core/java/android/hardware/usb/
H A DIUsbManager.aidl17 package android.hardware.usb;
21 import android.hardware.usb.UsbAccessory;
22 import android.hardware.usb.UsbDevice;
23 import android.hardware.usb.UsbPort;
24 import android.hardware.usb.UsbPortStatus;
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableString.java16 package android.hardware.camera2.marshal.impl;
18 import android.hardware.camera2.marshal.Marshaler;
19 import android.hardware.camera2.marshal.MarshalQueryable;
20 import android.hardware.camera2.utils.TypeReference;
26 import static android.hardware.camera2.impl.CameraMetadataNative.*;
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DICameraDeviceUserWrapper.java17 package android.hardware.camera2.impl;
19 import static android.hardware.camera2.CameraAccessException.CAMERA_DISABLED;
20 import static android.hardware.camera2.CameraAccessException.CAMERA_DISCONNECTED;
21 import static android.hardware.camera2.CameraAccessException.CAMERA_IN_USE;
22 import static android.hardware.camera2.CameraAccessException.CAMERA_ERROR;
23 import static android.hardware.camera2.CameraAccessException.MAX_CAMERAS_IN_USE;
24 import static android.hardware.camera2.CameraAccessException.CAMERA_DEPRECATED_HAL;
26 import android.hardware.ICameraService;
27 import android.hardware.camera2.CameraManager;
28 import android.hardware
[all...]
H A DCallbackProxies.java16 package android.hardware.camera2.impl;
18 import android.hardware.camera2.CameraCaptureSession;
19 import android.hardware.camera2.CameraDevice;
20 import android.hardware.camera2.CaptureFailure;
21 import android.hardware.camera2.CaptureRequest;
22 import android.hardware.camera2.CaptureResult;
23 import android.hardware.camera2.TotalCaptureResult;
24 import android.hardware.camera2.dispatch.Dispatchable;
25 import android.hardware.camera2.dispatch.MethodNameInvoker;
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h20 #include <android/hardware/BnCameraService.h>
21 #include <android/hardware/ICameraServiceListener.h>
22 #include <android/hardware/ICameraServiceProxy.h>
30 #include <hardware/camera.h>
32 #include <android/hardware/camera/common/1.0/types.h>
60 public virtual ::android::hardware::BnCameraService,
99 hardware::camera::common::V1_0::CameraDeviceStatus newHalStatus) override;
101 hardware::camera::common::V1_0::TorchModeStatus newStatus) override;
109 hardware::CameraInfo* cameraInfo);
114 hardware
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp23 #include <android/hardware/light/2.0/ILight.h>
24 #include <android/hardware/light/2.0/types.h>
33 using Brightness = ::android::hardware::light::V2_0::Brightness;
34 using Flash = ::android::hardware::light::V2_0::Flash;
35 using ILight = ::android::hardware::light::V2_0::ILight;
36 using LightState = ::android::hardware::light::V2_0::LightState;
37 using Status = ::android::hardware::light::V2_0::Status;
38 using Type = ::android::hardware::light::V2_0::Type;
40 using Return = ::android::hardware::Return<T>;
/frameworks/base/services/core/
H A DAndroid.mk22 android.hardware.light-V2.0-java \
23 android.hardware.power-V1.0-java \
24 android.hardware.tv.cec-V1.0-java \
31 android.hardware.weaver-V1.0-java-static \
32 android.hardware.biometrics.fingerprint-V2.1-java-static \
33 android.hardware.oemlock-V1.0-java-static \
34 android.hardware.tetheroffload.control-V1.0-java-static \
35 android.hardware.vibrator-V1.0-java-constants \
36 android.hardware.configstore-V1.0-java-static
/frameworks/av/camera/cameraserver/
H A DAndroid.mk30 android.hardware.camera.common@1.0 \
31 android.hardware.camera.provider@2.4 \
32 android.hardware.camera.device@1.0 \
33 android.hardware.camera.device@3.2
/frameworks/av/camera/include/camera/camera2/
H A DCaptureRequest.h29 namespace hardware { namespace in namespace:android
55 } // namespace hardware
58 public RefBase, public hardware::camera2::CaptureRequest {
60 // Same as android::hardware::camera2::CaptureRequest, except that you can
/frameworks/av/include/camera/camera2/
H A DCaptureRequest.h29 namespace hardware { namespace in namespace:android
55 } // namespace hardware
58 public RefBase, public hardware::camera2::CaptureRequest {
60 // Same as android::hardware::camera2::CaptureRequest, except that you can
/frameworks/av/media/libaudiohal/
H A DAndroid.mk54 android.hardware.audio@2.0 \
55 android.hardware.audio.common@2.0 \
56 android.hardware.audio.common@2.0-util \
57 android.hardware.audio.effect@2.0 \
/frameworks/av/media/libmediaplayerservice/tests/
H A DAndroid.mk17 android.hardware.drm@1.0 \
/frameworks/av/services/camera/libcameraservice/tests/
H A DAndroid.mk29 android.hardware.camera.common@1.0 \
30 android.hardware.camera.provider@2.4 \
31 android.hardware.camera.device@1.0 \
32 android.hardware.camera.device@3.2
/frameworks/base/core/java/android/hardware/camera2/dispatch/
H A DInvokeDispatcher.java16 package android.hardware.camera2.dispatch;
18 import android.hardware.camera2.utils.UncheckedThrow;

Completed in 547 milliseconds

1234567891011>>