/packages/services/Car/car-lib/api/ |
D | baseline.txt | 2 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 …]
|
D | test-baseline.txt | 2 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/ |
D | VehicleWindowTest.java | 26 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()
|
D | VehicleSeatTest.java | 26 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()
|
D | VehicleDoorTest.java | 26 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/ |
D | InputTestFragment.java | 18 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/ |
D | Android.mk | 48 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/ |
D | CameraHolder.java | 21 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/ |
D | UsbConnectionBroadcastReceiverTest.java | 18 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;
|
D | UsbBackendTest.java | 19 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/ |
D | PowerHalService.java | 19 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/ |
D | SimulatorPreviewCamera.java | 21 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/ |
D | SelfManagedAnswerVideoCallScreen.java | 20 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/ |
D | CarHvacManagerTest.java | 24 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;
|
D | CarDiagnosticManagerTest.java | 36 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 …]
|
D | MockedVmsTestBase.java | 29 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;
|
D | CarVendorExtensionManagerTest.java | 25 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;
|
D | CarCabinManagerTest.java | 24 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;
|
D | CarPowerManagementTest.java | 21 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/ |
D | TestVideoProvider.java | 27 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/ |
D | EvsStateControl.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::hidl_handle;
|
D | StreamHandler.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;
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | LoggingCallbacks.java | 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;
|
/packages/services/Car/evs/sampleDriver/ |
D | service.cpp | 31 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/ |
D | CaptureDataSerializer.java | 19 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;
|