Home
last modified time | relevance | path

Searched refs:d_int (Results 1 – 2 of 2) sorted by relevance

/device/google/marlin/dataservices/datatop/src/
Ddatatop_helpers.c219 int64 = (int64_t)dp.data.d_int in dtop_handle_dp_type_for_snapshot()
220 - (int64_t)dp.initial_data.d_int; in dtop_handle_dp_type_for_snapshot()
341 sscanf(str, "%d", &(dp->data.d_int)); in dtop_store_dp()
343 dp->initial_data.d_int = dp->data.d_int; in dtop_store_dp()
Ddatatop_interface.h80 int32_t d_int; member