Home
last modified time | relevance | path

Searched refs:numInputBytes (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
H A DEapSimMethodStateMachine.java574 int numInputBytes = in getMkInputData() local
581 ByteBuffer mkInputBuffer = ByteBuffer.allocate(numInputBytes); in getMkInputData()
H A DEapAkaMethodStateMachine.java590 int numInputBytes = mIdentity.length + result.ik.length + result.ck.length; in getMkInputData() local
591 ByteBuffer buffer = ByteBuffer.allocate(numInputBytes); in getMkInputData()
/aosp12/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp243 int32_t numInputBytes = numFrames * myData->actualInputChannelCount * sizeof(float); in MyDataCallbackProc() local
244 memset(myData->inputFloatData, 0 /* value */, numInputBytes); in MyDataCallbackProc()