Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp410 s32 paramIsRunning; in DumpCommandListParameter() local
411 nngxGetCmdlistParameteri(NN_GX_CMDLIST_IS_RUNNING, &paramIsRunning); in DumpCommandListParameter()
412 NW_DEV_LOG("Running Command List : %s\n", (paramIsRunning ? "true" : "false")); in DumpCommandListParameter()