Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenMediaRecorder.java116 IMediaProjection proj = null; in prepare() local
117 proj = mediaService.createProjection(mUid, mContext.getPackageName(), in prepare()
119 IMediaProjection projection = IMediaProjection.Stub.asInterface(proj.asBinder()); in prepare()
/frameworks/base/media/java/android/media/
DUtils.java385 String[] proj = {
388 try (Cursor cursor = context.getContentResolver().query(uri, proj, null, null, null)) {
/frameworks/rs/script_api/
Drs_graphics.spec798 arg: rs_matrix4x4* proj, "matrix to store the current projection matrix into"
826 arg: const rs_matrix4x4* proj, "projection matrix"
/frameworks/rs/script_api/include/
Drs_graphics.rsh1209 * proj: matrix to store the current projection matrix into
1218 rsgProgramVertexGetProjectionMatrix(rs_matrix4x4* proj);
1255 * proj: projection matrix
1264 rsgProgramVertexLoadProjectionMatrix(const rs_matrix4x4* proj);