Home | History | Annotate | Download | only in native

Lines Matching full:timestamp

185 status_t VehicleNetwork::getInt32Property(int32_t property, int32_t* value, int64_t* timestamp) {
192 *timestamp = v.timestamp;
204 status_t VehicleNetwork::getInt64Property(int32_t property, int64_t* value, int64_t* timestamp) {
209 *timestamp = v.timestamp;
221 status_t VehicleNetwork::getFloatProperty(int32_t property, float* value, int64_t* timestamp) {
226 *timestamp = v.timestamp;
239 status_t VehicleNetwork::getStringProperty(int32_t property, String8& value, int64_t* timestamp) {
247 *timestamp = v.timestamp;