OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:workspacesize
(Results
1 - 7
of
7
) sorted by null
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
smldef.h
164
MemSize_t
workspaceSize
; // size of the workspace to allocate (instance buffer size if NOWSM defined)
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/
smldef.h
164
MemSize_t
workspaceSize
; // size of the workspace to allocate (instance buffer size if NOWSM defined)
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
dmSession.cc
209
smlInstOptionsRecvDoc.
workspaceSize
= g_iDMWorkspaceSize; //DM_SMLTK_WORKSPACE_SIZE;
215
smlInstOptionsSendDoc.
workspaceSize
= g_iDMWorkspaceSize; //DM_SMLTK_WORKSPACE_SIZE;
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/src/
mgrinstancemgr.c
178
if ((rc = wsmCreate(pOptions->workspaceName, pOptions->
workspaceSize
, pInstanceID)) != SML_ERR_OK) {
185
if (!pOptions || !pOptions->
workspaceSize
)
220
pInstanceInfo->instanceBufSiz=pOptions->
workspaceSize
; // get requested size for the buffer
[
all
...]
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
mgrinstancemgr.c
178
if ((rc = wsmCreate(pOptions->workspaceName, pOptions->
workspaceSize
, pInstanceID)) != SML_ERR_OK) {
185
if (!pOptions || !pOptions->
workspaceSize
)
220
pInstanceInfo->instanceBufSiz=pOptions->
workspaceSize
; // get requested size for the buffer
[
all
...]
/hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c
122
fixed, but the size of workspace can be configured using the "-
workspaceSize
"
453
LogInfo("-
workspaceSize
<integer> Set the size in bytes of the workspace. Must be greater or equal to 8 sectors.");
[
all
...]
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
118
fixed, but the size of workspace can be configured using the "-
workspaceSize
"
410
LogInfo("-
workspaceSize
<integer> Set the size in bytes of the workspace. Must be greater or equal to 8 sectors.");
[
all
...]
Completed in 334 milliseconds