Home
last modified time | relevance | path

Searched refs:setProperty (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/tv/tuner/aidl/default/
Ddtv_plugin.h18 bool setProperty(const char* key, const void* value, int size);
Ddtv_plugin.cpp104 bool DtvPlugin::setProperty(const char* key, const void* value, int size) { in setProperty() function in DtvPlugin
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleClient.h51 virtual StatusCode setProperty(const VehiclePropValue& value, bool updateStatus) = 0;
DVehicleConnector.h67 StatusCode setProperty(const VehiclePropValue& value, bool updateStatus) override { in setProperty() function
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp417 return mVehicleClient->setProperty(propValue, /*updateStatus=*/false); in set()