Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
DIGateKeeperService.cpp52 uint32_t outSize = 0; in onTransact() local
55 desiredPasswordSize, &out, &outSize); in onTransact()
59 if (ret == 0 && outSize > 0 && out != NULL) { in onTransact()
62 reply->writeInt32(outSize); in onTransact()
63 reply->writeInt32(outSize); in onTransact()
64 void *buf = reply->writeInplace(outSize); in onTransact()
65 memcpy(buf, out, outSize); in onTransact()
123 uint32_t outSize = 0; in onTransact() local
127 &out, &outSize, &request_reenroll); in onTransact()
130 if (ret == 0 && outSize > 0 && out != NULL) { in onTransact()
[all …]