Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.cpp837 uint8_t uuidAndApp[sizeof(uuid) + sizeof(appUserId)]; in getIdFromUuid() local
838 memcpy(uuidAndApp, &uuid, sizeof(uuid)); in getIdFromUuid()
839 memcpy(uuidAndApp + sizeof(uuid), &appUserId, sizeof(appUserId)); in getIdFromUuid()
846 uuidAndApp, sizeof(uuidAndApp), in getIdFromUuid()