Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/revolution/
Dcnt.h283 #define CNTInitHandle( contentIdx, CntHandle, allocator ) contentInitHandleNANDEx( (… macro
287 #define CNTInitHandle( contentIdx, CntHandle, allocator ) contentInitHandleDVDEx( (c… macro
/RvlSDK-3.3/build/demos/cntdemo/src/
Dcntdemo.c69 rv = CNTInitHandle(TARGET_CONTENT, &Cnt, &DemoAllocator1); in main()
Dstrapcntdemo.c182 CNTInitHandle( TARGET_CONTENT, &Cnt, &DemoAllocator1 ); in main()
/RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp390 if(CNTInitHandle(TARGET_SHARED, &CntHandle_Shared, &DemoAllocator2) != CNT_RESULT_OK) in Init()
396 if(CNTInitHandle(TARGET_SOUND, &CntHandle_SharedSound, &DemoAllocator2) != CNT_RESULT_OK) in Init()
402 if(CNTInitHandle(TARGET_SAMPLE, &CntHandle_Sample, &DemoAllocator2) != CNT_RESULT_OK) in Init()
408 if(CNTInitHandle(TARGET_NWM, &CntHandle_Nwm, &DemoAllocator2) != CNT_RESULT_OK) in Init()
/RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp517 if(CNTInitHandle(TARGET_SHARED, &CntHandle_Shared, &DemoAllocator2) != CNT_RESULT_OK) in Init()
523 if(CNTInitHandle(TARGET_SOUND, &CntHandle_SharedSound, &DemoAllocator2) != CNT_RESULT_OK) in Init()
529 if(CNTInitHandle(TARGET_SAMPLE, &CntHandle_Sample, &DemoAllocator2) != CNT_RESULT_OK) in Init()
535 if(CNTInitHandle(TARGET_NWM, &CntHandle_Nwm, &DemoAllocator2) != CNT_RESULT_OK) in Init()
/RvlSDK-3.3/build/demos/hbmdemo/shareddemo/src/
Dshared.cpp382 if(CNTInitHandle(TARGET_SHARED, &CntHandle_Shared, &DemoAllocator2) != CNT_RESULT_OK) in Init()
388 if(CNTInitHandle(TARGET_SOUND, &CntHandle_SharedSound, &DemoAllocator2) != CNT_RESULT_OK) in Init()
394 if(CNTInitHandle(TARGET_MESSAGE, &CntHandle_Message, &DemoAllocator2) != CNT_RESULT_OK) in Init()
/RvlSDK-3.3/vcmv/src/
Dvcmv_test.c2016 CNTInitHandle(4, &hCnt4, &Allocator2); in MyInitHomeButtonMenu()
2019 CNTInitHandle(6, &hCnt6, &Allocator2); in MyInitHomeButtonMenu()
2334 CNTInitHandle(5, &hCnt5, &Allocator2); in Test()