Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.cpp802 uint8_t uuidAndApp[sizeof(uuid) + sizeof(appUserId)]; in getIdFromUuid() local
803 memcpy(uuidAndApp, &uuid, sizeof(uuid)); in getIdFromUuid()
804 memcpy(uuidAndApp + sizeof(uuid), &appUserId, sizeof(appUserId)); in getIdFromUuid()
811 uuidAndApp, sizeof(uuidAndApp), in getIdFromUuid()