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

  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputServiceTest.java 123 CountingTvInputService.sSession = null;
159 CountingSession session = CountingTvInputService.sSession;
171 CountingSession session = CountingTvInputService.sSession;
183 CountingSession session = CountingTvInputService.sSession;
195 CountingSession session = CountingTvInputService.sSession;
207 CountingSession session = CountingTvInputService.sSession;
214 CountingSession session = CountingTvInputService.sSession;
227 CountingSession session = CountingTvInputService.sSession;
239 CountingSession session = CountingTvInputService.sSession;
251 CountingSession session = CountingTvInputService.sSession;
    [all...]
  /hardware/ti/omap4-aah/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 297 teeErr = TEEC_InvokeCommand( &pSession->sSession,
376 teeErr = TEEC_InvokeCommand(&pSession->sSession,
479 teeErr = TEEC_InvokeCommand( &pSession->sSession,
684 teeErr = TEEC_InvokeCommand( &pSession->sSession,
728 teeErr = TEEC_InvokeCommand( &pSession->sSession,
778 teeErr = TEEC_InvokeCommand( &pSession->sSession,
837 teeErr = TEEC_InvokeCommand( &pSession->sSession,
882 teeErr = TEEC_InvokeCommand( &pSession->sSession,
917 teeErr = TEEC_InvokeCommand( &pSession->sSession,
    [all...]
  /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/omap4-aah/security/tf_daemon/
delegation_client.c     [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c     [all...]

Completed in 1293 milliseconds