Home
last modified time | relevance | path

Searched refs:automotive (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.h38 namespace automotive {
54 inline const android::automotive::watchdog::internal::PerStateIoOveruseThreshold
56 android::automotive::watchdog::internal::PerStateIoOveruseThreshold threshold; in defaultThreshold()
78 update(const std::vector<android::automotive::watchdog::internal::ResourceOveruseConfiguration>&
82 std::vector<android::automotive::watchdog::internal::ResourceOveruseConfiguration>*
98 std::string, android::automotive::watchdog::internal::ApplicationCategoryType>&
103 const android::automotive::watchdog::internal::PackageInfo& packageInfo) const = 0;
107 const android::automotive::watchdog::internal::PackageInfo& packageInfo) const = 0;
111 size_t operator()(const android::automotive::watchdog::internal::IoOveruseAlertThreshold&
118 const android::automotive::watchdog::internal::IoOveruseAlertThreshold& l,
[all …]
DWatchdogInternalHandler.h39 namespace automotive {
44 class WatchdogInternalHandler : public android::automotive::watchdog::internal::BnCarWatchdog {
62 android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& service)
66 android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& service)
69 const android::sp<android::automotive::watchdog::internal::ICarWatchdogMonitor>&
72 const android::sp<android::automotive::watchdog::internal::ICarWatchdogMonitor>&
76 android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& service,
79 const android::sp<android::automotive::watchdog::internal::ICarWatchdogMonitor>&
83 android::automotive::watchdog::internal::StateType type, int32_t arg1,
87 android::automotive::watchdog::internal::ResourceOveruseConfiguration>& configs)
[all …]
/packages/services/Car/cpp/watchdog/server/tests/
DOveruseConfigurationTestUtils.h34 namespace automotive {
37 android::automotive::watchdog::internal::ResourceOveruseConfiguration
39 const android::automotive::watchdog::internal::ComponentType type,
42 const std::vector<android::automotive::watchdog::internal::PackageMetadata> packageMetadata,
43 const android::automotive::watchdog::internal::IoOveruseConfiguration&
46 android::automotive::watchdog::internal::IoOveruseConfiguration constructIoOveruseConfig(
47 android::automotive::watchdog::internal::PerStateIoOveruseThreshold componentLevel,
48 const std::vector<android::automotive::watchdog::internal::PerStateIoOveruseThreshold>&
50 const std::vector<android::automotive::watchdog::internal::PerStateIoOveruseThreshold>&
52 const std::vector<android::automotive::watchdog::internal::IoOveruseAlertThreshold>&
[all …]
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DICarWatchdog.aidl34 package android.automotive.watchdog;
37 …void registerClient(in android.automotive.watchdog.ICarWatchdogClient client, in android.automotiv… in registerClient()
38 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient()
42 void registerMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in registerMediator()
46 void unregisterMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in unregisterMediator()
50 void registerMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in registerMonitor()
54 void unregisterMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in unregisterMonitor()
55 void tellClientAlive(in android.automotive.watchdog.ICarWatchdogClient client, in int sessionId); in tellClientAlive()
59 …void tellMediatorAlive(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] client… in tellMediatorAlive()
63 void tellDumpFinished(in android.automotive.watchdog.ICarWatchdogMonitor monitor, in int pid); in tellDumpFinished()
[all …]
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DICarWatchdog.aidl34 package android.automotive.watchdog;
37 …void registerClient(in android.automotive.watchdog.ICarWatchdogClient client, in android.automotiv… in registerClient()
38 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient()
42 void registerMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in registerMediator()
46 void unregisterMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in unregisterMediator()
50 void registerMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in registerMonitor()
54 void unregisterMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in unregisterMonitor()
55 void tellClientAlive(in android.automotive.watchdog.ICarWatchdogClient client, in int sessionId); in tellClientAlive()
59 …void tellMediatorAlive(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] client… in tellMediatorAlive()
63 void tellDumpFinished(in android.automotive.watchdog.ICarWatchdogMonitor monitor, in int pid); in tellDumpFinished()
[all …]
/packages/services/Car/service/src/com/android/car/
DOccupantAwarenessUtils.java28 import android.hardware.automotive.occupant_awareness.IOccupantAwareness;
29 import android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus;
94 @android.hardware.automotive.occupant_awareness.ConfidenceLevel int inputConfidence) { in convertToConfidenceScore()
96 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.MAX: in convertToConfidenceScore()
99 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.HIGH: in convertToConfidenceScore()
102 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.LOW: in convertToConfidenceScore()
105 case android.hardware.automotive.occupant_awareness.ConfidenceLevel.NONE: in convertToConfidenceScore()
132 if (inputRole == android.hardware.automotive.occupant_awareness.Role.INVALID in convertToRole()
133 || inputRole == android.hardware.automotive.occupant_awareness.Role.UNKNOWN) { in convertToRole()
135 } else if (inputRole == android.hardware.automotive.occupant_awareness.Role.ALL_OCCUPANTS) { in convertToRole()
[all …]
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/
DICarWatchdog.aidl18 package android.automotive.watchdog;
21 …void registerClient(in android.automotive.watchdog.ICarWatchdogClient client, in android.automotiv… in registerClient()
22 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient()
23 void registerMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in registerMediator()
24 void unregisterMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in unregisterMediator()
25 void registerMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in registerMonitor()
26 void unregisterMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in unregisterMonitor()
27 void tellClientAlive(in android.automotive.watchdog.ICarWatchdogClient client, in int sessionId); in tellClientAlive()
28 …void tellMediatorAlive(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] client… in tellMediatorAlive()
29 void tellDumpFinished(in android.automotive.watchdog.ICarWatchdogMonitor monitor, in int pid); in tellDumpFinished()
[all …]
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/
DICarWatchdog.aidl18 package android.automotive.watchdog;
21 …void registerClient(in android.automotive.watchdog.ICarWatchdogClient client, in android.automotiv… in registerClient()
22 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient()
23 void registerMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in registerMediator()
24 void unregisterMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in unregisterMediator()
25 void registerMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in registerMonitor()
26 void unregisterMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in unregisterMonitor()
27 void tellClientAlive(in android.automotive.watchdog.ICarWatchdogClient client, in int sessionId); in tellClientAlive()
28 …void tellMediatorAlive(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] client… in tellMediatorAlive()
29 void tellDumpFinished(in android.automotive.watchdog.ICarWatchdogMonitor monitor, in int pid); in tellDumpFinished()
[all …]
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DFuelTypeTest.java31 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_UNKNOWN); in testMatchWithVehicleHal()
34 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_UNLEADED); in testMatchWithVehicleHal()
37 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_LEADED); in testMatchWithVehicleHal()
40 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_DIESEL_1); in testMatchWithVehicleHal()
43 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_DIESEL_2); in testMatchWithVehicleHal()
46 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_BIODIESEL); in testMatchWithVehicleHal()
49 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_E85); in testMatchWithVehicleHal()
52 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_LPG); in testMatchWithVehicleHal()
55 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_CNG); in testMatchWithVehicleHal()
58 .isEqualTo(android.hardware.automotive.vehicle.V2_0.FuelType.FUEL_TYPE_LNG); in testMatchWithVehicleHal()
[all …]
DVehicleGearTest.java31 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_UNKNOWN); in testMatchWithVehicleHal()
34 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_NEUTRAL); in testMatchWithVehicleHal()
37 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_REVERSE); in testMatchWithVehicleHal()
40 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_PARK); in testMatchWithVehicleHal()
43 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_DRIVE); in testMatchWithVehicleHal()
46 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_1); in testMatchWithVehicleHal()
49 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_2); in testMatchWithVehicleHal()
52 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_3); in testMatchWithVehicleHal()
55 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_4); in testMatchWithVehicleHal()
58 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleGear.GEAR_5); in testMatchWithVehicleHal()
[all …]
DVehicleWindowTest.java31 android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.FRONT_WINDSHIELD); in testMatchWithVehicleHal()
33 android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.REAR_WINDSHIELD); in testMatchWithVehicleHal()
35 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_1_LEFT); in testMatchWithVehicleHal()
37 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_1_RIGHT); in testMatchWithVehicleHal()
39 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_2_LEFT); in testMatchWithVehicleHal()
41 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_2_RIGHT); in testMatchWithVehicleHal()
43 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_3_LEFT); in testMatchWithVehicleHal()
45 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_3_RIGHT); in testMatchWithVehicleHal()
47 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROOF_TOP_1); in testMatchWithVehicleHal()
49 .isEqualTo(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROOF_TOP_2); in testMatchWithVehicleHal()
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
DUserHalHelperTest.java25 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationSetValue.ASSOCI…
26 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationSetValue.DISASS…
27 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationSetValue.DISASS…
28 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_1;
29 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_2;
30 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_3;
31 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_4;
32 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.KEY_FOB;
33 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationValue.ASSOCIATE…
34 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationValue.ASSOCIATE…
[all …]
/packages/services/Car/cpp/computepipe/runner/client_interface/
DPipeOptionsConverter.cpp20 namespace automotive { namespace
26 using ::aidl::android::automotive::computepipe::runner::PipeDescriptor;
27 using ::aidl::android::automotive::computepipe::runner::PipeInputConfig;
28 using ::aidl::android::automotive::computepipe::runner::PipeInputConfigCameraDesc;
29 using ::aidl::android::automotive::computepipe::runner::PipeInputConfigCameraType;
30 using ::aidl::android::automotive::computepipe::runner::PipeInputConfigFormatType;
31 using ::aidl::android::automotive::computepipe::runner::PipeInputConfigImageFileType;
32 using ::aidl::android::automotive::computepipe::runner::PipeInputConfigInputSourceDesc;
33 using ::aidl::android::automotive::computepipe::runner::PipeInputConfigInputType;
34 using ::aidl::android::automotive::computepipe::runner::PipeInputConfigVideoFileType;
[all …]
DAidlClientImpl.h31 namespace automotive {
39 class AidlClientImpl : public aidl::android::automotive::computepipe::runner::BnPipeRunner {
51 const std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeDebugger>&
58 const std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeStateCallback>&
61 aidl::android::automotive::computepipe::runner::PipeDescriptor* _aidl_return) override;
67 const std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeStream>& handler)
76 std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeDebugger>*
99 std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeStateCallback>
102 std::map<int, std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeStream>>
105 std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeDebugger> mPipeDebugger =
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java19 import static android.automotive.watchdog.internal.ResourceOveruseActionType.KILLED;
20 import static android.automotive.watchdog.internal.ResourceOveruseActionType.KILLED_RECURRING_OVERU…
21 import static android.automotive.watchdog.internal.ResourceOveruseActionType.NOT_KILLED;
22 import static android.automotive.watchdog.internal.ResourceOveruseActionType.NOT_KILLED_USER_OPTED;
38 import android.automotive.watchdog.ResourceType;
39 import android.automotive.watchdog.internal.ApplicationCategoryType;
40 import android.automotive.watchdog.internal.ComponentType;
41 import android.automotive.watchdog.internal.PackageIdentifier;
42 import android.automotive.watchdog.internal.PackageIoOveruseStats;
43 import android.automotive.watchdog.internal.PackageMetadata;
[all …]
/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
DOccupantAwarenessUtilsTest.java22 import android.hardware.automotive.occupant_awareness.IOccupantAwareness;
23 import android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus;
74 android.hardware.automotive.occupant_awareness.ConfidenceLevel.MAX)) in test_convertToConfidenceScore()
79 android.hardware.automotive.occupant_awareness.ConfidenceLevel in test_convertToConfidenceScore()
85 android.hardware.automotive.occupant_awareness.ConfidenceLevel.LOW)) in test_convertToConfidenceScore()
90 android.hardware.automotive.occupant_awareness.ConfidenceLevel in test_convertToConfidenceScore()
107 android.hardware.automotive.occupant_awareness.Role.INVALID)) in test_convertToRole()
112 android.hardware.automotive.occupant_awareness.Role.UNKNOWN)) in test_convertToRole()
117 android.hardware.automotive.occupant_awareness.Role.DRIVER in test_convertToRole()
118 | android.hardware.automotive.occupant_awareness.Role in test_convertToRole()
[all …]
/packages/services/Car/cpp/evs/manager/1.1/
DAndroid.bp22 name: "android.automotive.evs.manager_defaults",
25 "android.hardware.automotive.evs@1.0",
26 "android.hardware.automotive.evs@1.1",
68 name: "android.automotive.evs.manager_sources",
86 defaults: ["android.automotive.evs.manager_defaults"],
88 srcs: [":android.automotive.evs.manager_sources"],
95 name: "android.automotive.evs.manager@1.1",
97 defaults: ["android.automotive.evs.manager_defaults"],
100 ":android.automotive.evs.manager_sources",
104 init_rc: ["android.automotive.evs.manager@1.1.rc"],
[all …]
DVirtualCamera.h34 using namespace ::android::hardware::automotive::evs::V1_1;
40 using ::android::hardware::automotive::evs::V1_0::EvsResult;
41 using ::android::hardware::automotive::evs::V1_0::IEvsDisplay;
42 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc;
43 using BufferDesc_1_1 = ::android::hardware::automotive::evs::V1_1::BufferDesc;
44 using IEvsCamera_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCamera;
45 using IEvsCamera_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCamera;
46 using IEvsCameraStream_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCameraStream;
47 using IEvsCameraStream_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCameraStream;
48 using IEvsDisplay_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsDisplay;
[all …]
/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DUserHalHelper.java26 import android.hardware.automotive.vehicle.V2_0.CreateUserRequest;
27 import android.hardware.automotive.vehicle.V2_0.InitialUserInfoRequestType;
28 import android.hardware.automotive.vehicle.V2_0.InitialUserInfoResponse;
29 import android.hardware.automotive.vehicle.V2_0.InitialUserInfoResponseAction;
30 import android.hardware.automotive.vehicle.V2_0.RemoveUserRequest;
31 import android.hardware.automotive.vehicle.V2_0.SwitchUserRequest;
32 import android.hardware.automotive.vehicle.V2_0.UserFlags;
33 import android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociation;
34 import android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationSetValue;
35 import android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType;
[all …]
/packages/services/Car/cpp/computepipe/aidl/
DAndroid.bp6 name: "android.automotive.computepipe.runner",
9 "android/automotive/computepipe/runner/*.aidl",
10 "android/automotive/computepipe/*.aidl",
18 owner: "automotive",
31 name: "android.automotive.computepipe.registry",
33 imports: ["android.automotive.computepipe.runner"],
35 "android/automotive/computepipe/registry/*.aidl",
36 "android/automotive/computepipe/*.aidl",
41 owner: "automotive",
/packages/services/Car/service/jni/evs/
DStreamHandler.h29 namespace automotive {
39 class StreamHandler : public android::hardware::automotive::evs::V1_1::IEvsCameraStream {
41 StreamHandler(android::sp<android::hardware::automotive::evs::V1_1::IEvsCamera>& pCamera,
49 void doneWithFrame(const android::hardware::automotive::evs::V1_1::BufferDesc& buffer);
54 const android::hardware::automotive::evs::V1_0::BufferDesc& buffer) override;
58 const android::hardware::hidl_vec<android::hardware::automotive::evs::V1_1::BufferDesc>&
61 const android::hardware::automotive::evs::V1_1::EvsEventDesc& event) override;
64 android::sp<android::hardware::automotive::evs::V1_1::IEvsCamera> mEvsCamera;
76 std::list<android::hardware::automotive::evs::V1_1::BufferDesc> mReceivedBuffers
/packages/services/Car/cpp/computepipe/example/
DRunner.cpp31 using android::automotive::computepipe::Status;
32 using android::automotive::computepipe::graph::PrebuiltGraph;
33 using android::automotive::computepipe::proto::ClientConfig;
34 using android::automotive::computepipe::proto::Options;
35 using android::automotive::computepipe::runner::client_interface::ClientInterface;
36 using android::automotive::computepipe::runner::client_interface::ClientInterfaceFactory;
37 using android::automotive::computepipe::runner::engine::RunnerEngine;
38 using android::automotive::computepipe::runner::engine::RunnerEngineFactory;
58 graph.reset(android::automotive::computepipe::graph::GetLocalGraphFromLibrary("libfacegraph.so", in main()
DFaceTracker.h31 namespace automotive {
34 using ::aidl::android::automotive::computepipe::registry::BnClientInfo;
35 using ::aidl::android::automotive::computepipe::registry::IPipeQuery;
36 using ::aidl::android::automotive::computepipe::runner::BnPipeStateCallback;
37 using ::aidl::android::automotive::computepipe::runner::BnPipeStream;
38 using ::aidl::android::automotive::computepipe::runner::IPipeRunner;
39 using ::aidl::android::automotive::computepipe::runner::IPipeStream;
40 using ::aidl::android::automotive::computepipe::runner::PacketDescriptor;
41 using ::aidl::android::automotive::computepipe::runner::PipeState;
42 using ::android::automotive::computepipe::example::BoundingBox;
/packages/services/Car/cpp/evs/sampleDriver/
DEvsGlDisplay.h26 using ::android::hardware::automotive::evs::V1_0::EvsResult;
27 using ::android::hardware::automotive::evs::V1_0::DisplayDesc;
28 using ::android::hardware::automotive::evs::V1_0::DisplayState;
29 using ::android::hardware::automotive::evs::V1_1::IEvsDisplay;
30 using EvsResult = ::android::hardware::automotive::evs::V1_0::EvsResult;
31 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc;
32 using EvsDisplayState = ::android::hardware::automotive::evs::V1_0::DisplayState;
33 using android::frameworks::automotive::display::V1_0::IAutomotiveDisplayProxyService;
37 namespace automotive {
/packages/services/Car/cpp/telemetry/cartelemetryd/
DAndroid.bp27 "android.automotive.telemetry.internal-ndk_platform",
28 "android.frameworks.automotive.telemetry-V1-ndk_platform",
47 name: "android.automotive.telemetryd@1.0-impl",
75 "android.automotive.telemetryd@1.0-impl",
76 "android.automotive.telemetry.internal-ndk_platform",
77 "android.frameworks.automotive.telemetry-V1-ndk_platform",
84 name: "android.automotive.telemetryd@1.0",
91 init_rc: ["android.automotive.telemetryd@1.0.rc"],
92 vintf_fragments: ["android.automotive.telemetryd@1.0.xml"],
94 "android.automotive.telemetryd@1.0-impl"

12345678910>>...29