Home
last modified time | relevance | path

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

/RvlHbmSDK-4.7.3/build/demos/hbmdemo/rsodemo/src/
Drsomodule.c81 HBMDataInfo hbmInfo; variable
489 InitHomeButtonInfo( &hbmInfo ); in InitHomebutton()
492 hbmInfo.mem = allocMem( HBM_MEM_SIZE ); in InitHomebutton()
493 hbmInfo.memSize = HBM_MEM_SIZE; in InitHomebutton()
494 hbmInfo.pAllocator = NULL; in InitHomebutton()
497 SetAdjustValue( &hbmInfo, g_drawModeFlag ); in InitHomebutton()
503 HBMCreate( &hbmInfo ); in InitHomebutton()
529 freeMem( hbmInfo.mem ); in EndHomebutton()
530 freeMem( hbmInfo.layoutBuf ); in EndHomebutton()
531 freeMem( hbmInfo.spkSeBuf ); in EndHomebutton()
[all …]
/RvlHbmSDK-4.7.3/build/demos/hbmdemo/hbm/src/
Dhomebutton.cpp593 HBMDataInfo hbmInfo; in main() local
674 SetAdjustValue( &hbmInfo, drawModeFlag ); in main()
720 InitHomeButtonInfo( &hbmInfo ); in main()
722 SetAdjustValue( &hbmInfo, drawModeFlag ); in main()
725 HBMCreate( &hbmInfo ); in main()
778 freeMem1( hbmInfo.mem ); in main()
779 freeMem1( hbmInfo.layoutBuf ); in main()
780 freeMem1( hbmInfo.spkSeBuf ); in main()
781 freeMem1( hbmInfo.msgBuf ); in main()
782 freeMem1( hbmInfo.configBuf ); in main()
[all …]
/RvlHbmSDK-4.7.3/build/demos/hbmdemo/shareddemo/src/
Dshared.cpp702 HBMDataInfo hbmInfo; in main() local
790 SetAdjustValue( &hbmInfo, drawModeFlag ); in main()
836 InitHomeButtonInfo( &hbmInfo ); in main()
838 SetAdjustValue( &hbmInfo, drawModeFlag ); in main()
841 HBMCreate( &hbmInfo ); in main()
896 freeMem2( hbmInfo.mem ); in main()
897 freeMem2( hbmInfo.layoutBuf ); in main()
898 freeMem2( hbmInfo.spkSeBuf ); in main()
899 freeMem2( hbmInfo.msgBuf ); in main()
900 freeMem2( hbmInfo.configBuf ); in main()
[all …]
/RvlHbmSDK-4.7.3/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp717 HBMDataInfo hbmInfo; in main() local
801 SetAdjustValue( &hbmInfo, drawModeFlag ); in main()
848 InitHomeButtonInfo( &hbmInfo, &netInfo ); in main()
851 SetAdjustValue( &hbmInfo, drawModeFlag ); in main()
862 if( hbmInfo.region == SC_LANG_JAPANESE ) in main()
873 HBMCreate( &hbmInfo ); in main()
929 freeMem2( hbmInfo.mem ); in main()
930 freeMem2( hbmInfo.layoutBuf ); in main()
931 freeMem2( hbmInfo.spkSeBuf ); in main()
932 freeMem2( hbmInfo.msgBuf ); in main()
[all …]
/RvlHbmSDK-4.7.3/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp837 HBMDataInfo hbmInfo; in main() local
903 InitHomeButtonInfo( &hbmInfo, &netInfo ); in main()
906 SetAdjustValue( &hbmInfo ); in main()
909 HBMCreate( &hbmInfo ); in main()
1089 pos[i].x *= hbmInfo.adjust.x; in main()
1090 pos[i].y *= hbmInfo.adjust.y; in main()
1197 freeMem2( hbmInfo.mem ); in main()
1198 freeMem2( hbmInfo.layoutBuf ); in main()
1199 freeMem2( hbmInfo.spkSeBuf ); in main()
1200 freeMem2( hbmInfo.msgBuf ); in main()
[all …]