/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehicleUnitTest.java | 49 android.hardware.automotive.vehicle.VehicleUnit.SHOULD_NOT_USE}, in constantValues() 51 android.hardware.automotive.vehicle.VehicleUnit.METER_PER_SEC}, in constantValues() 52 {VehicleUnit.RPM, android.hardware.automotive.vehicle.VehicleUnit.RPM}, in constantValues() 53 {VehicleUnit.HERTZ, android.hardware.automotive.vehicle.VehicleUnit.HERTZ}, in constantValues() 55 android.hardware.automotive.vehicle.VehicleUnit.PERCENTILE}, in constantValues() 57 android.hardware.automotive.vehicle.VehicleUnit.MILLIMETER}, in constantValues() 58 {VehicleUnit.METER, android.hardware.automotive.vehicle.VehicleUnit.METER}, in constantValues() 59 {VehicleUnit.KILOMETER, android.hardware.automotive.vehicle.VehicleUnit.KILOMETER}, in constantValues() 60 {VehicleUnit.MILE, android.hardware.automotive.vehicle.VehicleUnit.MILE}, in constantValues() 61 {VehicleUnit.CELSIUS, android.hardware.automotive.vehicle.VehicleUnit.CELSIUS}, in constantValues() [all …]
|
D | FuelTypeTest.java | 41 .isEqualTo(android.hardware.automotive.vehicle.FuelType.FUEL_TYPE_UNKNOWN); in testMatchWithVehicleHal() 44 .isEqualTo(android.hardware.automotive.vehicle.FuelType.FUEL_TYPE_UNLEADED); in testMatchWithVehicleHal() 47 .isEqualTo(android.hardware.automotive.vehicle.FuelType.FUEL_TYPE_LEADED); in testMatchWithVehicleHal() 50 .isEqualTo(android.hardware.automotive.vehicle.FuelType.FUEL_TYPE_DIESEL_1); in testMatchWithVehicleHal() 53 .isEqualTo(android.hardware.automotive.vehicle.FuelType.FUEL_TYPE_DIESEL_2); in testMatchWithVehicleHal() 56 .isEqualTo(android.hardware.automotive.vehicle.FuelType.FUEL_TYPE_BIODIESEL); in testMatchWithVehicleHal() 59 .isEqualTo(android.hardware.automotive.vehicle.FuelType.FUEL_TYPE_E85); in testMatchWithVehicleHal() 62 .isEqualTo(android.hardware.automotive.vehicle.FuelType.FUEL_TYPE_LPG); in testMatchWithVehicleHal() 65 .isEqualTo(android.hardware.automotive.vehicle.FuelType.FUEL_TYPE_CNG); in testMatchWithVehicleHal() 68 .isEqualTo(android.hardware.automotive.vehicle.FuelType.FUEL_TYPE_LNG); in testMatchWithVehicleHal() [all …]
|
D | WindshieldWipersSwitchTest.java | 47 android.hardware.automotive.vehicle.WindshieldWipersSwitch.OTHER in constantValues() 51 android.hardware.automotive.vehicle.WindshieldWipersSwitch.OFF in constantValues() 55 android.hardware.automotive.vehicle.WindshieldWipersSwitch.MIST in constantValues() 60 android.hardware.automotive.vehicle.WindshieldWipersSwitch in constantValues() 66 android.hardware.automotive.vehicle.WindshieldWipersSwitch in constantValues() 72 android.hardware.automotive.vehicle.WindshieldWipersSwitch in constantValues() 78 android.hardware.automotive.vehicle.WindshieldWipersSwitch in constantValues() 84 android.hardware.automotive.vehicle.WindshieldWipersSwitch in constantValues() 90 android.hardware.automotive.vehicle.WindshieldWipersSwitch in constantValues() 96 android.hardware.automotive.vehicle.WindshieldWipersSwitch in constantValues() [all …]
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | OveruseConfigurationTestUtils.h | 34 namespace automotive { 37 aidl::android::automotive::watchdog::internal::ResourceOveruseConfiguration 39 const aidl::android::automotive::watchdog::internal::ComponentType type, 42 const std::vector<aidl::android::automotive::watchdog::internal::PackageMetadata> 44 const aidl::android::automotive::watchdog::internal::IoOveruseConfiguration& 47 aidl::android::automotive::watchdog::internal::IoOveruseConfiguration constructIoOveruseConfig( 48 aidl::android::automotive::watchdog::internal::PerStateIoOveruseThreshold componentLevel, 50 aidl::android::automotive::watchdog::internal::PerStateIoOveruseThreshold>& 53 aidl::android::automotive::watchdog::internal::PerStateIoOveruseThreshold>& 55 const std::vector<aidl::android::automotive::watchdog::internal::IoOveruseAlertThreshold>& [all …]
|
D | MockWatchdogInternalHandler.h | 28 namespace automotive { 37 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&), 42 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&), 46 aidl::android::automotive::watchdog::internal::ICarWatchdogMonitor>&), 50 aidl::android::automotive::watchdog::internal::ICarWatchdogMonitor>&), 55 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&, 56 const std::vector<aidl::android::automotive::watchdog::internal::ProcessIdentifier>&, 61 aidl::android::automotive::watchdog::internal::ICarWatchdogMonitor>&, 62 const aidl::android::automotive::watchdog::internal::ProcessIdentifier&), 65 (aidl::android::automotive::watchdog::internal::StateType, int32_t, int32_t), [all …]
|
D | MockVhalClient.h | 25 namespace automotive { 28 class MockVhalClient final : public android::frameworks::automotive::vhal::IVhalClient { 31 using VhalClientResult = android::frameworks::automotive::vhal::VhalClientResult<T>; 41 std::unique_ptr<android::frameworks::automotive::vhal::ISubscriptionClient> 43 std::shared_ptr<android::frameworks::automotive::vhal::ISubscriptionCallback> callback) in getSubscriptionClient() 48 MOCK_METHOD(std::unique_ptr<android::frameworks::automotive::vhal::IHalPropValue>, 50 MOCK_METHOD(std::unique_ptr<android::frameworks::automotive::vhal::IHalPropValue>, 53 (const android::frameworks::automotive::vhal::IHalPropValue&, 57 VhalClientResult<std::unique_ptr<android::frameworks::automotive::vhal::IHalPropValue>>, 58 getValueSync, (const android::frameworks::automotive::vhal::IHalPropValue&), [all …]
|
/packages/services/Car/cpp/evs/manager/1.1/ |
D | VirtualCamera.h | 31 namespace android::automotive::evs::V1_1::implementation { 38 class VirtualCamera : public hardware::automotive::evs::V1_1::IEvsCamera { 47 void setDescriptor(hardware::automotive::evs::V1_1::CameraDesc* desc) { mDesc = desc; } in setDescriptor() 50 bool notify(const hardware::automotive::evs::V1_1::EvsEventDesc& event); 51 bool deliverFrame(const hardware::automotive::evs::V1_1::BufferDesc& bufDesc); 55 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> setMaxFramesInFlight( 57 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> startVideoStream( 58 const ::android::sp<hardware::automotive::evs::V1_0::IEvsCameraStream>& stream) 61 const hardware::automotive::evs::V1_0::BufferDesc& buffer) override; 64 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> setExtendedInfo( [all …]
|
D | EnumeratorProxy.cpp | 30 using CameraDesc_1_0 = ::android::hardware::automotive::evs::V1_0::CameraDesc; 31 using CameraDesc_1_1 = ::android::hardware::automotive::evs::V1_1::CameraDesc; 35 namespace android::automotive::evs::V1_1::implementation { namespace 45 hardware::Return<sp<hardware::automotive::evs::V1_0::IEvsCamera>> EnumeratorProxy::openCamera( in openCamera() 47 return sp<hardware::automotive::evs::V1_0::IEvsCamera>( in openCamera() 52 const sp<hardware::automotive::evs::V1_0::IEvsCamera>& camera) { in closeCamera() 57 hardware::Return<sp<hardware::automotive::evs::V1_0::IEvsDisplay>> EnumeratorProxy::openDisplay() { in openDisplay() 58 return sp<hardware::automotive::evs::V1_0::IEvsDisplay>( in openDisplay() 63 const sp<hardware::automotive::evs::V1_0::IEvsDisplay>& display) { in closeDisplay() 69 hardware::Return<hardware::automotive::evs::V1_0::DisplayState> EnumeratorProxy::getDisplayState() { in getDisplayState() [all …]
|
D | HalCamera.h | 33 namespace android::automotive::evs::V1_1::implementation { 41 class HalCamera : public ::android::hardware::automotive::evs::V1_1::IEvsCameraStream { 43 HalCamera(sp<hardware::automotive::evs::V1_1::IEvsCamera> hwCamera, std::string deviceId = "", 63 sp<hardware::automotive::evs::V1_0::IEvsCamera> getHwCamera() { return mHwCamera; } in getHwCamera() 69 const hardware::hidl_vec<hardware::automotive::evs::V1_1::BufferDesc>& buffers, 73 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> clientStreamStarting(); 75 hardware::Return<void> doneWithFrame(const hardware::automotive::evs::V1_0::BufferDesc& buffer); 76 hardware::Return<void> doneWithFrame(const hardware::automotive::evs::V1_1::BufferDesc& buffer); 77 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> setMaster( 79 hardware::Return<hardware::automotive::evs::V1_0::EvsResult> forceMaster( [all …]
|
D | IEnumeratorManager.h | 28 namespace android::automotive::evs::V1_1::implementation { 34 virtual std::vector<::android::hardware::automotive::evs::V1_0::CameraDesc> getCameraList() = 0; 35 virtual std::unique_ptr<::android::hardware::automotive::evs::V1_0::IEvsCamera> openCamera( 38 const ::android::hardware::automotive::evs::V1_0::IEvsCamera& camera) = 0; 40 virtual std::unique_ptr<::android::hardware::automotive::evs::V1_0::IEvsDisplay> 42 virtual void closeDisplay(::android::hardware::automotive::evs::V1_0::IEvsDisplay* display) = 0; 44 virtual ::android::hardware::automotive::evs::V1_0::DisplayState getDisplayState() = 0; 45 virtual std::vector<::android::hardware::automotive::evs::V1_1::CameraDesc> 48 virtual std::unique_ptr<::android::hardware::automotive::evs::V1_1::IEvsCamera> openCamera_1_1( 52 virtual std::unique_ptr<::android::hardware::automotive::evs::V1_1::IEvsDisplay> [all …]
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | IoOveruseConfigs.h | 39 namespace automotive { 55 inline const aidl::android::automotive::watchdog::internal::PerStateIoOveruseThreshold 57 aidl::android::automotive::watchdog::internal::PerStateIoOveruseThreshold threshold; in defaultThreshold() 80 aidl::android::automotive::watchdog::internal::ResourceOveruseConfiguration>& 84 get(std::vector<aidl::android::automotive::watchdog::internal::ResourceOveruseConfiguration>* 100 std::string, aidl::android::automotive::watchdog::internal::ApplicationCategoryType>& 104 virtual aidl::android::automotive::watchdog::PerStateBytes fetchThreshold( 105 const aidl::android::automotive::watchdog::internal::PackageInfo& packageInfo) 109 virtual bool isSafeToKill(const aidl::android::automotive::watchdog::internal::PackageInfo& 115 const aidl::android::automotive::watchdog::internal::IoOveruseAlertThreshold& [all …]
|
D | WatchdogProcessService.h | 49 namespace automotive { 71 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client, 72 aidl::android::automotive::watchdog::TimeoutLength timeout) = 0; 74 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& 82 aidl::android::automotive::watchdog::internal::ICarWatchdogMonitor>& 86 aidl::android::automotive::watchdog::internal::ICarWatchdogMonitor>& 89 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client, 93 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 95 const std::vector<aidl::android::automotive::watchdog::internal::ProcessIdentifier>& 100 aidl::android::automotive::watchdog::internal::ICarWatchdogMonitor>& monitor, [all …]
|
D | WatchdogBinderMediator.h | 48 namespace automotive { 60 class WatchdogBinderMediatorInterface : public aidl::android::automotive::watchdog::BnCarWatchdog { 82 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client, 83 aidl::android::automotive::watchdog::TimeoutLength timeout) override; 85 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client) 88 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client, 91 const std::vector<aidl::android::automotive::watchdog::ResourceType>& resourceTypes, 92 const std::shared_ptr<aidl::android::automotive::watchdog::IResourceOveruseListener>& 95 const std::shared_ptr<aidl::android::automotive::watchdog::IResourceOveruseListener>& 98 const std::vector<aidl::android::automotive::watchdog::ResourceType>& resourceTypes, [all …]
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 34 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/ |
D | ICarWatchdog.aidl | 34 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/hal/property/ |
D | PropertyPermissionInfo.java | 19 import static android.hardware.automotive.vehicle.VehicleVendorPermission.PERMISSION_DEFAULT; 20 import static android.hardware.automotive.vehicle.VehicleVendorPermission.PERMISSION_GET_VENDOR_CAT… 21 import static android.hardware.automotive.vehicle.VehicleVendorPermission.PERMISSION_GET_VENDOR_CAT… 22 import static android.hardware.automotive.vehicle.VehicleVendorPermission.PERMISSION_GET_VENDOR_CAT… 23 import static android.hardware.automotive.vehicle.VehicleVendorPermission.PERMISSION_GET_VENDOR_CAT… 24 import static android.hardware.automotive.vehicle.VehicleVendorPermission.PERMISSION_GET_VENDOR_CAT… 25 import static android.hardware.automotive.vehicle.VehicleVendorPermission.PERMISSION_GET_VENDOR_CAT… 26 import static android.hardware.automotive.vehicle.VehicleVendorPermission.PERMISSION_GET_VENDOR_CAT… 27 import static android.hardware.automotive.vehicle.VehicleVendorPermission.PERMISSION_GET_VENDOR_CAT… 28 import static android.hardware.automotive.vehicle.VehicleVendorPermission.PERMISSION_GET_VENDOR_CAT… [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | OccupantAwarenessUtilsTest.java | 25 import android.hardware.automotive.occupant_awareness.ConfidenceLevel; 26 import android.hardware.automotive.occupant_awareness.IOccupantAwareness; 27 import android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus; 134 android.hardware.automotive.occupant_awareness.ConfidenceLevel.MAX)) in testConvertToConfidenceScore_returnsConfidenceLevelMax() 141 android.hardware.automotive.occupant_awareness.ConfidenceLevel.HIGH)) in testConvertToConfidenceScore_returnsConfidenceLevelHigh() 148 android.hardware.automotive.occupant_awareness.ConfidenceLevel.LOW)) in testConvertToConfidenceScore_returnsConfidenceLevelLow() 155 android.hardware.automotive.occupant_awareness.ConfidenceLevel.NONE)) in testConvertToConfidenceScore_returnsDefaultConfidenceLevel() 194 android.hardware.automotive.occupant_awareness.Role.INVALID)) in testConvertToRole_returnsNoneWithRoleInvalid() 201 android.hardware.automotive.occupant_awareness.Role.UNKNOWN)) in testConvertToRole_returnsNoneWithRoleUnknown() 208 android.hardware.automotive.occupant_awareness.Role.ALL_OCCUPANTS)) in testConvertToRole_returnsAllOccupants() [all …]
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/3/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 34 package android.automotive.watchdog.internal; 36 …void registerCarWatchdogService(in android.automotive.watchdog.internal.ICarWatchdogServiceForSyst… in registerCarWatchdogService() 37 …void unregisterCarWatchdogService(in android.automotive.watchdog.internal.ICarWatchdogServiceForSy… in unregisterCarWatchdogService() 38 void registerMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in registerMonitor() 39 void unregisterMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in unregisterMonitor() 40 …tchdogServiceAlive(in android.automotive.watchdog.internal.ICarWatchdogServiceForSystem service, i… in tellCarWatchdogServiceAlive() 41 …void tellDumpFinished(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor, in andr… in tellDumpFinished() 42 …void notifySystemStateChange(in android.automotive.watchdog.internal.StateType type, int arg1, int… in notifySystemStateChange() 43 …void updateResourceOveruseConfigurations(in List<android.automotive.watchdog.internal.ResourceOver… in updateResourceOveruseConfigurations() 44 …List<android.automotive.watchdog.internal.ResourceOveruseConfiguration> getResourceOveruseConfigur… in getResourceOveruseConfigurations() [all …]
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/current/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 34 package android.automotive.watchdog.internal; 36 …void registerCarWatchdogService(in android.automotive.watchdog.internal.ICarWatchdogServiceForSyst… in registerCarWatchdogService() 37 …void unregisterCarWatchdogService(in android.automotive.watchdog.internal.ICarWatchdogServiceForSy… in unregisterCarWatchdogService() 38 void registerMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in registerMonitor() 39 void unregisterMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in unregisterMonitor() 40 …tchdogServiceAlive(in android.automotive.watchdog.internal.ICarWatchdogServiceForSystem service, i… in tellCarWatchdogServiceAlive() 41 …void tellDumpFinished(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor, in andr… in tellDumpFinished() 42 …void notifySystemStateChange(in android.automotive.watchdog.internal.StateType type, int arg1, int… in notifySystemStateChange() 43 …void updateResourceOveruseConfigurations(in List<android.automotive.watchdog.internal.ResourceOver… in updateResourceOveruseConfigurations() 44 …List<android.automotive.watchdog.internal.ResourceOveruseConfiguration> getResourceOveruseConfigur… in getResourceOveruseConfigurations() [all …]
|
/packages/services/Car/service/src/com/android/car/ |
D | OccupantAwarenessUtils.java | 29 import android.hardware.automotive.occupant_awareness.IOccupantAwareness; 30 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.internal/2/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 34 package android.automotive.watchdog.internal; 36 …void registerCarWatchdogService(in android.automotive.watchdog.internal.ICarWatchdogServiceForSyst… in registerCarWatchdogService() 37 …void unregisterCarWatchdogService(in android.automotive.watchdog.internal.ICarWatchdogServiceForSy… in unregisterCarWatchdogService() 38 void registerMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in registerMonitor() 39 void unregisterMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in unregisterMonitor() 40 …tchdogServiceAlive(in android.automotive.watchdog.internal.ICarWatchdogServiceForSystem service, i… in tellCarWatchdogServiceAlive() 41 …void tellDumpFinished(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor, in andr… in tellDumpFinished() 42 …void notifySystemStateChange(in android.automotive.watchdog.internal.StateType type, in int arg1, … in notifySystemStateChange() 43 …void updateResourceOveruseConfigurations(in List<android.automotive.watchdog.internal.ResourceOver… in updateResourceOveruseConfigurations() 44 …List<android.automotive.watchdog.internal.ResourceOveruseConfiguration> getResourceOveruseConfigur… in getResourceOveruseConfigurations() [all …]
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 18 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/ |
D | ICarWatchdog.aidl | 18 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.internal/1/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 34 package android.automotive.watchdog.internal; 36 …void registerCarWatchdogService(in android.automotive.watchdog.internal.ICarWatchdogServiceForSyst… in registerCarWatchdogService() 37 …void unregisterCarWatchdogService(in android.automotive.watchdog.internal.ICarWatchdogServiceForSy… in unregisterCarWatchdogService() 38 void registerMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in registerMonitor() 39 void unregisterMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in unregisterMonitor() 40 …tchdogServiceAlive(in android.automotive.watchdog.internal.ICarWatchdogServiceForSystem service, i… in tellCarWatchdogServiceAlive() 41 …void tellDumpFinished(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor, in andr… in tellDumpFinished() 42 …void notifySystemStateChange(in android.automotive.watchdog.internal.StateType type, in int arg1, … in notifySystemStateChange() 43 …void updateResourceOveruseConfigurations(in List<android.automotive.watchdog.internal.ResourceOver… in updateResourceOveruseConfigurations() 44 …List<android.automotive.watchdog.internal.ResourceOveruseConfiguration> getResourceOveruseConfigur… in getResourceOveruseConfigurations()
|
/packages/services/Car/cpp/vhal/client/include/ |
D | AidlVhalClient.h | 39 namespace automotive { 60 std::shared_ptr<aidl::android::hardware::automotive::vehicle::IVehicle> hal); 62 AidlVhalClient(std::shared_ptr<aidl::android::hardware::automotive::vehicle::IVehicle> hal, 100 using StatusCode = aidl::android::hardware::automotive::vehicle::StatusCode; in statusToError() 136 std::shared_ptr<aidl::android::hardware::automotive::vehicle::IVehicle> mHal; 151 const aidl::android::hardware::automotive::vehicle::VehiclePropConfigs& configs); 154 AidlVhalClient(std::shared_ptr<aidl::android::hardware::automotive::vehicle::IVehicle> hal, 160 public aidl::android::hardware::automotive::vehicle::BnVehicleCallback { 175 std::shared_ptr<aidl::android::hardware::automotive::vehicle::IVehicle> mHal); 180 const aidl::android::hardware::automotive::vehicle::GetValueResults& results) override; [all …]
|