Home
last modified time | relevance | path

Searched defs:opType (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java60 int opType = estimateOperandsType(a, b); in add() local
132 int opType = estimateOperandsType(a, b); in mult() local
214 int opType = estimateOperandsType(r, a); in mult() local
260 int opType = estimateOperandsType(r, a); in set() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/
DTaskFragmentOrganizerTestBase.java451 final int opType = errorBundle.getInt(KEY_ERROR_CALLBACK_OP_TYPE); in onTransactionReady() local
504 @Nullable TaskFragmentInfo taskFragmentInfo, int opType, in onTaskFragmentError()