Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h544 static std::atomic_uint64_t curProxCallbackSeq; variable
DSensorService.cpp96 std::atomic_uint64_t SensorService::curProxCallbackSeq(0); member in android::SensorService
1954 const uint64_t mySeq = ++curProxCallbackSeq; in notifyProximityStateLocked()