Searched refs:ident (Results 1 – 4 of 4) sorted by relevance
56 static void drawVU(rs_matrix4x4 *ident) {60 rsMatrixLoad(&mat1,ident);101 rsMatrixLoad(&mat1,ident);119 rsMatrixLoad(&mat1,ident);185 static void drawWave(rs_matrix4x4 *ident) {188 rsMatrixLoad(&mat1, ident);248 static void drawVizLayer(rs_matrix4x4 *ident) {251 drawVU(ident);253 drawWave(ident);256 rsMatrixRotate(ident, 60.f, 0.f, 1.f, 0.f);[all …]
186 long ident = Binder.clearCallingIdentity(); in checkCaller() local196 Binder.restoreCallingIdentity(ident); in checkCaller()
708 long ident = Binder.clearCallingIdentity(); in checkIfCallerIsSelfOrForegoundUser() local722 Binder.restoreCallingIdentity(ident); in checkIfCallerIsSelfOrForegoundUser()
140 if (!mDPM.hasGrantedPolicy(cn, pi.ident)) { in onCreate()