Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.h451 static bool sHmacGlobalKeyIsValid; variable
H A DSensorService.cpp84 bool SensorService::sHmacGlobalKeyIsValid = false; member in android::SensorService
161 sHmacGlobalKeyIsValid = initializeHmacKey(); in onFirstRef()
1196 if (!sHmacGlobalKeyIsValid) { in getIdFromUuid()