Searched refs:hardware (Results 1 - 25 of 468) sorted by relevance

1234567891011>>

/packages/services/Car/car-lib/src/android/car/hardware/
H A DCarPropertyConfig.aidl17 package android.car.hardware;
H A DCarPropertyValue.aidl17 package android.car.hardware;
H A DCarSensorConfig.aidl17 package android.car.hardware;
H A DCarSensorEvent.aidl17 package android.car.hardware;
H A DICarSensorEventListener.aidl17 package android.car.hardware;
19 import android.car.hardware.CarSensorEvent;
H A DICarSensor.aidl17 package android.car.hardware;
19 import android.car.hardware.CarSensorConfig;
20 import android.car.hardware.CarSensorEvent;
21 import android.car.hardware.ICarSensorEventListener;
/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyEvent.aidl17 package android.car.hardware.property;
H A DICarPropertyEventListener.aidl17 package android.car.hardware.property;
19 import android.car.hardware.property.CarPropertyEvent;
H A DICarProperty.aidl17 package android.car.hardware.property;
19 import android.car.hardware.CarPropertyConfig;
20 import android.car.hardware.CarPropertyValue;
21 import android.car.hardware.property.ICarPropertyEventListener;
/packages/services/Car/car-lib/src/android/car/hardware/radio/
H A DCarRadioEvent.aidl17 package android.car.hardware.radio;
H A DCarRadioPreset.aidl17 package android.car.hardware.radio;
H A DICarRadioEventListener.aidl17 package android.car.hardware.radio;
19 import android.car.hardware.radio.CarRadioEvent;
H A DICarRadio.aidl17 package android.car.hardware.radio;
19 import android.car.hardware.radio.CarRadioPreset;
20 import android.car.hardware.radio.ICarRadioEventListener;
/packages/apps/Test/connectivity/sl4n/
H A Dbase.h24 #include <hardware/bluetooth.h>
25 #include <hardware/bt_gatt.h>
26 #include <hardware/bt_pan.h>
27 #include <hardware/bt_sock.h>
28 #include <hardware/hardware.h>
/packages/apps/Camera2/src/com/android/camera/hardware/
H A DHardwareSpec.java17 package com.android.camera.hardware;
22 * hardware limitations.
28 * on the current hardware.
34 * current hardware.
40 * hardware.
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraErrorCallback.java22 implements android.hardware.Camera.ErrorCallback {
25 public void onError(int error, android.hardware.Camera camera) {
27 if (error == android.hardware.Camera.CAMERA_ERROR_SERVER_DIED) {
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DResponseListener.java19 import android.hardware.camera2.CaptureFailure;
20 import android.hardware.camera2.CaptureResult;
21 import android.hardware.camera2.TotalCaptureResult;
24 * Like {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback},
35 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureStarted}
45 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureProgressed}
55 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureCompleted}
65 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureFailed}
75 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureSequenceAborted}
85 * @See {@link android.hardware
[all...]
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
H A DMeteringParameters.java20 import android.hardware.camera2.CaptureRequest;
21 import android.hardware.camera2.params.MeteringRectangle;
/packages/services/Car/car-lib/src/android/car/
H A DIUsbAoapSupportCheckService.aidl19 import android.hardware.usb.UsbDevice;
/packages/services/Car/evs/app/
H A DStreamHandler.h24 #include <android/hardware/automotive/evs/1.0/IEvsCameraStream.h>
25 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
26 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
28 using namespace ::android::hardware::automotive::evs::V1_0;
29 using ::android::hardware::Return;
30 using ::android::hardware::Void;
31 using ::android::hardware::hidl_vec;
32 using ::android::hardware::hidl_handle;
61 // Implementation for ::android::hardware::automotive::evs::V1_0::ICarCameraStream
H A DEvsStateControl.h24 #include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
25 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
26 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
27 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
32 using namespace ::android::hardware::automotive::evs::V1_0;
33 using namespace ::android::hardware::automotive::vehicle::V2_0;
34 using ::android::hardware::Return;
35 using ::android::hardware::Void;
36 using ::android::hardware::hidl_vec;
37 using ::android::hardware
[all...]
/packages/services/Car/evs/sampleDriver/
H A Dservice.cpp30 using android::hardware::configureRpcThreadpool;
31 using android::hardware::joinRpcThreadpool;
34 using android::hardware::automotive::evs::V1_0::IEvsEnumerator;
35 using android::hardware::automotive::evs::V1_0::IEvsDisplay;
38 using namespace android::hardware::automotive::evs::V1_0::implementation;
/packages/apps/Camera2/src/com/android/camera/burst/
H A DEvictionHandler.java19 import android.hardware.camera2.TotalCaptureResult;
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
H A DFailureHandler.java19 import android.hardware.camera2.CameraCaptureSession;
/packages/apps/Camera2/src/com/android/camera/one/
H A DCameraDirectionProvider.java19 import android.hardware.camera2.CameraCharacteristics;
20 import android.hardware.camera2.CameraMetadata;

Completed in 455 milliseconds

1234567891011>>