Home
last modified time | relevance | path

Searched refs:pd (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h62 * @param pd power device.
65 void Init(PowerDevice &pd);
76 PowerState(const std::string &name, PowerStateMachine &psm, PowerDevice &pd) : State(name, psm), pd_(pd){}; in PowerState() argument
84 PowerState(const std::string &name, PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) in PowerState() argument
85 : State(name, psm, fstate), pd_(pd){}; in PowerState()
104 * @param pd Power Device.
107 PowerActiveState(PowerStateMachine &psm, PowerDevice &pd) : PowerState(ACTIVE_STATE, psm, pd){}; in PowerActiveState() argument
145 * @param pd Powe
149 PowerActiveActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) PowerActiveActivingState() argument
173 PowerActiveSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) PowerActiveSniffingState() argument
196 PowerSniffState(PowerStateMachine &psm, PowerDevice &pd) PowerSniffState() argument
219 PowerSniffActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) PowerSniffActivingState() argument
243 PowerSniffSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) PowerSniffSniffingState() argument
[all...]
H A Dpower_state_machine.cpp23 void PowerStateMachine::Init(PowerDevice &pd) in Init() argument
25 std::unique_ptr<utility::StateMachine::State> powerActiveState = std::make_unique<PowerActiveState>(*this, pd); in Init()
27 std::make_unique<PowerActiveActivingState>(*this, pd, *powerActiveState.get()); in Init()
29 std::make_unique<PowerActiveSniffingState>(*this, pd, *powerActiveState.get()); in Init()
31 std::unique_ptr<utility::StateMachine::State> powerSniffState = std::make_unique<PowerSniffState>(*this, pd); in Init()
33 std::make_unique<PowerSniffActivingState>(*this, pd, *powerSniffState.get()); in Init()
35 std::make_unique<PowerSniffSniffingState>(*this, pd, *powerSniffState.get()); in Init()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_descriptor_set_manager_vk.cpp122 PendingDeallocations pd; in ResetAndReserve() local
123 pd.descriptorPool.descriptorPool = move(descriptorPool.descriptorPool); in ResetAndReserve()
124 pd.descriptorPool.descriptorSets = move(descriptorPool.descriptorSets); in ResetAndReserve()
125 pd.frameIndex = device_.GetFrameCount(); in ResetAndReserve()
126 pendingDeallocations_.push_back(move(pd)); in ResetAndReserve()
172 PendingDeallocations pd; in BeginFrame() local
173 pd.descriptorPool.descriptorPool = exchange(oneFrameDescriptorPool.descriptorPool, VK_NULL_HANDLE); in BeginFrame()
174 pd.descriptorPool.additionalPlatformDescriptorPool = in BeginFrame()
176 pd.descriptorPool.descriptorSets = move(oneFrameDescriptorPool.descriptorSets); in BeginFrame()
177 pd in BeginFrame()
187 PendingDeallocations pd; BeginFrame() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.cpp112 IPerformanceDataManager::PerformanceData& pd = data.emplace_back(); in GetTimingData() local
113 pd.subCategory = typeRef.first; in GetTimingData()
115 pd.timings[perfRef.first] = perfRef.second; in GetTimingData()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp585 PluginData pd { move(lib), {}, asDependency ? 0 : 1 }; in RegisterPlugin()
587 pd.token = plugin.registerInterfaces(*static_cast<IPluginRegister*>(this)); in RegisterPlugin()
590 pluginDatas_.push_back(move(pd)); in RegisterPlugin()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp1936 auto pd = CommitPendingData(store);
1945 for (const auto& ref : pd.allocations) {
1965 PLUGIN_LOG_D("WFIADGR: pa cl: %u (t:%u)", (uint32_t)pd.allocations.size() - dc, uint32_t(store.handleType));

Completed in 7 milliseconds