Searched refs:CNTInitHandle (Results 1 – 7 of 7) sorted by relevance
| /RvlSDK-3.3/include/revolution/ |
| D | cnt.h | 283 #define CNTInitHandle( contentIdx, CntHandle, allocator ) contentInitHandleNANDEx( (… macro 287 #define CNTInitHandle( contentIdx, CntHandle, allocator ) contentInitHandleDVDEx( (c… macro
|
| /RvlSDK-3.3/build/demos/cntdemo/src/ |
| D | cntdemo.c | 69 rv = CNTInitHandle(TARGET_CONTENT, &Cnt, &DemoAllocator1); in main()
|
| D | strapcntdemo.c | 182 CNTInitHandle( TARGET_CONTENT, &Cnt, &DemoAllocator1 ); in main()
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/src/ |
| D | networkmanual_jpeg.cpp | 390 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/ |
| D | networkmanual_tpl.cpp | 517 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/ |
| D | shared.cpp | 382 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/ |
| D | vcmv_test.c | 2016 CNTInitHandle(4, &hCnt4, &Allocator2); in MyInitHomeButtonMenu() 2019 CNTInitHandle(6, &hCnt6, &Allocator2); in MyInitHomeButtonMenu() 2334 CNTInitHandle(5, &hCnt5, &Allocator2); in Test()
|