Searched refs:node_name (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/google/camera/common/profiler/ |
H A D | profiler.cc | 113 std::string node_name; member 122 : node_name(node_name), in TimeResult() 383 TimeSlot& frame_rate = frame_rate_map_[node_name]; in PrintResult() 425 fout << node_name << " "; in DumpTxt() 439 fout << node_name << " fps:" << fps; in DumpTxt() 441 fout << node_name << " fps: NA"; in DumpTxt() 448 fout << node_name << " "; in DumpTxt() 458 fout << node_name << " "; in DumpTxt() 479 target.set_name(node_name); in DumpPb() 546 time_results.push_back({node_name, slot}); in PrintResult() [all …]
|
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
H A D | HintManager.cc | 498 std::string node_name = actions[i]["Node"].asString(); in ParseActions() local 499 LOG(VERBOSE) << "Action[" << i << "]'s Node: " << node_name; in ParseActions() 502 if (nodes_index.find(node_name) == nodes_index.end()) { in ParseActions() 504 << "Action[" << i << "]'s Node from Nodes section: [" << node_name in ParseActions() 509 node_index = nodes_index[node_name]; in ParseActions() 518 << " is not defined in Node[" << node_name << "]"; in ParseActions()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
H A D | ExynosDisplayDrmInterface.cpp | 2417 String8 node_name; in getBrightnessInterfaceSupport() local 2418 node_name.appendFormat(kHbmModeFileNode, mExynosDisplay->mIndex); in getBrightnessInterfaceSupport() 2419 mHbmModeFd = fopen(node_name.string(), "w+"); in getBrightnessInterfaceSupport() 2420 if (mHbmModeFd == NULL) ALOGE("%s open failed! %s", node_name.string(), strerror(errno)); in getBrightnessInterfaceSupport() 2422 node_name.clear(); in getBrightnessInterfaceSupport() 2423 node_name.appendFormat(kDimmingOnFileNode, mExynosDisplay->mIndex); in getBrightnessInterfaceSupport() 2424 mDimmingOnFd = fopen(node_name.string(), "w+"); in getBrightnessInterfaceSupport() 2425 if (mDimmingOnFd == NULL) ALOGE("%s open failed! %s", node_name.string(), strerror(errno)); in getBrightnessInterfaceSupport()
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | FuseDaemon.cpp | 559 const std::string& node_name = node->GetName(); in make_node_entry() local 560 std::thread t([=]() { fuse_inval(fuse->se, parent_ino, child_ino, node_name, path); }); in make_node_entry()
|