/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMath.cpp | 55 static void SC_MatrixLoadRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixLoadRotate() 58 static void SC_MatrixLoadScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadScale() 61 static void SC_MatrixLoadTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadTranslate() 64 static void SC_MatrixRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixRotate() 67 static void SC_MatrixScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixScale() 70 static void SC_MatrixTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixTranslate() 74 static void SC_MatrixLoadOrtho(Matrix4x4 *m, float l, float r, float b, float t, float n, float f) { in SC_MatrixLoadOrtho() 77 static void SC_MatrixLoadFrustum(Matrix4x4 *m, float l, float r, float b, float t, float n, float f… in SC_MatrixLoadFrustum() 80 static void SC_MatrixLoadPerspective(Matrix4x4 *m, float fovy, float aspect, float near, float far)… in SC_MatrixLoadPerspective() 84 static bool SC_MatrixInverse_4x4(Matrix4x4 *m) { in SC_MatrixInverse_4x4() [all …]
|
/frameworks/rs/driver/runtime/ |
D | rs_matrix.c | 16 rsMatrixLoadIdentity(rs_matrix4x4 *m) { in rsMatrixLoadIdentity() 36 rsMatrixLoadIdentity(rs_matrix3x3 *m) { in rsMatrixLoadIdentity() 48 rsMatrixLoadIdentity(rs_matrix2x2 *m) { in rsMatrixLoadIdentity() 56 rsMatrixLoad(rs_matrix4x4 *m, const float *f) { in rsMatrixLoad() 75 rsMatrixLoad(rs_matrix3x3 *m, const float *f) { in rsMatrixLoad() 87 rsMatrixLoad(rs_matrix2x2 *m, const float *f) { in rsMatrixLoad() 95 rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix4x4 *s) { in rsMatrixLoad() 114 rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix3x3 *v) { in rsMatrixLoad() 133 rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix2x2 *v) { in rsMatrixLoad() 152 rsMatrixLoad(rs_matrix3x3 *m, const rs_matrix3x3 *s) { in rsMatrixLoad() [all …]
|
D | rs_mesh.c | 11 rsgMeshGetVertexAllocationCount(rs_mesh m) { in rsgMeshGetVertexAllocationCount() 20 rsgMeshGetPrimitiveCount(rs_mesh m) { in rsgMeshGetPrimitiveCount() 29 rsgMeshGetVertexAllocation(rs_mesh m, uint32_t index) { in rsgMeshGetVertexAllocation() 42 rsgMeshGetIndexAllocation(rs_mesh m, uint32_t index) { in rsgMeshGetIndexAllocation() 55 rsgMeshGetPrimitive(rs_mesh m, uint32_t index) { in rsgMeshGetPrimitive()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | StreamingProcessor.cpp | 72 Mutex::Autolock m(mMutex); in setPreviewWindow() local 86 Mutex::Autolock m(mMutex); in setRecordingWindow() local 94 Mutex::Autolock m(mMutex); in haveValidPreviewWindow() local 99 Mutex::Autolock m(mMutex); in haveValidRecordingWindow() local 112 Mutex::Autolock m(mMutex); in updatePreviewRequest() local 157 Mutex::Autolock m(mMutex); in updatePreviewStream() local 225 Mutex::Autolock m(mMutex); in deletePreviewStream() local 255 Mutex::Autolock m(mMutex); in getPreviewStreamId() local 262 Mutex::Autolock m(mMutex); in updateRecordingRequest() local 343 Mutex::Autolock m(mMutex); in updateRecordingStream() local [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | MockUtils.java | 43 final Matcher<UserHandle> m = new BaseMatcher<UserHandle>() { in checkUserHandle() local 59 final Matcher<Intent> m = new BaseMatcher<Intent>() { in checkIntentComponent() local 75 final Matcher<Intent> m = new BaseMatcher<Intent>() { in checkIntentAction() local 91 final Matcher<Intent> m = new BaseMatcher<Intent>() { in checkIntent() local 112 final Matcher<Bundle> m = new BaseMatcher<Bundle>() { in checkUserRestrictions() local 132 final Matcher<RestrictionsSet> m = new BaseMatcher<RestrictionsSet>() { in checkUserRestrictions() local 150 final Matcher<Set<String>> m = new BaseMatcher<Set<String>>() { in checkApps() local
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SP800Derive.java | 45 final Mac m = Mac.getInstance("HmacSHA256"); in getMac() local 53 private static void update32(Mac m, int v) { in update32() 61 final Mac m = getMac(); in fixedInput() local 72 final Mac m = getMac(); in withContext() local
|
/frameworks/rs/driver/ |
D | rsdMesh.cpp | 30 bool rsdMeshInit(const Context *rsc, const Mesh *m) { in rsdMeshInit() 41 void rsdMeshDraw(const Context *rsc, const Mesh *m, uint32_t primIndex, uint32_t start, uint32_t le… in rsdMeshDraw() 53 void rsdMeshDestroy(const Context *rsc, const Mesh *m) { in rsdMeshDestroy()
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | DistortionMapperTest.cpp | 49 void setupTestMapper(DistortionMapper *m, in setupTestMapper() 89 DistortionMapper m; in TEST() local 129 DistortionMapper m; in TEST() local 175 DistortionMapper m; in TEST() local 201 DistortionMapper m; in TEST() local 220 int32_t* activeArray, DistortionMapper &m, bool clamp, bool simple) { in RandomTransformTest() 317 DistortionMapper m; in TEST() local 332 DistortionMapper m; in TEST() local 343 DistortionMapper m; in TEST() local 365 DistortionMapper m; in TEST() local
|
/frameworks/base/libs/hwui/tests/unit/ |
D | CanvasFrontendTests.cpp | 179 SkMatrix m; in TEST() local 188 SkMatrix m; in TEST() local 198 SkMatrix m; in TEST() local 208 SkMatrix m; in TEST() local
|
/frameworks/base/core/java/android/os/ |
D | Message.java | 156 Message m = sPool; in obtain() local 174 Message m = obtain(); in obtain() local 197 Message m = obtain(); in obtain() local 211 Message m = obtain(); in obtain() local 226 Message m = obtain(); in obtain() local 242 Message m = obtain(); in obtain() local 261 Message m = obtain(); in obtain() local 283 Message m = obtain(); in obtain() local
|
D | AsyncResult.java | 40 forMessage(Message m, Object r, Throwable ex) in forMessage() 54 forMessage(Message m) in forMessage()
|
/frameworks/base/test-base/hiddenapi/src/junit/framework/ |
D | TestSuite.java | 33 private boolean isPublicTestMethod(Method m) { in isPublicTestMethod() 41 private boolean isTestMethod(Method m) { in isTestMethod()
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | isp_isf.c | 36 … Word16 m /* (i) : LPC order */ in Isp_isf() 64 … Word16 m /* (i) : LPC order */ in Isf_isp()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 718 Message m = getServiceStateChangedMessage(getServiceStateDataOnly( in testRoamingDuplicateMessages() local 741 Message m = getServiceStateChangedMessage(getServiceStateDataOnly( in testRoamingToAirplanModeIwlanInService() local 769 Message m = getServiceStateChangedMessage(getServiceStateDataOnly( in testRoamingToOutOfService() local 795 Message m = getServiceStateChangedMessage(getServiceStateDataOnly( in testRoamingChangeForLteInLegacyMode() local 820 Message m = getServiceStateChangedMessage(getServiceStateDataOnly( in testDataOnlyRoamingCellToIWlanInLegacyMode() local 848 Message m = getServiceStateChangedMessage(ss); in testCellVoiceDataChangeToWlanInLegacyMode() local 975 Message m = Message.obtain(mImsPhoneUT.getHandler(), EVENT_CALL_RING_CONTINUE); in testHandleMessageCallRingContinue() local 1016 Message m = Message.obtain(mImsPhoneUT.getHandler(), ImsPhone.EVENT_SERVICE_STATE_CHANGED); in getServiceStateChangedMessage() local
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTriggerModule.java | 353 Message m = mHandler.obtainMessage(EVENT_RECOGNITION, in onRecognition() local 361 Message m = mHandler.obtainMessage(EVENT_RECOGNITION, in onPhraseRecognition() local 369 Message m = mHandler.obtainMessage(EVENT_SERVICE_STATE_CHANGE, in onRecognitionAvailabilityChange() local 377 Message m = mHandler.obtainMessage(EVENT_SERVICE_DIED); in onModuleDied() local 383 Message m = mHandler.obtainMessage(EVENT_SERVICE_DIED); in binderDied() local
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | ColorMatrix.java | 36 Matrix4f m = new Matrix4f(); in createTest() local 55 Matrix4f m = new Matrix4f(); in animateBars() local
|
D | GroupTest.java | 53 Matrix4f m = new Matrix4f(); in createTest() local 76 Matrix4f m = new Matrix4f(); in animateBars() local
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | ColorMatrix.java | 43 Matrix4f m = new Matrix4f(); in createTest() local 62 Matrix4f m = new Matrix4f(); in animateBars() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | ProgramVertexFixedFunction.java | 250 private void addToBuffer(int offset, Matrix4f m) { in addToBuffer() 267 public void setModelview(Matrix4f m) { in setModelview() 279 public void setProjection(Matrix4f m) { in setProjection() 293 public void setTexture(Matrix4f m) { in setTexture()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RadioInterfaceCapabilityControllerTest.java | 89 final Message m = Message.obtain( in registerForRadioAvailable() local 102 final Message m = deviceCapsMessage.getValue(); in getHalDeviceCapabilities() local
|
/frameworks/av/media/codecs/amrnb/common/src/ |
D | lsp_lsf.cpp | 217 Word16 m, /* (i) : LPC order */ in Lsf_lsp() 349 Word16 m, /* (i) : LPC order */ in Lsp_lsf()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsFeatureBinderRepository.java | 281 UpdateMapper m; in getIfExists() local 309 UpdateMapper m = getUpdateMapper(phoneId, type); in registerForConnectionUpdates() local 347 UpdateMapper m = getUpdateMapper(phoneId, type); in addConnection() local 363 UpdateMapper m = getUpdateMapper(phoneId, type); in removeConnection() local 379 UpdateMapper m = getUpdateMapper(phoneId, type); in notifyFeatureStateChanged() local 396 UpdateMapper m = getUpdateMapper(phoneId, type); in notifyFeatureCapabilitiesChanged() local
|
/frameworks/av/services/camera/libcameraservice/fuzzer/ |
D | DistortionMapperFuzzer.cpp | 32 void setupTestMapper(DistortionMapper *m, in setupTestMapper() 55 DistortionMapper m; in LLVMFuzzerTestOneInput() local
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | TestedScreen.java | 113 Message m = Message.obtain(); in queueIdle() local 116 Message m = Message.obtain(); in queueIdle() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | VoLteServiceState.java | 63 public static VoLteServiceState newFromBundle(Bundle m) { in newFromBundle() 210 private void setFromNotifierBundle(Bundle m) { in setFromNotifierBundle() 220 public void fillInNotifierBundle(Bundle m) { in fillInNotifierBundle()
|