Lines Matching refs:property
47 virtual void onHalError(int32_t errorCode, int32_t property, int32_t operation) = 0;
66 void handleHalError(int32_t errorCode, int32_t property, int32_t operation);
105 status_t setInt32Property(int32_t property, int32_t value);
107 status_t getInt32Property(int32_t property, int32_t* value, int64_t* timestamp);
108 status_t setInt64Property(int32_t property, int64_t value);
109 status_t getInt64Property(int32_t property, int64_t* value, int64_t* timestamp);
110 status_t setFloatProperty(int32_t property, float value);
111 status_t getFloatProperty(int32_t property, float* value, int64_t* timestamp);
112 status_t setStringProperty(int32_t property, const String8& value);
113 status_t getStringProperty(int32_t property, String8& value, int64_t* timestamp);
114 sp<VehiclePropertiesHolder> listProperties(int32_t property = 0);
119 status_t subscribe(int32_t property, float sampleRate, int32_t zones = 0);
120 void unsubscribe(int32_t property);
130 status_t injectHalError(int32_t errorCode, int32_t property, int32_t operation);
139 void onHalError(int32_t errorCode, int32_t property, int32_t operation);