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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.cpp 440 LOG_I(" Resolving the WSM l2 for handle=%u", handle);
460 struct mc_ioctl_resolv_cont_wsm wsm; local
462 wsm.handle = handle;
464 LOG_I(" Resolving the contiguous WSM l2 for handle=%u", handle);
471 ret = ioctl(fdKMod, MC_IO_RESOLVE_CONT_WSM, &wsm);
475 *phys = (addr_t)wsm.phys;
476 *len = wsm.length;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 2696 milliseconds