Home
last modified time | relevance | path

Searched defs:allowed_uuids (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/user/app/sample/hwcrypto/
Dhwkey_srv_priv.h84 const uuid_t** allowed_uuids; member
/aosp_15_r20/trusty/user/base/lib/secure_fb/srv/
Dsecure_fb_server.c58 static const struct uuid* allowed_uuids[] = { variable
/aosp_15_r20/trusty/user/base/lib/hwbcc/srv/
Dsrv.c81 static const struct uuid* allowed_uuids[] = { variable
/aosp_15_r20/trusty/user/base/lib/tipc/rust/src/
Dservice.rs126 pub fn allowed_uuids(self, uuids: &'static [Uuid]) -> Self { in allowed_uuids() method