Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 15 of 15) sorted by relevance

/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc379 std::vector<std::unique_ptr<Node>> nodes = in TEST_F() local
381 EXPECT_EQ(3u, nodes.size()); in TEST_F()
382 EXPECT_EQ("CPUCluster0MinFreq", nodes[0]->GetName()); in TEST_F()
383 EXPECT_EQ("CPUCluster1MinFreq", nodes[1]->GetName()); in TEST_F()
384 EXPECT_EQ(files_[0 + 2]->path, nodes[0]->GetPath()); in TEST_F()
385 EXPECT_EQ(files_[1 + 2]->path, nodes[1]->GetPath()); in TEST_F()
386 EXPECT_EQ("1512000", nodes[0]->GetValues()[0]); in TEST_F()
387 EXPECT_EQ("1134000", nodes[0]->GetValues()[1]); in TEST_F()
388 EXPECT_EQ("384000", nodes[0]->GetValues()[2]); in TEST_F()
389 EXPECT_EQ("1512000", nodes[1]->GetValues()[0]); in TEST_F()
[all …]
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera_hal.cpp65 std::vector<std::string> nodes; in V4L2CameraHAL() local
72 nodes.push_back(std::string("/dev/") + ent->d_name); in V4L2CameraHAL()
73 HAL_LOGV("Found video node %s.", nodes.back().c_str()); in V4L2CameraHAL()
83 for (const auto& node : nodes) { in V4L2CameraHAL()
DREADME.md58 On creation, it searches /dev/video* nodes for ones with the necessary
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DNodeLooperThread.h56 explicit NodeLooperThread(std::vector<std::unique_ptr<Node>> nodes) in NodeLooperThread() argument
57 : Thread(false), nodes_(std::move(nodes)) {} in NodeLooperThread()
DHintManager.h132 const std::string &json_doc, const std::vector<std::unique_ptr<Node>> &nodes);
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp805 Json::Value nodes = root[kAtcProfileModesStr]; in parseAtcProfile() local
808 for (Json::Value::ArrayIndex i = 0; i < nodes.size(); ++i) { in parseAtcProfile()
809 std::string name = nodes[i][kAtcProfileModeNameStr].asString(); in parseAtcProfile()
811 if (nodes[i][kAtcProfileLuxMapStr].size() != nodes[i][kAtcProfileAlMapStr].size() && in parseAtcProfile()
812 nodes[i][kAtcProfileAlMapStr].size() != nodes[i][kAtcProfileStMapStr].size()) { in parseAtcProfile()
817 uint32_t map_cnt = nodes[i][kAtcProfileLuxMapStr].size(); in parseAtcProfile()
821 mode.lux_map.emplace_back(atc_lux_map{nodes[i][kAtcProfileLuxMapStr][index].asUInt(), in parseAtcProfile()
822 nodes[i][kAtcProfileAlMapStr][index].asUInt(), in parseAtcProfile()
823 nodes[i][kAtcProfileStMapStr][index].asUInt()}); in parseAtcProfile()
826 if (!nodes[i][kAtcProfileStUpStepStr].empty()) in parseAtcProfile()
[all …]
/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/
DConfigVerifier.cc40 std::vector<std::unique_ptr<Node>> nodes = ParseNodes(json_doc); in VerifyNodes() local
41 if (nodes.empty()) { in VerifyNodes()
/hardware/interfaces/media/omx/1.0/vts/functional/store/
DVtsHalMediaOmxV1_0TargetStoreTest.cpp277 for (const IOmxStore::NodeInfo& node : role.nodes) { in TEST_P()
299 for (const auto& [owner, nodes] : ownerToNodes) { in TEST_P()
326 if (nodes.find(node.mName) == nodes.end()) { in TEST_P()
348 std::set_difference(nodes.begin(), nodes.end(), nodeKeys.begin(), nodeKeys.end(), in TEST_P()
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal26 * feature is not enabled or FILESYSTEM_ERROR on filesystem nodes
41 * feature is not enabled or FILESYSTEM_ERROR on filesystem nodes
93 * nodes access or NOT_SUPPORTED if feature is not enabled or
/hardware/interfaces/power/1.1/
DIPower.hal32 * nodes access error.
/hardware/interfaces/media/omx/1.0/
DIOmx.hal29 * IOmx has the ability to create OMX nodes.
/hardware/interfaces/power/1.0/
DIPower.hal85 * nodes access error.
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal556 * of output nodes.
1363 * nodes. The implementation is based on:
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal775 * of output nodes.
1749 * nodes. The implementation is based on:
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal763 * of output nodes.
1793 * nodes. The implementation is based on: