HomeSort by relevance Sort by last modified time
    Searched refs:sSession (Results 1 - 10 of 10) sorted by null

  /hardware/ti/omap4xxx/security/tf_crypto_sst/
mtc.c 63 TEEC_Session sSession;
108 nError = TEEC_InvokeCommand(&pSession->sSession,
193 &pSession->sSession,
208 nError = TEEC_InvokeCommand(&pSession->sSession,
214 TEEC_CloseSession(&pSession->sSession);
252 (void)TEEC_InvokeCommand(&pSession->sSession,
258 TEEC_CloseSession(&pSession->sSession);
pkcs11_session.c 96 memset(&pSession->sSession, 0, sizeof(TEEC_Session));
171 &pSession->sSession, /* OUT session */
203 nTeeError = TEEC_InvokeCommand(&pSession->sSession,
253 nTeeError = TEEC_InvokeCommand(&pSession->sSession,
321 nTeeError = TEEC_InvokeCommand(&pSession->sSession,
332 TEEC_CloseSession(&pSession->sSession);
333 memset(&pSession->sSession, 0, sizeof(TEEC_Session));
374 nTeeError = TEEC_InvokeCommand(&pSession->sSession,
pkcs11_internal.h 105 TEEC_Session sSession;
pkcs11_object.c 300 teeErr = TEEC_InvokeCommand( &pSession->sSession,
379 teeErr = TEEC_InvokeCommand(&pSession->sSession,
482 teeErr = TEEC_InvokeCommand( &pSession->sSession,
687 teeErr = TEEC_InvokeCommand( &pSession->sSession,
731 teeErr = TEEC_InvokeCommand( &pSession->sSession,
781 teeErr = TEEC_InvokeCommand( &pSession->sSession,
840 teeErr = TEEC_InvokeCommand( &pSession->sSession,
885 teeErr = TEEC_InvokeCommand( &pSession->sSession,
920 teeErr = TEEC_InvokeCommand( &pSession->sSession,
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
BassBoostTest.java 55 static int sSession = 0;
76 mSessionText.setText(Integer.toString(sSession));
81 getEffect(sSession);
118 sSession = Integer.parseInt(mSessionText.getText().toString());
119 getEffect(sSession);
145 getEffect(sSession);
154 putEffect(sSession);
VirtualizerTest.java 55 static int sSession = 0;
75 mSessionText.setText(Integer.toString(sSession));
80 getEffect(sSession);
115 sSession = Integer.parseInt(mSessionText.getText().toString());
116 getEffect(sSession);
142 getEffect(sSession);
151 putEffect(sSession);
PresetReverbTest.java 55 static int sSession = 0;
83 mSessionText.setText(Integer.toString(sSession));
88 getEffect(sSession);
119 sSession = Integer.parseInt(mSessionText.getText().toString());
120 getEffect(sSession);
150 getEffect(sSession);
164 putEffect(sSession);
VisualizerTest.java 55 static int sSession = 0;
77 mSessionText.setText(Integer.toString(sSession));
88 getEffect(sSession);
188 sSession = Integer.parseInt(mSessionText.getText().toString());
189 getEffect(sSession);
231 getEffect(sSession);
235 putEffect(sSession);
EqualizerTest.java 57 static int sSession = 0;
78 mSessionText.setText(Integer.toString(sSession));
83 getEffect(sSession);
175 sSession = Integer.parseInt(mSessionText.getText().toString());
176 getEffect(sSession);
205 getEffect(sSession);
218 putEffect(sSession);
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c     [all...]

Completed in 161 milliseconds