Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp73 std::vector<std::string> pieces = android::base::Split(file, "-"); in getNumberOfCores() local
74 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()
/hardware/libhardware/modules/camera/3_4/
DREADME.md45 There are three large pieces to the V4L2 Camera HAL: the general HALv3
/hardware/interfaces/graphics/bufferqueue/2.0/
DIGraphicBufferProducer.hal353 * List of rectangular pieces covering the damage region.