Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.h134 kUserId(userId), in SamplePreparedModel()
136 (void)kUserId; in SamplePreparedModel()
177 const uid_t kUserId; variable
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidl.h112 kUserId(userId), in SamplePreparedModel()
114 (void)kUserId; in SamplePreparedModel()
144 const uid_t kUserId; variable
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.h178 kUserId(userId), in ClientInfo()
187 kUserId(userId), in ClientInfo()
203 const userid_t kUserId; variable
DWatchdogProcessService.cpp634 outProto.write(UserPackageInfo::USER_ID, static_cast<int>(clientInfo.kUserId)); in onDumpProto()
668 if (mStoppedUserIds.count(clientInfo.kUserId) > 0) { in doHealthCheck()
909 userId = clientInfo.kUserId; in dumpAndKillClientsIfNotResponding()
1352 StringAppendF(&buffer, "pid = %d, userId = %d, type = %s", kPid, kUserId, in toString()