Home
last modified time | relevance | path

Searched refs:hardware (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/packages/services/Car/car-lib/api/
Dbaseline.txt2 HiddenTypeParameter: android.car.hardware.CarSensorManager#getPropertyList():
3 …Method android.car.hardware.CarSensorManager.getPropertyList() references hidden type class androi…
12 HiddenTypedefConstant: android.car.hardware.CarSensorManager#getLatestSensorEvent(int) parameter #0:
13 …ant which isn't part of the API, skipping in documentation: android.car.hardware.CarSensorManager#…
14 HiddenTypedefConstant: android.car.hardware.CarSensorManager#isSensorSupported(int) parameter #0:
15 …ant which isn't part of the API, skipping in documentation: android.car.hardware.CarSensorManager#…
16 HiddenTypedefConstant: android.car.hardware.CarSensorManager#isSensorSupported(int[], int) paramete…
17 …ant which isn't part of the API, skipping in documentation: android.car.hardware.CarSensorManager#…
18 HiddenTypedefConstant: android.car.hardware.CarSensorManager#registerListener(android.car.hardware.…
19 …ant which isn't part of the API, skipping in documentation: android.car.hardware.CarSensorManager#…
[all …]
Dtest-baseline.txt2 HiddenTypeParameter: android.car.hardware.CarSensorManager#getPropertyList():
3 …Method android.car.hardware.CarSensorManager.getPropertyList() references hidden type class androi…
12 HiddenTypedefConstant: android.car.hardware.CarSensorManager#getLatestSensorEvent(int) parameter #0:
13 …ant which isn't part of the API, skipping in documentation: android.car.hardware.CarSensorManager#…
14 HiddenTypedefConstant: android.car.hardware.CarSensorManager#isSensorSupported(int) parameter #0:
15 …ant which isn't part of the API, skipping in documentation: android.car.hardware.CarSensorManager#…
16 HiddenTypedefConstant: android.car.hardware.CarSensorManager#isSensorSupported(int[], int) paramete…
17 …ant which isn't part of the API, skipping in documentation: android.car.hardware.CarSensorManager#…
18 HiddenTypedefConstant: android.car.hardware.CarSensorManager#registerListener(android.car.hardware.…
19 …ant which isn't part of the API, skipping in documentation: android.car.hardware.CarSensorManager#…
[all …]
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehicleWindowTest.java26 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.FRONT_WINDSHIELD, in testMatchWithVehicleHal()
28 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.REAR_WINDSHIELD, in testMatchWithVehicleHal()
30 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_1_LEFT, in testMatchWithVehicleHal()
32 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_1_RIGHT, in testMatchWithVehicleHal()
34 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_2_LEFT, in testMatchWithVehicleHal()
36 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_2_RIGHT, in testMatchWithVehicleHal()
38 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_3_LEFT, in testMatchWithVehicleHal()
40 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_3_RIGHT, in testMatchWithVehicleHal()
42 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROOF_TOP_1, in testMatchWithVehicleHal()
44 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROOF_TOP_2, in testMatchWithVehicleHal()
DVehicleSeatTest.java26 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_1_LEFT, in testMatchWithVehicleHal()
28 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_1_CENTER, in testMatchWithVehicleHal()
30 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_1_RIGHT, in testMatchWithVehicleHal()
32 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_2_LEFT, in testMatchWithVehicleHal()
34 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_2_CENTER, in testMatchWithVehicleHal()
36 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_2_RIGHT, in testMatchWithVehicleHal()
38 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_3_LEFT, in testMatchWithVehicleHal()
40 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_3_CENTER, in testMatchWithVehicleHal()
42 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_3_RIGHT, in testMatchWithVehicleHal()
DVehicleDoorTest.java26 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.HOOD, in testMatchWithVehicleHal()
28 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.REAR, in testMatchWithVehicleHal()
30 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_1_LEFT, in testMatchWithVehicleHal()
32 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_1_RIGHT, in testMatchWithVehicleHal()
34 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_2_LEFT, in testMatchWithVehicleHal()
36 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_2_RIGHT, in testMatchWithVehicleHal()
38 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_3_LEFT, in testMatchWithVehicleHal()
40 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_3_RIGHT, in testMatchWithVehicleHal()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
DInputTestFragment.java18 import static android.hardware.automotive.vehicle.V2_0.SubscribeFlags.EVENTS_FROM_ANDROID;
19 import static android.hardware.automotive.vehicle.V2_0.SubscribeFlags.EVENTS_FROM_CAR;
20 import static android.hardware.automotive.vehicle.V2_0.VehicleDisplay.INSTRUMENT_CLUSTER;
21 import static android.hardware.automotive.vehicle.V2_0.VehicleHwKeyInputAction.ACTION_DOWN;
22 import static android.hardware.automotive.vehicle.V2_0.VehicleHwKeyInputAction.ACTION_UP;
23 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.HW_KEY_INPUT;
27 import android.hardware.automotive.vehicle.V2_0.IVehicle;
28 import android.hardware.automotive.vehicle.V2_0.IVehicleCallback;
29 import android.hardware.automotive.vehicle.V2_0.IVehicleCallback.Stub;
30 import android.hardware.automotive.vehicle.V2_0.SubscribeOptions;
[all …]
/packages/services/Car/service/
DAndroid.mk48 android.hardware.automotive.audiocontrol-V1.0-java \
49 android.hardware.automotive.vehicle-V2.0-java \
50 android.hardware.health-V1.0-java \
51 android.hardware.health-V2.0-java \
87 android.hardware.automotive.audiocontrol-V1.0-java \
88 android.hardware.automotive.vehicle-V2.0-java \
89 android.hardware.health-V1.0-java \
90 android.hardware.health-V2.0-java \
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraHolder.java21 import android.hardware.Camera.CameraInfo;
22 import android.hardware.Camera.Parameters;
47 private android.hardware.Camera mCameraDevice;
98 mNumberOfCameras = android.hardware.Camera.getNumberOfCameras(); in CameraHolder()
102 android.hardware.Camera.getCameraInfo(i, mInfo[i]); in CameraHolder()
120 public synchronized android.hardware.Camera open(int cameraId) in open()
131 mCameraDevice = android.hardware.Camera.open(cameraId); in open()
157 public synchronized android.hardware.Camera tryOpen(int cameraId) { in tryOpen()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/usb/
DUsbConnectionBroadcastReceiverTest.java18 import static android.hardware.usb.UsbPortStatus.CONTAMINANT_DETECTION_NOT_SUPPORTED;
19 import static android.hardware.usb.UsbPortStatus.CONTAMINANT_PROTECTION_NONE;
20 import static android.hardware.usb.UsbPortStatus.DATA_ROLE_DEVICE;
21 import static android.hardware.usb.UsbPortStatus.DATA_ROLE_NONE;
22 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_NONE;
23 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SINK;
31 import android.hardware.usb.UsbManager;
32 import android.hardware.usb.UsbPortStatus;
DUsbBackendTest.java19 import static android.hardware.usb.UsbPortStatus.DATA_ROLE_DEVICE;
20 import static android.hardware.usb.UsbPortStatus.DATA_ROLE_HOST;
21 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SINK;
22 import static android.hardware.usb.UsbPortStatus.POWER_ROLE_SOURCE;
34 import android.hardware.usb.UsbManager;
35 import android.hardware.usb.UsbPort;
36 import android.hardware.usb.UsbPortStatus;
/packages/services/Car/service/src/com/android/car/hal/
DPowerHalService.java19 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.AP_POWER_STATE_REPORT;
20 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.AP_POWER_STATE_REQ;
21 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.DISPLAY_BRIGHTNESS;
24 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateConfigFlag;
25 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReport;
26 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReq;
27 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReqIndex;
28 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateShutdownParam;
29 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
30 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
[all …]
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorPreviewCamera.java21 import android.hardware.camera2.CameraAccessException;
22 import android.hardware.camera2.CameraCaptureSession;
23 import android.hardware.camera2.CameraCharacteristics;
24 import android.hardware.camera2.CameraDevice;
25 import android.hardware.camera2.CameraManager;
26 import android.hardware.camera2.CameraMetadata;
27 import android.hardware.camera2.CaptureRequest;
28 import android.hardware.camera2.params.StreamConfigurationMap;
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DSelfManagedAnswerVideoCallScreen.java20 import android.hardware.camera2.CameraAccessException;
21 import android.hardware.camera2.CameraCaptureSession;
22 import android.hardware.camera2.CameraCharacteristics;
23 import android.hardware.camera2.CameraDevice;
24 import android.hardware.camera2.CameraDevice.StateCallback;
25 import android.hardware.camera2.CameraManager;
26 import android.hardware.camera2.CameraMetadata;
27 import android.hardware.camera2.CaptureRequest;
28 import android.hardware.camera2.params.StreamConfigurationMap;
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarHvacManagerTest.java24 import android.car.hardware.CarPropertyValue;
25 import android.car.hardware.hvac.CarHvacManager;
26 import android.car.hardware.hvac.CarHvacManager.CarHvacEventCallback;
27 import android.car.hardware.hvac.CarHvacManager.PropertyId;
28 import android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat;
29 import android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow;
30 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
31 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
32 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyAccess;
33 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyChangeMode;
DCarDiagnosticManagerTest.java36 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
37 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
288 android.car.hardware.CarSensorManager.SENSOR_RATE_NORMAL); in testLiveFrameEvent()
312 android.car.hardware.CarSensorManager.SENSOR_RATE_NORMAL); in testMissingSensorRead()
346 android.car.hardware.CarSensorManager.SENSOR_RATE_NORMAL); in testFuelSystemStatus()
369 android.car.hardware.CarSensorManager.SENSOR_RATE_NORMAL); in testSecondaryAirStatus()
398 android.car.hardware.CarSensorManager.SENSOR_RATE_NORMAL); in testIgnitionMonitors()
495 android.car.hardware.CarSensorManager.SENSOR_RATE_NORMAL); in testFuelType()
518 android.car.hardware.CarSensorManager.SENSOR_RATE_NORMAL); in testDiagnosticJson()
571 android.car.hardware.CarSensorManager.SENSOR_RATE_NORMAL); in testMultipleListeners()
[all …]
DMockedVmsTestBase.java29 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
30 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
31 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyAccess;
32 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyChangeMode;
33 import android.hardware.automotive.vehicle.V2_0.VmsAvailabilityStateIntegerValuesIndex;
34 import android.hardware.automotive.vehicle.V2_0.VmsBaseMessageIntegerValuesIndex;
35 import android.hardware.automotive.vehicle.V2_0.VmsMessageType;
36 import android.hardware.automotive.vehicle.V2_0.VmsStartSessionMessageIntegerValuesIndex;
DCarVendorExtensionManagerTest.java25 import android.car.hardware.CarPropertyConfig;
26 import android.car.hardware.CarVendorExtensionManager;
27 import android.hardware.automotive.vehicle.V2_0.StatusCode;
28 import android.hardware.automotive.vehicle.V2_0.VehicleArea;
29 import android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat;
30 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
31 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
32 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyGroup;
33 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyType;
DCarCabinManagerTest.java24 import android.car.hardware.CarPropertyValue;
25 import android.car.hardware.cabin.CarCabinManager;
26 import android.car.hardware.cabin.CarCabinManager.CarCabinEventCallback;
27 import android.car.hardware.cabin.CarCabinManager.PropertyId;
28 import android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor;
29 import android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow;
30 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
31 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
DCarPowerManagementTest.java21 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateConfigFlag;
22 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReport;
23 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReq;
24 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReqIndex;
25 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateShutdownParam;
26 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
27 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
28 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyAccess;
29 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyChangeMode;
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestVideoProvider.java27 import android.hardware.camera2.CameraAccessException;
28 import android.hardware.camera2.CameraCaptureSession;
29 import android.hardware.camera2.CameraCharacteristics;
30 import android.hardware.camera2.CameraDevice;
31 import android.hardware.camera2.CameraManager;
32 import android.hardware.camera2.CaptureFailure;
33 import android.hardware.camera2.CaptureRequest;
34 import android.hardware.camera2.TotalCaptureResult;
35 import android.hardware.camera2.params.StreamConfigurationMap;
/packages/services/Car/evs/app/
DEvsStateControl.h32 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::hidl_handle;
DStreamHandler.h28 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;
/packages/apps/DevCamera/src/com/android/devcamera/
DLoggingCallbacks.java18 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;
/packages/services/Car/evs/sampleDriver/
Dservice.cpp31 using android::hardware::configureRpcThreadpool;
32 using android::hardware::joinRpcThreadpool;
35 using android::hardware::automotive::evs::V1_0::IEvsEnumerator;
36 using android::hardware::automotive::evs::V1_0::IEvsDisplay;
39 using namespace android::hardware::automotive::evs::V1_0::implementation;
/packages/apps/Camera2/src/com/android/camera/util/
DCaptureDataSerializer.java19 import android.hardware.camera2.CameraMetadata;
20 import android.hardware.camera2.CaptureRequest;
21 import android.hardware.camera2.CaptureResult;
22 import android.hardware.camera2.params.ColorSpaceTransform;
23 import android.hardware.camera2.params.LensShadingMap;
24 import android.hardware.camera2.params.RggbChannelVector;
25 import android.hardware.camera2.params.TonemapCurve;

12345678910>>...28