OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sSession
(Results
1 - 20
of
20
) sorted by null
/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
...]
/cts/tests/tests/tv/src/android/media/tv/cts/
HardwareSessionTest.java
94
CountingSession session = HardwareProxyTvInputService.
sSession
;
107
HardwareProxyTvInputService.
sSession
= null;
112
static CountingSession
sSession
;
116
sSession
= new CountingSession(this);
117
return
sSession
;
TvInputServiceTest.java
222
CountingTvInputService.
sSession
= null;
458
final CountingSession session = CountingTvInputService.
sSession
;
476
final CountingSession session = CountingTvInputService.
sSession
;
495
final CountingSession session = CountingTvInputService.
sSession
;
511
final CountingSession session = CountingTvInputService.
sSession
;
529
final CountingSession session = CountingTvInputService.
sSession
;
548
final CountingSession session = CountingTvInputService.
sSession
;
567
final CountingSession session = CountingTvInputService.
sSession
;
587
final CountingSession session = CountingTvInputService.
sSession
;
608
final CountingSession session = CountingTvInputService.
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
);
/cts/tests/tests/media/src/android/media/cts/
StubMediaBrowserService.java
50
/* package private */ static MediaSession
sSession
;
60
sSession
= new MediaSession(this, "StubMediaBrowserService");
61
setSessionToken(
sSession
.getSessionToken());
MediaBrowserServiceTest.java
119
assertEquals(StubMediaBrowserService.
sSession
.getSessionToken(),
MediaBrowserTest.java
55
assertEquals(StubMediaBrowserService.
sSession
.getSessionToken(),
/hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c
[
all
...]
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
[
all
...]
Completed in 4408 milliseconds