HomeSort by relevance Sort by last modified time
    Searched refs:cpResult_t (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/include/
content_protect.h 26 } cpResult_t;
39 cpResult_t CP_Enable_Path_Protection(uint32_t);
40 cpResult_t CP_Disable_Path_Protection(uint32_t);
  /hardware/samsung_slsi/exynos5/libsecurepath/
content_protect.cpp 65 extern "C" cpResult_t CP_Enable_Path_Protection(uint32_t protect_ip)
67 cpResult_t cp_result = CP_SUCCESS;
129 extern "C" cpResult_t CP_Disable_Path_Protection(uint32_t protect_ip)
131 cpResult_t cp_result = CP_SUCCESS;

Completed in 240 milliseconds