Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/include/v2_1/
DGnssTemplate.h133 std::atomic<int> mGnssFd; member
157 mGnssFd(-1),
237 if (mGnssFd != -1) { in stop()
238 close(mGnssFd); in stop()
239 mGnssFd = -1; in stop()