Home
last modified time | relevance | path

Searched defs:P (Results 1 – 5 of 5) sorted by relevance

/system/libvintf/include/vintf/
DLevel.h38 P = 3, enumerator
/system/security/keystore2/src/database/
Dperboot.rs98 p: P, in find_auth_token_entry()
/system/teeui/libteeui/src/
Dutils.cpp70 Point<pxs> P(pxs(.5), a1 - a0 * (pxs(.5) - a0) / a1); in pixelLineIntersect() local
/system/security/keystore2/src/
Dlegacy_blob.rs1588 pub fn make_encrypted_characteristics_file<P: AsRef<Path>>( in make_encrypted_characteristics_file()
1602 pub fn make_encrypted_usr_cert_file<P: AsRef<Path>>( in make_encrypted_usr_cert_file()
1615 pub fn make_encrypted_ca_cert_file<P: AsRef<Path>>( in make_encrypted_ca_cert_file()
1628 pub fn make_encrypted_key_file<P: AsRef<Path>>(path: P, key: &[u8], data: &[u8]) -> Result<()> { in make_encrypted_key_file()
1640 pub fn make_cert_blob_file<P: AsRef<Path>>(path: P, data: &[u8]) -> Result<()> { in make_cert_blob_file()
Dkey_parameter.rs251 fn serialize_primitive<S, P>(v: &P, serializer: S) -> Result<S::Ok, S::Error> in serialize_primitive() argument