Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libdvrcommon/tests/
Dpose_test.cpp39 EXPECT_MAT4_NEAR(result_pose, mat4_t::Identity(), tolerance); in TYPED_TEST()
149 EXPECT_QUAT_NEAR(quat_t::Identity(), nullified_pose[i].GetRotation(), in TYPED_TEST()
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dfield_of_view.h50 return Eigen::AffineMatrix<float, 4>::Identity(); in GetProjectionMatrix()
Dpose.h18 : rotation_(Eigen::Quaternion<T>::Identity()), in Pose()
/frameworks/opt/telephony/proto/src/
DcarrierId.proto58 // [Optional] Prefix of IMSI (International Mobile Subscriber Identity) in
/frameworks/base/core/proto/android/stats/dnsresolver/
Ddns_resolver.proto126 NS_T_HIP = 55; // Host Identity Protocol
/frameworks/base/core/java/android/provider/
DContactsContract.java7555 public static final class Identity implements DataColumnsWithJoins, ContactCounts { class in ContactsContract.CommonDataKinds
7559 private Identity() {} in Identity() method in ContactsContract.CommonDataKinds.Identity
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1106 private class Identity { class in ActivityManagerService
1111 Identity(IBinder _token, int _pid, int _uid) { in Identity() method in ActivityManagerService.Identity
1118 private static final ThreadLocal<Identity> sCallerIdentity = new ThreadLocal<Identity>();
5879 Identity tlsIdentity = sCallerIdentity.get(); in checkPermissionWithToken()
6125 Identity tlsIdentity = sCallerIdentity.get(); in checkUriPermission()
7834 sCallerIdentity.set(new Identity( in openContentUri()
/frameworks/base/cmds/statsd/src/
Datoms.proto5469 // Identity of the endpoint receiving the location information. For example, carrier name, OEM
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile18611 Lcom/android/server/am/ActivityManagerService$Identity;