Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.h453 static std::atomic_uint64_t curProxCallbackSeq; variable
H A DSensorService.cpp90 std::atomic_uint64_t SensorService::curProxCallbackSeq(0); member in android::SensorService
1623 const uint64_t mySeq = ++curProxCallbackSeq; in notifyProximityStateLocked()