Searched refs:pieces (Results 1 – 3 of 3) sorted by relevance
73 std::vector<std::string> pieces = android::base::Split(file, "-"); in getNumberOfCores() local74 if (pieces.size() != 2) { in getNumberOfCores()78 auto min_core = std::stoul(pieces[0]); in getNumberOfCores()79 auto max_core = std::stoul(pieces[1]); in getNumberOfCores()
45 There are three large pieces to the V4L2 Camera HAL: the general HALv3
353 * List of rectangular pieces covering the damage region.