Home
last modified time | relevance | path

Searched refs:EmulatedUserHal (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedUserHal.cpp63 bool EmulatedUserHal::isSupported(int32_t prop) { in isSupported()
76 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onSetProperty( in onSetProperty()
98 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onGetProperty( in onGetProperty()
116 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onGetUserIdentificationAssociation( in onGetUserIdentificationAssociation()
135 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onSetInitialUserInfoResponse( in onSetInitialUserInfoResponse()
167 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onSetSwitchUserResponse( in onSetSwitchUserResponse()
220 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onSetCreateUserResponse( in onSetCreateUserResponse()
251 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onSetUserIdentificationAssociation( in onSetUserIdentificationAssociation()
280 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::defaultUserIdentificationAssociation( in defaultUserIdentificationAssociation()
287 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::sendUserHalResponse( in sendUserHalResponse()
[all …]
DEmulatedVehicleConnector.h38 EmulatedUserHal* getEmulatedUserHal();
48 EmulatedUserHal mEmulatedUserHal;
DEmulatedUserHal.h37 class EmulatedUserHal {
39 EmulatedUserHal() {} in EmulatedUserHal() function
41 ~EmulatedUserHal() = default;
DEmulatedVehicleHal.h50 EmulatedUserHal* emulatedUserHal = nullptr);
96 EmulatedUserHal* mEmulatedUserHal;
DEmulatedVehicleConnector.cpp37 EmulatedUserHal* EmulatedVehicleConnector::getEmulatedUserHal() { in getEmulatedUserHal()
DEmulatedVehicleHal.cpp100 EmulatedUserHal* emulatedUserHal) in EmulatedVehicleHal()
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp119 "impl/vhal_v2_0/EmulatedUserHal.cpp",