Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/tcl/tcl-1/src/
Dmain.c412 TCLFavoriteType nextFavoriteType; in TwlMain() local
418 nextFavoriteType = TCL_FAVORITE_TYPE_1; in TwlMain()
421 nextFavoriteType = TCL_FAVORITE_TYPE_2; in TwlMain()
424 nextFavoriteType = TCL_FAVORITE_TYPE_3; in TwlMain()
428 nextFavoriteType = TCL_FAVORITE_TYPE_NONE; in TwlMain()
432 … OS_TPrintf("change favoriteType %d -> %d\n", pChangePicInfo->favoriteType, nextFavoriteType); in TwlMain()
434 …if(TCL_ChangePictureFavoriteType(&accessor, pChangePicInfo, nextFavoriteType, &result) != TCL_RESU… in TwlMain()