Lines Matching refs:cp_result
67 cpResult_t cp_result = CP_SUCCESS; in CP_Enable_Path_Protection() local
78 cp_result = CP_ERROR_ENABLE_PATH_PROTECTION_FAILED; in CP_Enable_Path_Protection()
87 cp_result = CP_ERROR_ENABLE_PATH_PROTECTION_FAILED; in CP_Enable_Path_Protection()
103 cp_result = CP_ERROR_ENABLE_PATH_PROTECTION_FAILED; in CP_Enable_Path_Protection()
111 cp_result = CP_ERROR_ENABLE_PATH_PROTECTION_FAILED; in CP_Enable_Path_Protection()
119 cp_result = CP_ERROR_ENABLE_PATH_PROTECTION_FAILED; in CP_Enable_Path_Protection()
125 LOG_I("[CONTENT_PROTECT] : CP_Enable_Path_Protection. return value(%d)", cp_result); in CP_Enable_Path_Protection()
126 return cp_result; in CP_Enable_Path_Protection()
131 cpResult_t cp_result = CP_SUCCESS; in CP_Disable_Path_Protection() local
142 cp_result = CP_ERROR_DISABLE_PATH_PROTECTION_FAILED; in CP_Disable_Path_Protection()
151 cp_result = CP_ERROR_DISABLE_PATH_PROTECTION_FAILED; in CP_Disable_Path_Protection()
167 cp_result = CP_ERROR_DISABLE_PATH_PROTECTION_FAILED; in CP_Disable_Path_Protection()
175 cp_result = CP_ERROR_DISABLE_PATH_PROTECTION_FAILED; in CP_Disable_Path_Protection()
183 cp_result = CP_ERROR_DISABLE_PATH_PROTECTION_FAILED; in CP_Disable_Path_Protection()
189 LOG_I("[CONTENT_PROTECT] : CP_Disable_Path_Protection. return value(%d)", cp_result); in CP_Disable_Path_Protection()
190 return cp_result; in CP_Disable_Path_Protection()